mirror of
https://gitee.com/mirrors_PX4/PX4-Autopilot.git
synced 2026-05-17 04:37:35 +08:00
Configuration parameter for TeraRanger One (#5359)
This commit is contained in:
committed by
Lorenz Meier
parent
3d7906647e
commit
cda4338095
@@ -3064,6 +3064,16 @@ PARAM_DEFINE_INT32(SENS_EN_SF0X, 0);
|
||||
*/
|
||||
PARAM_DEFINE_INT32(SENS_EN_MB12XX, 0);
|
||||
|
||||
/**
|
||||
* TeraRanger One (trone)
|
||||
*
|
||||
* @reboot_required true
|
||||
*
|
||||
* @boolean
|
||||
* @group Sensor Enable
|
||||
*/
|
||||
PARAM_DEFINE_INT32(SENS_EN_TRONE, 0);
|
||||
|
||||
/**
|
||||
* Lightware SF1xx laser rangefinder
|
||||
*
|
||||
|
||||
Reference in New Issue
Block a user