Create map from raw point cloud data and navigation& planning

asked 2021-01-01 21:41:02 -0500

houhao gravatar image

Hi all,

I have a raw pcd point cloud data. Is it possible to generate a 2D/3D map for ground vehicles and then load for navigation and planning? So ground would be free space and obstacles would be defined by Z-depth.

I have googled a lot online but get a little lost. I summarized some of posts suggestions and have questions related.

  1. We can convert point cloud data into octomap file. But how can we navigate and plan path on that? Can we convert octomap into 2D costmap and then utilize move_base planner for navigation?

  2. We also can convert point cloud data into grid_map and then generate a occupancy grid. But how to make the map navigable? I mean, like a costmap.

  3. Besides these 2D maps above, any tools to do navigation and planning in 3D? So we can directly use octomap or grid_map then no need to plan on 2D costmap.

Really appreciate your thoughts and sharing.

edit retag flag offensive close merge delete

Comments

Have a look at conversion.h which contain methods to read and write octomaps

mohamed ahmed gravatar image mohamed ahmed  ( 2021-03-25 02:44:06 -0500 )edit