From f2af55d92f77573ea3d8d7499c906fdc72f72114 Mon Sep 17 00:00:00 2001 From: ChristophTobler Date: Tue, 9 Feb 2016 14:44:57 +0100 Subject: [PATCH] changed min/max distance for ll40ls (lidar) --- src/drivers/ll40ls/LidarLite.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/drivers/ll40ls/LidarLite.h b/src/drivers/ll40ls/LidarLite.h index 72bb22f263..169f0dfc77 100644 --- a/src/drivers/ll40ls/LidarLite.h +++ b/src/drivers/ll40ls/LidarLite.h @@ -44,8 +44,8 @@ #include /* 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 */