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
Built from Source or Downloaded from Official Repository:
I got different IP different RJ45
lidar1 IP:172.20.102.31 port:2368 destination:172.20.102.102
lidar2 IP:172.20.2.32 port:2368 destination:172.20.2.101
I can run run lidar each other, but can't at the same time.
it awlays output
[ WARN] [1695786609.867868744]: Velodyne poll() timeout
[ERROR] [1695786609.867924776]: DriverNodelet::devicePoll - Failed to poll device.
what's problem ?
this is my rosnode list
/rosout
/velodyne_1/velodyne_1_nodelet_manager
/velodyne_1/velodyne_1_nodelet_manager_driver
/velodyne_1/velodyne_1_nodelet_manager_laserscan
/velodyne_1/velodyne_1_nodelet_manager_transform
/velodyne_2/velodyne_2_nodelet_manager
/velodyne_2/velodyne_2_nodelet_manager_driver
/velodyne_2/velodyne_2_nodelet_manager_laserscan
/velodyne_2/velodyne_2_nodelet_manager_transform
Even if the devices have different IP addresses, if they are both broadcasting to the same port, you will receive the data from both lidars on that one port. You must either separate them into different physical networks or change the port. On HDL-64Es, I believe this must be done using the serial (RS232) interface.
However, I don't believe this is the cause of your problem. Try running two separate launch files instead of one launch file and see if you get the same error.
Please complete the following information:
I got different IP different RJ45
lidar1 IP:172.20.102.31 port:2368 destination:172.20.102.102
lidar2 IP:172.20.2.32 port:2368 destination:172.20.2.101
I can run run lidar each other, but can't at the same time.
it awlays output
[ WARN] [1695786609.867868744]: Velodyne poll() timeout
[ERROR] [1695786609.867924776]: DriverNodelet::devicePoll - Failed to poll device.
what's problem ?
this is my rosnode list
/rosout
/velodyne_1/velodyne_1_nodelet_manager
/velodyne_1/velodyne_1_nodelet_manager_driver
/velodyne_1/velodyne_1_nodelet_manager_laserscan
/velodyne_1/velodyne_1_nodelet_manager_transform
/velodyne_2/velodyne_2_nodelet_manager
/velodyne_2/velodyne_2_nodelet_manager_driver
/velodyne_2/velodyne_2_nodelet_manager_laserscan
/velodyne_2/velodyne_2_nodelet_manager_transform
this my launch file
The text was updated successfully, but these errors were encountered: