mirror of
https://gitee.com/mirrors_PX4/PX4-Autopilot.git
synced 2026-05-22 01:37:34 +08:00
remove debug info
This commit is contained in:
@@ -1330,8 +1330,6 @@ FixedwingPositionControl::control_position(const math::Vector<2> ¤t_positi
|
||||
mission_throttle = _pos_sp_triplet.current.cruising_throttle;
|
||||
}
|
||||
|
||||
printf("%f \n", (double)mission_throttle);
|
||||
|
||||
if (pos_sp_triplet.current.type == position_setpoint_s::SETPOINT_TYPE_IDLE) {
|
||||
_att_sp.thrust = 0.0f;
|
||||
_att_sp.roll_body = 0.0f;
|
||||
|
||||
Reference in New Issue
Block a user