Skip to main content

PosesInFrame

Represents a series of poses in 3D space with timestamps

Panel Support

PosesInFrame is used in the 3D Panel and Image Panel.

Data Structure

FieldTypeDescription
timestamptimePose timestamp
frame_idstringPose reference coordinate system
posesPose[]Poses in 3D space

Reference Implementation

Visualization data structures are framework-agnostic and can be implemented using any supported message encoding method:

Encoding MethodData Structure
ROS 1foxglove_msgs/PosesInFrame
ROS 2foxglove_msgs/msg/PosesInFrame
JSONfoxglove.PosesInFrame
Protobuffoxglove.PosesInFrame
FlatBuffersfoxglove.PosesInFrame
OMG IDLfoxglove::PosesInFrame

You must use the data structure name specified above so that the visualization can recognize the data structure.