-
Notifications
You must be signed in to change notification settings - Fork 118
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[driver][socket] Rslidar poll() timeout Ubuntu 18.04 ROS Melodic #31
Comments
I had the some problem. You need to check if you can ping your RS-LiDAR (IP: 192.168.1.200). It can be that you have not you Ethernet port to the specified IP-address. Change the IP-address of the Ethernet port you have your sensor connected on to the static IP 192.168.1.102. After that check that it is the above IP-address and try to ping you RS-LiDAR again. If you get a result/ping back you can try the roslaunch again. I hope my explication is understandable and good luck. |
I also encountered this problem. I set the IP correctly and can ping the device, but the following error still occurs. [ INFO] [1590716480.064869319]: [driver] publishing 75 packets per scan |
anyone got this error fixed? we can ping the sensor but still timeouts EDIT: My fault. Somebody already changed the lidars "Computer IP". Had to change my PCs IP corresponding to that change. |
I met the same problem on melodic too. I set the correct ip, but i couldn't ping the lidar. |
Did you change the MSOP port or DIFOP port? You can run a Wireshark, and check if your setting is right. If you are new to this driver, you can use our new driver, which support melodic and ROS2 formally. |
Dude, did u fixed that problem? How to set IP on this device? the launch file ? |
I know that you only explicitly support ubuntu 14.04 and 16.04, but I have been trying to set up the rs_lidar_16 on 18.04 but get this warning when running :
Is there any solutions for this issue?
The text was updated successfully, but these errors were encountered: