mirror of
https://github.com/PX4/PX4-Autopilot.git
synced 2026-05-27 02:06:27 +08:00
mc_pos_control: multiple small fixes in position controller we acumulated over time during our PX4 deployment and want to contribute back
This commit is contained in:
committed by
Dennis Mannhart
parent
c177d6491a
commit
2b7dcd3f34
@@ -1,3 +1,5 @@
|
||||
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
|
||||
|
||||
Reference in New Issue
Block a user