SICKAG / sick_safetyscanners

ROS driver for SICK safety laser scanners
https://www.sick.com/de/en/opto-electronic-protective-devices/safety-laser-scanners/c/g187225
Apache License 2.0
61 stars 59 forks source link

SICK SAFESCAN3 LIDAR using serial communication #72

Closed JasDEng closed 3 years ago

JasDEng commented 3 years ago

Hello!

I am currently using Sick SafeScan3 LIDAR, which is of s300 standard. It is said that it uses serial port for communication which means it does not have an IP address (I am not sure if I am right). I've connected it and read the user's guide but still has no clue on how to launch it correctly with sick_safetyscanners driver on ubuntu system as it always requires an IP address of the LIDAR and the host. Would you please help with the issue? I really appreciate it.

regards, Jasmine

puck-fzi commented 3 years ago

Hi, The s300 is not supported by this Driver. This Driver supports the microScan3, nanoScan3 and outdoorScan3.

I think the correct driver for the s300 is https://github.com/ipa320/cob_driver/tree/kinetic_dev/cob_sick_s300

JasDEng commented 3 years ago

Thank you very much! That really help me a lot!