Skip to content

Point3

A point representing a position in 3D space

Parent schemas

Point3 appears in the LinePrimitiveTriangleListPrimitive message schemas.

Schema

fieldtypedescription
xfloat64x coordinate position
yfloat64y coordinate position
zfloat64z coordinate position

Reference implementations

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

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

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

Last updated:

Flora is developed on the source code of Foxglove and Lichtblick, adhering to the MPL 2.0 license.