rosflight_msgs/GNSS Message

File: rosflight_msgs/GNSS.msg

Raw Message Definition

Header header # Estimated ROS time at moment of measurement
uint8 fix # fix type, as defined in the UBX protocol
time time # GPS time at moment of measurement
float64[3] position # m, ECEF frame
float64 horizontal_accuracy # m
float64 vertical_accuracy # m
float64[3] velocity # m/s, ECEF frame
float64 speed_accuracy # m/s


Compact Message Definition

std_msgs/Header header
uint8 fix
time time
float64[3] position
float64 horizontal_accuracy
float64 vertical_accuracy
float64[3] velocity
float64 speed_accuracy