Open dsakshay opened 10 months ago
@dsakshay This tool uses Open3D to read point cloud data. https://github.com/CyberAgentAILab/pointcloud2gazebo/blob/7dbe689426009df4624edd6e5fe30c750fc84814/pointcloud2gazebo.py#L15
Please refer to the following page to know the specifications of this API(open3d.io.read_point_cloud
).
http://www.open3d.org/docs/release/tutorial/geometry/file_io.html#Point-cloud
So, this tool does not support rosbag input.
@dsakshay If your rosbag contains image or 3D point cloud, there is the following way.
pointcloud2gazebo
with 3D point cloud map@dsakshay If your rosbag contains image or 3D point cloud, there is the following way.
- play rosbag
- launch SLAM(vSLAM or 3D LiDAR SLAM) and save 3D point cloud map
- use
pointcloud2gazebo
with 3D point cloud map
@atinfinity thank you for your response and providing a possible solution, I shall try this and add a comment later.
Could you please explain how I can run this script to take point cloud data from a rosbag as an input to generate a gazebo world?