ros_foxglove_msgs/Vector2 Message

File: ros_foxglove_msgs/Vector2.msg

Raw Message Definition

# foxglove_msgs/msg/Vector2
# A vector in 2D space that represents a direction only

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

# x coordinate length
float64 x

# y coordinate length
float64 y

Compact Message Definition

float64 x
float64 y