forked from Archive/PX4-Autopilot
Removed spurious print in wheel controller
This commit is contained in:
parent
2882c53246
commit
699ec17cc3
|
@ -125,7 +125,6 @@ float ECL_WheelController::control_attitude(const struct ECL_ControlData &ctl_da
|
|||
if (!(PX4_ISFINITE(ctl_data.yaw_setpoint) &&
|
||||
PX4_ISFINITE(ctl_data.yaw))) {
|
||||
perf_count(_nonfinite_input_perf);
|
||||
warnx("not controlling wheel");
|
||||
return _rate_setpoint;
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue