mirror of
https://gitee.com/mirrors_PX4/PX4-Autopilot.git
synced 2026-06-28 04:10:35 +08:00
drivers: Add LeddarOne lidar driver
More information: https://leddartech.com/modules/leddarone/
This commit is contained in:
committed by
ChristophTobler
parent
eaf401a32f
commit
d0baf95df3
@@ -334,3 +334,13 @@ PARAM_DEFINE_FLOAT(IMU_ACCEL_CUTOFF, 30.0f);
|
||||
* @group Sensors
|
||||
*/
|
||||
PARAM_DEFINE_INT32(SENS_EN_TFMINI, 0);
|
||||
|
||||
/**
|
||||
* LeddarOne rangefinder
|
||||
*
|
||||
* @reboot_required true
|
||||
*
|
||||
* @boolean
|
||||
* @group Sensors
|
||||
*/
|
||||
PARAM_DEFINE_INT32(SENS_EN_LEDDAR1, 0);
|
||||
|
||||
Reference in New Issue
Block a user