mirror of
https://gitee.com/mirrors_PX4/PX4-Autopilot.git
synced 2026-05-21 15:27:36 +08:00
set parachute deployed to 0 and handle correct scaling in mixer
This commit is contained in:
@@ -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;");
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user