mirror of
https://gitee.com/mirrors_PX4/PX4-Autopilot.git
synced 2026-05-17 08:57:34 +08:00
manual_control: move override detection
This also removes the option to ignore throttle for the override detection as it's not really required anymore.
This commit is contained in:
committed by
Matthias Grob
parent
1c15cc11d8
commit
cda6524421
@@ -43,12 +43,6 @@ float32 r # yaw stick/twist position, -1..1
|
||||
# in general corresponds to the righthand rotation around the vertical
|
||||
# (downwards) axis of the vehicle
|
||||
|
||||
# stick velocity
|
||||
float32 vx
|
||||
float32 vy
|
||||
float32 vz
|
||||
float32 vr
|
||||
|
||||
float32 flaps # flap position
|
||||
|
||||
float32 aux1
|
||||
|
||||
Reference in New Issue
Block a user