Browse Source

Change wrong comment

sbg
baumanta 6 years ago committed by Beat Küng
parent
commit
ce7dc85450
  1. 2
      src/modules/mc_pos_control/mc_pos_control_main.cpp

2
src/modules/mc_pos_control/mc_pos_control_main.cpp

@ -663,7 +663,7 @@ MulticopterPositionControl::run() @@ -663,7 +663,7 @@ MulticopterPositionControl::run()
_wv_controller->update(matrix::Quatf(_att_sp.q_d), _states.yaw);
}
// activate the collision avoidance if required. If activated a flighttask can use it modify the setpoint
// activate/deactivate the collision avoidance based on MPC_COL_AVOID parameter
if (_ca_controller != nullptr) {
// in manual mode we just want to use weathervane if position is controlled as well

Loading…
Cancel
Save