SICKAG / sick_scan

sick_scan is an open-source project to support the laser scanner of the company SICK using the ROS-framework
Apache License 2.0
130 stars 104 forks source link

Hello, I found that the ROS driver will crash during use. What is the reason? #158

Closed WangQJuan closed 2 years ago

WangQJuan commented 2 years ago

Hello, I found that the ROS driver will crash during use. What is the reason

8c5cbfd2007e36f6a0fef4bb3d0b0dd837080f01c97cb1e2816f3cb3c32b26e0QzpcVXNlcnNcREVMTFxBcHBEYXRhXFJvYW1pbmdcRGluZ1RhbGtcMzE3NTk1Mjg3X3YyXEltYWdlRmlsZXNcMTY0NTQyODI4MTQ4NjM4OTMyMjg0NjBfNTI2MTk3MDI0MzdfOEY1NDE4NkItODg3Mi00NDVmLTk5MjgtNEE0OUFEQUU4N0Q3LnBuZw==

?

rostest commented 2 years ago

Thanks for reporting! The error seems to have occurred before ("Error acitivating LIDouputstate message"), causing sick_generic_caller to terminate. Please post the complete output from start, or at least the complete error message.

WangQJuan commented 2 years ago

Hello, thank you for your support. The following is the error information 2022-02-21 07-28-19_sickEorr_0 2022-02-21 07-27-13_sickEorr_1 2022-02-21 07-27-35_sickEorr_2 .

rostest commented 2 years ago

Thanks! I'll have a closer look to the error and get back on this as soon as possible. If possible, consider an update to the sick_scan_xd driver on https://github.com/SICKAG/sick_scan_xd with the most recent version.

WangQJuan commented 2 years ago

Thank you for your support and wait for your good news.

rostest commented 2 years ago

LFErec, LIDinputstate and LIDoutputstate have been activated after switching to measurement mode. Depending on timing, this could lead to mismatching scandata and sopas response messages. The bug is fixed in the latest release 1.12.0 by changing the sopas startup sequence. Please update the sources and rebuild the driver. Thanks again!

gowtham212 commented 2 years ago

Hi while I am launching this file sick_scan sick_lms_1xx.launch roslaunch sick_scan sick_lms_1xx.launch I get code from devel branch https://github.com/SICKAG/sick_scan.git I got error like this

Screenshot from 2022-05-05 16-35-00

rostest commented 2 years ago

Thanks for reporting. Please use the latest release https://github.com/SICKAG/sick_scan/releases/tag/1.12.1 or the master branch. Checkout using git clone https://github.com/SICKAG/sick_scan.git We recommend to switch to https://github.com/SICKAG/sick_scan_xd for the most recent driver version.

hasanzfdn commented 2 years ago

ı got same error, tried 1.12.1 release and master branch but still doesn't solved.

rostest commented 2 years ago

Thanks for reporting. Please use the repository on https://github.com/SICKAG/sick_scan_xd with the most recent releases.

hasanzfdn commented 2 years ago

Thank you for replying. I solved by close the wi-fi and unplug-plug the ethernet cable.

rostest commented 2 years ago

Thanks!