Browse Source

remove unnecessary printf

sbg
Thomas Gubler 11 years ago
parent
commit
22dbc03c01
  1. 1
      src/modules/fw_att_control/fw_att_control_main.cpp

1
src/modules/fw_att_control/fw_att_control_main.cpp

@ -644,7 +644,6 @@ FixedwingAttitudeControl::task_main() @@ -644,7 +644,6 @@ FixedwingAttitudeControl::task_main()
*/
roll_sp = _manual.roll * 0.75f;
pitch_sp = _manual.pitch * 0.75f;
warnx("copy(2) _att_sp.roll_body %.4f", _att_sp.roll_body);
throttle_sp = _manual.throttle;
_actuators.control[4] = _manual.flaps;

Loading…
Cancel
Save