Skip to content

Commit

Permalink
修改scl_test示例参数
Browse files Browse the repository at this point in the history
  • Loading branch information
zhanyiaini committed Sep 2, 2024
1 parent 6200724 commit a50614f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion examples/scl_test.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -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/////////////////
Expand Down

0 comments on commit a50614f

Please sign in to comment.