Robotics StackExchange | Archived questions

how can i send point cloud data from ROS to Gazebo or from RVIS to Gazebo in order to creat 3D Models in Gazebo?

I am publishing data (Position, Dimension, Orientation)for some objects from ROS Node to RVIZ in order to generate point clouds and it is working perfectly. Now I would like to send the same data (from ROS to Gazebo) or (from RVIZ to gazebo) to generate a world in Gazebo, and then generate a map using 3D-LIDAR.

Asked by huhu on 2017-10-25 14:57:47 UTC

Comments

Why don't you use classic pointcloud visualizer in RVIZ to visualize your pointcloud? For the Gazebo part you would have to write your own gazebo plugin to generate pointcloud which is not that easy if you're not familiar with Gazebo. Why do you want to achieve this anyway?

Asked by l4ncelot on 2017-10-26 03:18:39 UTC

I would like to generate a map using the data i already have and a LIDAR. I become data from a server as JSON file and i am visualizing my pointcloud in RVIZ using this data. Is there any way to generate a map other than simulating the same data as Gazebo world and then generate the map using LIDAR?

Asked by huhu on 2017-10-26 03:32:10 UTC

I reformulate my question again. Do you need to visualize your map in Gazebo? Gazebo should be used as a simulator of real world. RVIZ is there for visualizing maps, sensor data etc.

Asked by l4ncelot on 2017-10-26 03:43:57 UTC

Answers