Skip to main content

PoseInFrame

Represents a pose in 3D space with a timestamp

Panel Support

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

Data Structure

FieldTypeDescription
timestamptimePose timestamp
frame_idstringReference frame for pose position
poseposePose 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/PoseInFrame
ROS 2foxglove_msgs/msg/PoseInFrame
JSONfoxglove.PoseInFrame
Protobuffoxglove.PoseInFrame
FlatBuffersfoxglove.PoseInFrame
OMG IDLfoxglove::PoseInFrame

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