SICKAG / sick_scan_xd

Based on the sick_scan drivers for ROS1, sick_scan_xd merges sick_scan, sick_scan2 and sick_scan_base repositories. The driver supports both Linux (native, ROS1, ROS2) and Windows (native and ROS2).
Apache License 2.0
99 stars 84 forks source link

How to enable extension of working range with LD-MRS #380

Open BrunoBerger opened 1 month ago

BrunoBerger commented 1 month ago

I am trying to use the LD-MRS420201 in a ROS 1 environment. The documentation states that it is possible to reduce the number of layers from 4 to 2 to increase the horizontal FOV, but i can't find a way to enable this in the launch file or in the manual

rostest commented 1 month ago

Thanks for your feedback. Please try the LayerRangeReduction, which is configurable by parameter "layer_range_reduction" in the launchfile: <param name="layer_range_reduction" type="int" value="0"/> <!-- # gen.add("layer_range_reduction", int_t, 0, "0: Full range, 1: lower 4 reduced, 2: upper 4 reduced, 3: all reduced", 0, 0, 3, edit_method=range_reduction_enum) -->

image

Alternativaly, you can use SOPAS ET for configuration and permanently save the parameter set on the LD-MRS in the EEPROM (see operation instructions for details).

image