Skip to content

Commit ab4c87b

Browse files
committed
Remove debug
1 parent 0e6d14c commit ab4c87b

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/modules/flight_mode_manager/tasks/Auto/FlightTaskAuto.cpp

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -310,7 +310,6 @@ void FlightTaskAuto::_smoothYaw()
310310
float yaw_sp_prev = _yaw_setpoint;
311311
_yaw_setpoint = _heading_smoothing.getSmoothedHeading();
312312
_yawspeed_setpoint = _heading_smoothing.getSmoothedHeadingRate();
313-
printf("yaw_sp_prev: %f, yaw_sp: %f, yawspeed_sp: %f\n", (double)yaw_sp_prev, (double)_yaw_setpoint, (double)_yawspeed_setpoint);
314313

315314
// The yaw setpoint is aligned when it is within tolerance
316315
_yaw_sp_aligned = fabsf(matrix::wrap_pi(yaw_sp_prev - _yaw_setpoint)) < math::radians(_param_mis_yaw_err.get());

0 commit comments

Comments
 (0)