mirror of
https://gitee.com/mirrors_PX4/PX4-Autopilot.git
synced 2026-04-14 10:07:39 +08:00
mc_pos_control_params: add type boolean to MPC_OBS_AVOID parameter
This commit is contained in:
parent
064a6dd2fd
commit
5cd0da95cc
@ -608,10 +608,7 @@ PARAM_DEFINE_INT32(MPC_FLT_TSK, 0);
|
||||
* Flag to enable obstacle avoidance
|
||||
* Temporary Parameter to enable interface testing
|
||||
*
|
||||
* @min 0
|
||||
* @max 1
|
||||
* @value 0 Obstacle Avoidance Not Enabled
|
||||
* @value 1 Obstacle Avoidance Enabled
|
||||
* @boolean
|
||||
* @group Multicopter Position Control
|
||||
*/
|
||||
PARAM_DEFINE_INT32(MPC_OBS_AVOID, 0);
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user