set parachute deployed to 0 and handle correct scaling in mixer

This commit is contained in:
Thomas Gubler 2013-12-09 09:08:41 +01:00
parent 86aa2f85cb
commit edd1f4dbb8

View File

@ -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;");
}