comment out ground slow down

This commit is contained in:
Jacob Dahl
2025-06-16 19:55:23 -08:00
parent 882772360c
commit 594c65cccb
@@ -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()