Message to communicate the pose of the thing.
The pose is in local space relative to the parent. If there is not parent (the thing is a root thing), the pose will be in world space.
|
byte | networkId |
| The network ID of the thing.
|
|
byte | thingId |
| The ID of the thing.
|
|
byte | poseType |
| bitpattern stating which pose components are available
|
|
Spherical | position = Spherical.zero |
| The position of the thing in local space in meters.
|
|
SwingTwist | orientation = SwingTwist.zero |
| The orientation of the thing in local space.
|
|
Spherical | linearVelocity = Spherical.zero |
| The linear velocity of the thing in local space in meters per second.
|
|
Spherical | angularVelocity = Spherical.zero |
| The angular veloicty of the thing in local space.
|
|