mirror of
https://gitee.com/mirrors_PX4/PX4-Autopilot.git
synced 2026-07-18 12:50:36 +08:00
comment out ground slow down
This commit is contained in:
@@ -316,7 +316,7 @@ void FlightTaskManualAltitude::_updateSetpoints()
|
||||
_acceleration_setpoint.xy() = _stick_tilt_xy.generateAccelerationSetpoints(_sticks.getPitchRoll(), _deltatime, _yaw,
|
||||
_yaw_setpoint);
|
||||
_updateAltitudeLock();
|
||||
_respectGroundSlowdown();
|
||||
// _respectGroundSlowdown();
|
||||
}
|
||||
|
||||
bool FlightTaskManualAltitude::_checkTakeoff()
|
||||
|
||||
Reference in New Issue
Block a user