mirror of
https://gitee.com/mirrors_PX4/PX4-Autopilot.git
synced 2026-05-02 05:04:08 +08:00
set parachute deployed to 0 and handle correct scaling in mixer
This commit is contained in:
parent
86aa2f85cb
commit
edd1f4dbb8
@ -633,7 +633,7 @@ FixedwingAttitudeControl::task_main()
|
||||
_actuators_airframe.control[1] = 1.0f;
|
||||
// warnx("_actuators_airframe.control[1] = 1.0f;");
|
||||
} else {
|
||||
_actuators_airframe.control[1] = -1.0f;
|
||||
_actuators_airframe.control[1] = 0.0f;
|
||||
// warnx("_actuators_airframe.control[1] = -1.0f;");
|
||||
}
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user