ros_foxglove_msgs/SphereListMarker Message

File: ros_foxglove_msgs/SphereListMarker.msg

Raw Message Definition

# foxglove_msgs/msg/SphereListMarker
# A marker representing a list of spheres or ellipsoids

# 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 sphere
foxglove_msgs/SphereAttributes[] attributes

Compact Message Definition

builtin_interfaces/Time timestamp
string frame_id
string id
builtin_interfaces/Duration lifetime
bool frame_locked
foxglove_msgs/KeyValuePair[] metadata
foxglove_msgs/SphereAttributes[] attributes