Skip to content
Snippets Groups Projects
Commit 5ae1c658 authored by Beat Küng's avatar Beat Küng
Browse files

Revert "Add heading to true north to GPS report"

This reverts commit 89e49166.
parent 50ae8c9c
No related branches found
No related tags found
No related merge requests found
......@@ -23,7 +23,6 @@ float32 vel_n_m_s # GPS North velocity, (metres/sec)
float32 vel_e_m_s # GPS East velocity, (metres/sec)
float32 vel_d_m_s # GPS Down velocity, (metres/sec)
float32 cog_rad # Course over ground (NOT heading, but direction of movement), -PI..PI, (radians)
float32 heading # Heading to true north (for RTK units with multiple antennas and heading support). Set to NaN if unknown.
bool vel_ned_valid # True if NED velocity is valid
int32 timestamp_time_relative # timestamp + timestamp_time_relative = Time of the UTC timestamp since system start, (microseconds)
......
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