mirror of
https://github.com/PX4/PX4-Autopilot.git
synced 2026-05-27 02:06:27 +08:00
ManualSmoothingXY indent
This commit is contained in:
committed by
Lorenz Meier
parent
1317844a94
commit
68dd2d739a
@@ -171,9 +171,9 @@ ManualSmoothingXY::_setStateAcceleration(const matrix::Vector2f &vel_sp, const m
|
||||
// We allow for fast change by setting previous setpoint to current setpoint.
|
||||
|
||||
|
||||
// Because previous setpoint is equal to current setpoint,
|
||||
// slewrate will have no effect. Nonetheless, just set
|
||||
// acceleration to maximum.
|
||||
// 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();
|
||||
|
||||
break;
|
||||
|
||||
Reference in New Issue
Block a user