forked from Archive/PX4-Autopilot
Change wrong comment
This commit is contained in:
parent
db514fe441
commit
ce7dc85450
|
@ -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…
Reference in New Issue