ROS Resources: Documentation | Support | Discussion Forum | Index | Service Status | ros @ Robotics Stack Exchange |
1 | initial version |
hello, i think that you are using driver here on this page. This package uses libLMS1xx can be found here , if you check LMS1xx.cpp and LMS1xx.h, you will see a config structure called scanCfg which has start angle and stop angle. You will see a function setScanCfg in LMS1xx.cpp that can be used to arrage start and stop angle. You can use these in LMS1xx_node.cpp in LMS1xx package. Hope this helps