mirror of
https://gitee.com/mirrors_PX4/PX4-Autopilot.git
synced 2026-05-02 05:04:08 +08:00
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…
x
Reference in New Issue
Block a user