-
Notifications
You must be signed in to change notification settings - Fork 89
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
How to set maximum and minimum angles in sick_picoscan.launch driver #452
Comments
Please try to modify the following settings in your
This should allow filtering to an azimuth angle in the range [-30 deg, 40 deg]. Please modify as needed. |
Please note that the picoScan has field of view of 276 °. Thus angle_min cannot be lower than -138° and angle_max cannot be larger than 138°. Does this explain your problem? |
First of all, we are pleased that you were able to make the adjustment. The reported angle difference between max_ang and min_ang is almost exactly 300 degrees. We will see if this is possibly due to the fact that a total of 10 segments of 30 degrees each are used to generate the output of the scan. ![]() The drawing is taken from the document https://cdn.sick.com/media/docs/1/91/691/operating_instructions_picoscan150_2d_lidar_sensors_en_im0106691.pdf and shows that data from a total of 10 segments is used in this cycle. We will investigate whether the behavior you mentioned is possibly related to this. Since “min_ang” and “angle_increment” are suitable, you can use them to determine the angle values according to BTW: angle_increment 0.005817905534058809 rad is 0.3333 deg |
I'm currently using picoscan 150 lidar. I've tried to build to version github 3.6.0. I'm using the file 'sick_picoscan.launch'. I tried changing several parameters, but 'fullframe_scan' on rviz was only scanning the same area. I'd like to know if there's a way to set the scan angle of lidar in the launch file or on another code.
The text was updated successfully, but these errors were encountered: