-
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
angle range reduced Cartesian cloud point parsing #455
Comments
Hello sisusch,
Please do not hesitate to ask further questions if something is unclear or is not working. |
Thanks weinmalSICKAG for the answer,
OK for the rotation it's clear the -90° rotation that i have to introduce to align with the sopas rappresentation
I would like a constant number of points, even if slightly greater than my measurement range of interest. So, here is how I would like to change my configuration parameters, please check if this will be correct based in how I would to use the lidar
|
Hello siush, To reduce that data that is sent from the device to segments 2,3,4,5,6 the following is sufficient.
The unstructured point cloud is not the right data structure to use when you expect the same number of points for each 360° rotation because the point cloud is not dense. A laser scan or multi echo laser scan is more suitable for that. You can try your luck by disabling the range filter with |
To avoid confusion I will answer to the first part of your reply. As described here https://github.com/SICKAG/sick_scan_xd/blob/develop/launch/sick_picoscan.launch#L179 the structured point clouds contain all points. To define structured point clouds equivalent to these unstructured point clouds
define the following parameters
The only difference is the rangeFilter. I am sorry for the confusion. |
Thanks for the clarification, now I have everything clearer, it actually seemed strange to me that a sensor of this type had such a limited compartment. later.....
The above is what work for me. |
Hello everyone,
I have a problem interpreting the data coming from the picoscan 150 sensor, below I report my problem.
The sensor is configured with 0.05° 15hz, compact data format (see cli for the sensor setting in initialization). Now I have two problems that I can't explain, and I think they both derive from the misinterpretation of the data that I do.
I would like to install the sensor at a certain height with the x-axis perpendicular to the ground. With respect to the x-axis I have to consider the points that are from beta =-64° to +64°. So i'm interested only at the middle sector, the orange marker sketched.
Below is what sopas and lidar seen

Below is my Cartesian callback to process the data:
Question
CLI_SETTING.txt
cloud_points.csv
3.Perhaps by solving the first question, this one is also answered. Why is the positive limit of +64° respected and data above this angle is discarded, while on the negative angle side values below -64° are not discarded? It looks like my frame starts at -138° and stops a bit above +64°. As if I took the first 7 compact segments
Any suggestions on how to solve this problems?
Thanks for the support.
The text was updated successfully, but these errors were encountered: