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/////////////////