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.
Inherits RoboidControl::IMessage.
|
static const unsigned char | id = 0x10 |
| The message ID.
|
|
static const unsigned char | Pose_Position = 0x01 |
| Bit pattern for a pose with position.
|
|
static const unsigned char | Pose_Orientation = 0x02 |
| Bit pattern for a pose with orientation.
|
|
static const unsigned char | Pose_LinearVelocity = 0x04 |
| Bit pattern for a pose with linear velocity.
|
|
static const unsigned char | Pose_AngularVelocity = 0x08 |
| Bit pattern for a pose with angular velocity.
|
|