I am new to ROS and working on a project using 2 VLP-16 LIDAR sensors. How can I visualize the laser scan of two VLP-16 sensors on 1 laptop in rviz?

asked 2019-02-27 16:55:59 -0500

SinanB gravatar image

I am using ROS Kinetic on Ubuntu 16.04.5. Can you please provide detailed description for the solution.

edit retag flag offensive close merge delete

Comments

What have you tried so far?

jayess gravatar image jayess  ( 2019-02-27 18:00:36 -0500 )edit

Connected 1 VLP16 through ethernet and the other through ethernet to USB adaptor. Then, we laucnhed rviz but we are only able to get the scan of only 1 LIDAR. Two ethernet connections appear on connections tab on ubuntu and we are only able to visualize the data from the one we chose to connect.

SinanB gravatar image SinanB  ( 2019-02-27 18:22:15 -0500 )edit

I mean with ROS and RViz. What have you tried so far? How are you running/launching everything? Configurations, launch files, etc.

jayess gravatar image jayess  ( 2019-02-27 18:31:53 -0500 )edit

We have followed every step in the "Getting Started with VLP-16" ros page. The link is http://wiki.ros.org/velodyne/Tutorial... We have been able to visualize the data from 1 lidar using this tutorial. However we would like to see data from both lidar

SinanB gravatar image SinanB  ( 2019-02-27 18:37:55 -0500 )edit

Can you please update your question with a copy and paste of the output of

rostopic list
jayess gravatar image jayess  ( 2019-02-27 19:03:40 -0500 )edit

unfrotunately I do not have the sensor with me. Do you have a method to connect to LIDARs to 1 laptop and visualize data on rviz?

SinanB gravatar image SinanB  ( 2019-03-01 18:11:25 -0500 )edit

No, I can't help with the physical setup. But, with ROS you should have each LIDAR publishing on its own topic and then visualize each topic with RViz.

jayess gravatar image jayess  ( 2019-03-01 18:28:18 -0500 )edit

If you need help with stuff that isn't ROS-related, then you should try asking on the Robotics Stack Exchange

jayess gravatar image jayess  ( 2019-03-01 18:29:38 -0500 )edit