PosesInFrame
An array of timestamped poses for an object or reference frame in 3D space
Panel support
PosesInFrame
is used in the 3D和Image panels.
Schema
field | type | description |
---|---|---|
timestamp | time | Timestamp of pose |
frame_id | string | Frame of reference for pose position and orientation |
poses | Pose[] | Poses in 3D space |
Reference implementations
Foxglove schemas are framework-agnostic, and can be implemented using any supported message encoding:
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 |
You must use the schema names specified above for Foxglove to recognize the schema.