Skip to content

Commit

Permalink
VehicleLocalPosition.msg: add comments for heading reset fields
Browse files Browse the repository at this point in the history
Signed-off-by: Silvan Fuhrer <[email protected]>
  • Loading branch information
sfuhrer committed Nov 23, 2023
1 parent 7833d2a commit 8a89917
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions msg/VehicleLocalPosition.msg
Original file line number Diff line number Diff line change
Expand Up @@ -39,8 +39,8 @@ float32 az # Down velocity derivative in NED earth-fixed frame, (metres/s

float32 heading # Euler yaw angle transforming the tangent plane relative to NED earth-fixed frame, -PI..+PI, (radians)
float32 unaided_heading # Same as heading but generated by integrating corrected gyro data only
float32 delta_heading
uint8 heading_reset_counter
float32 delta_heading # Heading delta caused by latest heading reset [rad]
uint8 heading_reset_counter # Index of latest heading reset
bool heading_good_for_control

# Position of reference point (local NED frame origin) in global (GPS / WGS84) frame
Expand Down

0 comments on commit 8a89917

Please sign in to comment.