mirror of
https://gitee.com/mirrors_PX4/PX4-Autopilot.git
synced 2026-05-18 04:17:35 +08:00
position_estimator_inav_params.cpp param metadata
This commit is contained in:
@@ -302,19 +302,18 @@ PARAM_DEFINE_FLOAT(INAV_FLOW_DIST_X, 0.0f);
|
||||
PARAM_DEFINE_FLOAT(INAV_FLOW_DIST_Y, 0.0f);
|
||||
|
||||
/**
|
||||
* Disable mocap (set 0 if using fake gps)
|
||||
* Mo-cap
|
||||
*
|
||||
* Disable mocap
|
||||
* Set to 0 if using fake GPS
|
||||
*
|
||||
* @boolean
|
||||
* @value 0 Mo-cap enabled
|
||||
* @value 1 Mo-cap disabled
|
||||
* @group Position Estimator INAV
|
||||
*/
|
||||
PARAM_DEFINE_FLOAT(INAV_DISAB_MOCAP, 0);
|
||||
|
||||
/**
|
||||
* Enable LIDAR for altitude estimation
|
||||
*
|
||||
* Enable LIDAR for altitude estimation
|
||||
* LIDAR for altitude estimation
|
||||
*
|
||||
* @boolean
|
||||
* @group Position Estimator INAV
|
||||
|
||||
Reference in New Issue
Block a user