Skip to content

Commit

Permalink
Fix wrong quaternion label
Browse files Browse the repository at this point in the history
  • Loading branch information
kamilritz committed Aug 30, 2019
1 parent 7c2bf13 commit 7d9756e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion msg/vehicle_attitude.msg
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

uint64 timestamp # time since system start (microseconds)

float32[4] q # Quaternion rotation from NED earth frame to XYZ body frame
float32[4] q # Quaternion rotation from XYZ body frame to NED earth frame.
float32[4] delta_q_reset # Amount by which quaternion has changed during last reset
uint8 quat_reset_counter # Quaternion reset counter

Expand Down

0 comments on commit 7d9756e

Please sign in to comment.