ros_foxglove_msgs/Point2 Message

File: ros_foxglove_msgs/Point2.msg

Raw Message Definition

# foxglove_msgs/msg/Point2
# A point representing a position in 2D space

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

# x coordinate position
float64 x

# y coordinate position
float64 y

Compact Message Definition

float64 x
float64 y