Browse Source

AP_MotorsHeli: output_min uses new move_actuators in -1 to +1 range

master
Randy Mackay 9 years ago
parent
commit
a18722a2fc
  1. 2
      libraries/AP_Motors/AP_MotorsHeli.cpp

2
libraries/AP_Motors/AP_MotorsHeli.cpp

@ -186,7 +186,7 @@ void AP_MotorsHeli::Init() @@ -186,7 +186,7 @@ void AP_MotorsHeli::Init()
void AP_MotorsHeli::output_min()
{
// move swash to mid
move_actuators(0,0,500,0);
move_actuators(0.0f,0.0f,0.5f,0.0f);
update_motor_control(ROTOR_CONTROL_STOP);

Loading…
Cancel
Save