Skip to content
Snippets Groups Projects
Commit c8e17719 authored by Paul Riseborough's avatar Paul Riseborough Committed by Daniel Agar
Browse files

msg: Add heading data to GPS blending output log data

parent 10354f02
No related branches found
No related tags found
No related merge requests found
......@@ -14,4 +14,6 @@ float32 vel_e_m_s # GPS East velocity, (metres/sec)
float32 vel_d_m_s # GPS Down velocity, (metres/sec)
bool vel_ned_valid # True if NED velocity is valid
uint8 satellites_used # Number of satellites used
float32 heading # heading angle of XYZ body frame rel to NED. Set to NaN if not available and updated (used for dual antenna GPS), (rad, [-PI, PI])
float32 heading_offset # heading offset of dual antenna array in body frame. Set to NaN if not applicable. (rad, [-PI, PI])
uint8 selected # GPS selection: 0: GPS1, 1: GPS2. 2: GPS1+GPS2 blend
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment