You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi
I am trying to set up the drivers for SICK multiScan136 LiDAR with ROS. I am receiving SOPAS sFA errors. These errors occur during the SOPAS start up sequence, specifically during the sWN FREchoFilter 2, sWN ScanDataEthSettings 1, and sWN ScanDataEnable 0 messages. I am attaching the terminal output for the same below.
I have already cross-checked the <udp_receiver_ip> IP address and am able to access the LiDAR point cloud in the SOPAS web browser GUI. I attempted the setup in ROS1 (Noetic) with Ubuntu20.04 and ROS2 (Humble) with Ubuntu22.04, and am getting the same issue with both.
The LiDAR is currently on firmware version 1.2.3.
Thanks in advance!
The text was updated successfully, but these errors were encountered:
Thanks for your feedback and logfile. The error message Unexpected response "\x02sAN SetAccessMode 0\x03" received from lidar indicates that the authorization with the default password failed. The missing authorization causes sFA errors on the next commands. Most probably the password was changed.
There are two options to solve the problem:
Reset the lidar to factory defaults. After that, the password is reset to the default value.
Determine the hash value of your password with SOPAS ET. The password hash is a 32 bit value, F4724744 by default. Set the new hash value in the launchfile sick_multiscan.launch:
Hi
I am trying to set up the drivers for SICK multiScan136 LiDAR with ROS. I am receiving SOPAS sFA errors. These errors occur during the SOPAS start up sequence, specifically during the sWN FREchoFilter 2, sWN ScanDataEthSettings 1, and sWN ScanDataEnable 0 messages. I am attaching the terminal output for the same below.
I have already cross-checked the <udp_receiver_ip> IP address and am able to access the LiDAR point cloud in the SOPAS web browser GUI. I attempted the setup in ROS1 (Noetic) with Ubuntu20.04 and ROS2 (Humble) with Ubuntu22.04, and am getting the same issue with both.
The LiDAR is currently on firmware version 1.2.3.
Thanks in advance!
The text was updated successfully, but these errors were encountered: