Skip to main content

Point3InFrame

A timestamped point for a position in 3D space

Schema

fieldtypedescription
timestampTimestampTimestamp of point
frame_idstringFrame of reference for point position
pointPoint3Point in 3D space

Reference implementations

Foxglove schemas are framework-agnostic, and can be implemented using any supported message encoding:

encodingschema
ROS 1geometry_msgs/PointStamped
ROS 2geometry_msgs/msg/PointStamped
JSONfoxglove.Point3InFrame
Protobuffoxglove.Point3InFrame
FlatBuffersfoxglove.Point3InFrame
OMG IDLfoxglove::Point3InFrame

You must use the schema names specified above for Foxglove to recognize the schema.