From a50614fac8dee55282fe8b7dbc105d88c3d5ee11 Mon Sep 17 00:00:00 2001 From: zhanyiaini Date: Mon, 2 Sep 2024 14:17:31 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9scl=5Ftest=E7=A4=BA=E4=BE=8B?= =?UTF-8?q?=E5=8F=82=E6=95=B0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- examples/scl_test.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/examples/scl_test.cpp b/examples/scl_test.cpp index 9fc1d7f..748643e 100644 --- a/examples/scl_test.cpp +++ b/examples/scl_test.cpp @@ -234,7 +234,7 @@ int main(int argc, char *argv[]) optval = 4; laser.setlidaropt(LidarPropAbnormalCheckCount, &optval, sizeof(int)); /// Intenstiy bit count - optval = 10; + optval = 8; laser.setlidaropt(LidarPropIntenstiyBit, &optval, sizeof(int)); //////////////////////bool property/////////////////