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
101 stars 84 forks source link

Adaptation of picoscan_single_echo needed #272

Closed gschwsiSICKAG closed 8 months ago

gschwsiSICKAG commented 8 months ago

Hello,

I am working with this branch: https://github.com/SICKAG/sick_scan_xd/tree/feature/picoscan_single_echo The branch only outputs one topic with one ID with a single echo for each beam. Thats good. However, I need the last echo of each beam in this topic.

for every scan e.g.

echo a) has the closest distance echo c) has the largest distance

Thanks

gschwsiSICKAG commented 8 months ago

It works if I use the launch file sick_picoscan_single_echo.launch. Ticket is closed for me.