Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit c8e1771

Browse files
priseboroughdagar
authored andcommitted
msg: Add heading data to GPS blending output log data
1 parent 10354f0 commit c8e1771

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

msg/ekf_gps_position.msg

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,4 +14,6 @@ float32 vel_e_m_s # GPS East velocity, (metres/sec)
1414
float32 vel_d_m_s # GPS Down velocity, (metres/sec)
1515
bool vel_ned_valid # True if NED velocity is valid
1616
uint8 satellites_used # Number of satellites used
17+
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])
18+
float32 heading_offset # heading offset of dual antenna array in body frame. Set to NaN if not applicable. (rad, [-PI, PI])
1719
uint8 selected # GPS selection: 0: GPS1, 1: GPS2. 2: GPS1+GPS2 blend

0 commit comments

Comments
 (0)