PosesInFrame
An array of timestamped poses for an object or reference frame in 3D space.
Panel support
PosesInFrame
can be used in the following panels: 3D and Image.
Schema
Field | Type | Description |
---|---|---|
timestamp | time | Timestamp indicating when the pose was recorded. |
frame_id | string | Name of the coordinate frame that the pose is relative to. |
pose | Pose[] | The position and orientation in 3D space. |
Reference implementations
Foxglove schemas are independent of any specific framework and can be used with any supported message encoding. The schema names should be specified as seen below:
Encoding | Schema |
---|---|
ROS 1 | foxglove_msgs/PosesInFrame |
ROS 2 | foxglove_msgs/msg/PosesInFrame |
JSON | foxglove.PosesInFrame |
Protobuf | foxglove.PosesInFrame |
FlatBuffers | foxglove.PosesInFrame |
OMG IDL | foxglove::PosesInFrame |