ros_foxglove_msgs/TextAnnotation Message

File: ros_foxglove_msgs/TextAnnotation.msg

Raw Message Definition

# foxglove_msgs/msg/TextAnnotation
# A text label on a 2D image

# Generated by https://github.com/foxglove/schemas

# Timestamp of annotation
builtin_interfaces/Time timestamp

# Bottom-left origin of the text label in 2D image coordinates (pixels)
foxglove_msgs/Point2 position

# Text to display
string text

# Font size in pixels
float64 font_size

# Text color
foxglove_msgs/Color text_color

# Background fill color
foxglove_msgs/Color background_color

Compact Message Definition

builtin_interfaces/Time timestamp
foxglove_msgs/Point2 position
string text
float64 font_size
foxglove_msgs/Color text_color
foxglove_msgs/Color background_color