mirror of
https://gitee.com/xiaohuolufeihua/bizhang_-obav.git
synced 2026-05-21 09:22:18 +00:00
mc_pos_control_params: add type boolean to MPC_OBS_AVOID parameter
This commit is contained in:
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user