Skip to content

Commit

Permalink
AC_PositionControl: remove acceleration feedforward
Browse files Browse the repository at this point in the history
  • Loading branch information
bnsgeyer committed Dec 23, 2023
1 parent d436efb commit 30e1d19
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion libraries/AC_AttitudeControl/AC_PosControl.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -635,7 +635,7 @@ void AC_PosControl::update_xy_controller()
_accel_target.xy() = accel_target;

// Add feed forward into the target acceleration output
_accel_target.xy() += _accel_desired.xy();
// _accel_target.xy() += _accel_desired.xy();

// Acceleration Controller

Expand Down

0 comments on commit 30e1d19

Please sign in to comment.