Skip to content
Snippets Groups Projects
Commit b9d5189f authored by Dennis Mannhart's avatar Dennis Mannhart Committed by Lorenz Meier
Browse files

ManualSmoothing: direction change with maximum acceleration

parent a5e8eb23
No related branches found
No related tags found
No related merge requests found
......@@ -174,8 +174,7 @@ ManualSmoothingXY::_setStateAcceleration(const matrix::Vector2f &vel_sp, const m
// Because previous setpoint is equal to current setpoint,
// slewrate will have no effect. Nonetheless, just set
// acceleration to maximum.
_acc_state_dependent = _acc_xy_max.get();
_acc_state_dependent = _acc_hover.get();
break;
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment