I have the input of multiple pointcloud2 input obtained from the simulated VLP16 sensor in different robots and attempt to combine the point cloud topics from all the robots into one point cloud before feeding it into octomap,
The pointcloud2 stream I used to input is "velodyne_points" and I have the namespace of the turtlebot defined as "tb3_1".
The declaration of the launch file is set up as follows:
I have the input of multiple pointcloud2 input obtained from the simulated VLP16 sensor in different robots and attempt to combine the point cloud topics from all the robots into one point cloud before feeding it into octomap, The pointcloud2 stream I used to input is "velodyne_points" and I have the namespace of the turtlebot defined as "tb3_1".
The declaration of the launch file is set up as follows:
The setup I am using is ROS Melodic with PCL 1.8.1+dfsg1-2ubuntu2.18.04.1 however, I keep getting the following error message:
Let me know if there is a solution or I have done the configuration wrongly. Thanks.