px4-firmware/msg/HomePosition.msg

22 lines
689 B
Plaintext
Raw Normal View History

# GPS home position in WGS84 coordinates.
2018-08-07 10:42:32 -03:00
uint64 timestamp # time since system start (microseconds)
float64 lat # Latitude in degrees
float64 lon # Longitude in degrees
float32 alt # Altitude in meters (AMSL)
float32 x # X coordinate in meters
float32 y # Y coordinate in meters
float32 z # Z coordinate in meters
2015-10-27 05:57:42 -03:00
float32 yaw # Yaw angle in radians
bool valid_alt # true when the altitude has been set
bool valid_hpos # true when the latitude and longitude have been set
bool valid_lpos # true when the local position (xyz) has been set
bool manual_home # true when home position was set manually
2023-11-20 08:54:09 -04:00
uint32 update_count # update counter of the home position