Skip to main content

Point3

Represents a point position in three-dimensional space

Parent Data Structure

Point3 appears in the LinePrimitive and TriangleListPrimitive message data structures.

Data Structure

FieldTypeDescription
xfloat64x coordinate position
yfloat64y coordinate position
zfloat64z coordinate position

Reference Implementation

The visualization data structure is framework-independent and can be implemented using any supported message encoding:

EncodingData Structure
ROS 1geometry_msgs/Point
ROS 2geometry_msgs/msg/Point
JSONfoxglove.Point3
Protobuffoxglove.Point3
FlatBuffersfoxglove.Point3
OMG IDLfoxglove::Point3

You must use the data structure names specified above for the visualization to recognize the data structure.