File: ros_foxglove_msgs/CubeListMarker.msg
Raw Message Definition
# foxglove_msgs/msg/CubeListMarker
# A marker representing a list of cubes or rectangular prisms
# Generated by https://github.com/foxglove/schemas
# Timestamp of the marker
builtin_interfaces/Time timestamp
# Frame of reference
string frame_id
# Identifier for the marker. A marker will replace any prior marker on the same topic with the same `id`.
string id
# Length of time (relative to `timestamp`) after which the marker should be automatically removed. Zero value indicates the marker should remain visible until it is replaced or deleted.
builtin_interfaces/Duration lifetime
# Whether the marker should keep its location in the fixed frame (false) or follow the frame specified in `frame_id` as it moves relative to the fixed frame (true)
bool frame_locked
# Additional user-provided metadata associated with the marker. Keys must be unique.
foxglove_msgs/KeyValuePair[] metadata
# Attributes of each cube
foxglove_msgs/CubeAttributes[] attributes
Compact Message Definition