mirror of
https://gitee.com/mirrors_PX4/PX4-Autopilot.git
synced 2026-04-29 03:44:08 +08:00
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…
x
Reference in New Issue
Block a user