Closed geofftreen closed 1 year ago
Hi, thanks for raising the issue, are you using the ros driver? or are you using the CPP driver (https://github.com/SICKAG/sick_safetyscanners_base) instead?
If you are using the ROS driver, could you try setting the parameter in the launch file? The return you are getting sounds like the settings you are passing to the sensor are rejected by your sensor itself. What is the sensor model you are using?
Closing, since its probably in the wrong repo. If this is still an issue, please reopen in the correct repo
I have followed the directions and am able to connect and communicate with the sensor. I can send a findSensor API command, and I can see the MicroScan 3 blink multicolor lights in response. However, when I attempt to upload sensor settings (triggered by a SyncSickSafetyScanner object creation or calling changeSensorSettings directly), I get an error ("Command Method Not Accepted"). Here is my code:
Furthermore, calls to receive data packets time out with nothing received. In fact, the error I'm seeing seems similar to this unsolved issue raised on the Github repo: https://github.com/SICKAG/sick_safetyscanners/issues/23.
I am working in Linux using Ubuntu 20.04. I am able to run Safety Designer in Windows and see the scan data.
Thanks in advance.