mirror of
https://gitee.com/mirrors_PX4/PX4-Autopilot.git
synced 2026-05-22 10:37:35 +08:00
changed min/max distance for ll40ls (lidar)
This commit is contained in:
committed by
Lorenz Meier
parent
19bc39e7ad
commit
f2af55d92f
@@ -44,8 +44,8 @@
|
||||
#include <drivers/drv_range_finder.h>
|
||||
|
||||
/* Device limits */
|
||||
#define LL40LS_MIN_DISTANCE (0.00f)
|
||||
#define LL40LS_MAX_DISTANCE (60.00f)
|
||||
#define LL40LS_MIN_DISTANCE (0.05f)
|
||||
#define LL40LS_MAX_DISTANCE (25.00f)
|
||||
|
||||
// normal conversion wait time
|
||||
#define LL40LS_CONVERSION_INTERVAL 50*1000UL /* 50ms */
|
||||
|
||||
Reference in New Issue
Block a user