Closed BIRL-xu closed 2 years ago
To set a sector you need to edit the r2000_params.yaml (in pf_driver/config).
Example
The default is -180° start_angle = -1800000
Example
scanner is configured to samples_per_scan: 3600 desired sector size: 90° max_num_points_scan = 3600 / 360° * 90°= 900
More details can be found on page 30 of the ethernet protocol document: https://files.pepperl-fuchs.com/webcat/navi/productInfo/doct/doct3469f.pdf
I think we can close this issue. @BIRL-xu please feel free to reopen if your question isn't answered.
I can connect to r2000 normally, but I want to specify a angular fov, e.g. 180 degrees. I set the start_angle to -1.57, the topic echo shows the angle_min is -1.57, but angle_max is 4.71(2PI-start_angle).