Viam SDK
GitHub
Preparing search index...
KinematicsData
Interface KinematicsData
Shared type for kinematics return value
interface
KinematicsData
{
joints
:
{
axis
:
Vector3
;
id
:
string
;
max
:
number
;
min
:
number
;
parent
:
string
;
type
:
string
;
}
[]
;
kinematic_param_type
:
"SVA"
|
"URDF"
|
"UNSPECIFIED"
;
links
:
Frame
[]
;
name
:
string
;
urdf
?:
string
;
}
Index
Properties
joints
kinematic_
param_
type
links
name
urdf?
Properties
joints
joints
:
{
axis
:
Vector3
;
id
:
string
;
max
:
number
;
min
:
number
;
parent
:
string
;
type
:
string
;
}
[]
kinematic_
param_
type
kinematic_param_type
:
"SVA"
|
"URDF"
|
"UNSPECIFIED"
links
links
:
Frame
[]
name
name
:
string
Optional
urdf
urdf
?:
string
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
joints
kinematic_
param_
type
links
name
urdf
GitHub
Viam SDK
Loading...
Shared type for kinematics return value