Browse Source

remove debug info

sbg
sander 9 years ago committed by Roman
parent
commit
9d59ba125d
  1. 2
      src/modules/fw_pos_control_l1/fw_pos_control_l1_main.cpp

2
src/modules/fw_pos_control_l1/fw_pos_control_l1_main.cpp

@ -1330,8 +1330,6 @@ FixedwingPositionControl::control_position(const math::Vector<2> &current_positi @@ -1330,8 +1330,6 @@ FixedwingPositionControl::control_position(const math::Vector<2> &current_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;

Loading…
Cancel
Save