mirror of
https://github.com/PX4/PX4-Autopilot.git
synced 2026-06-08 02:17:07 +08:00
mc_pos_control: remove leftover printf
This commit is contained in:
@@ -1831,7 +1831,6 @@ MulticopterPositionControl::control_position(float dt)
|
||||
_pos_sp_triplet.current.type == position_setpoint_s::SETPOINT_TYPE_TAKEOFF);
|
||||
|
||||
if (_vehicle_land_detected.landed && !got_takeoff_setpoint) {
|
||||
PX4_INFO("still on ground");
|
||||
// Keep throttle low while still on ground.
|
||||
thr_max = 0.0f;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user