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

vehicle_attitude_setpoint: add comment that attitude sp angles can be NaN for FW

parent b3afa6dd
No related branches found
No related tags found
No related merge requests found
......@@ -2,9 +2,9 @@ uint64 timestamp # time since system start (microseconds)
int8 LANDING_GEAR_UP = 1 # landing gear up
int8 LANDING_GEAR_DOWN = -1 # landing gear down
float32 roll_body # body angle in NED frame
float32 pitch_body # body angle in NED frame
float32 yaw_body # body angle in NED frame
float32 roll_body # body angle in NED frame (can be NaN for FW)
float32 pitch_body # body angle in NED frame (can be NaN for FW)
float32 yaw_body # body angle in NED frame (can be NaN for FW)
float32 yaw_sp_move_rate # rad/s (commanded by user)
......
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