VLP16 - ROS Indigo- Velodyne poll() timeout Issue
Hi folks,
I am pretty new with ROS and looking for some guidance. I got this error every time I tried to start the ROS.
rosrun velodyne_driver velodyne_node _model:=VLP16
[ERROR] [1478568624.623678583]: unknown Velodyne LIDAR model: VLP16
[ INFO] [1478568624.624140559]: Velodyne HDL-VLP16 rotating at 600 RPM
[ INFO] [1478568624.624584136]: publishing 260 packets per scan
[ INFO] [1478568624.624990083]: expected frequency: 10.000 (Hz)
[ INFO] [1478568624.625052893]: Opening UDP socket: port 2368
[ WARN] [1478568625.626775354]: Velodyne poll() timeout
I have installed the ROS Indigo Velodyne driver by following this step http://answers.ros.org/question/22659...
Any advise how to resolve this initial problem ? I've ran roscore
and tried to do rosrun
.
My goal is to read the real time data from VLP16 using rviz
Any advise will be highly appreciated.