mirror of
https://github.com/ArduPilot/ardupilot
synced 2025-01-03 14:38:30 -04:00
Rover: remove set of slew for motor test
The motor library test function does not attempt to implement slewing so setting this is not necessary
This commit is contained in:
parent
ca72b20e04
commit
822c4b6dca
@ -37,7 +37,6 @@ void Rover::set_servos(void)
|
||||
{
|
||||
// send output signals to motors
|
||||
if (motor_test) {
|
||||
g2.motors.slew_limit_throttle(false);
|
||||
motor_test_output();
|
||||
} else {
|
||||
g2.motors.output(arming.is_armed() && hal.util->get_soft_armed(), G_Dt);
|
||||
|
Loading…
Reference in New Issue
Block a user