Is it possible to convert mesh or point cloud to grid map?
I'd like to convert mesh or point cloud to occupancy grid map like gmapping result. I get mesh and point cloud data from ZED because 3D SLAM by ZED API is great and the API supports to save 3D SLAM result as mesh and cloud data.
I know that there are some 3D SLAM packages like rtabmap and so on. But in my experience, 3D SLAM by ZED API is better. If you know whether it is possible to convert mesh or point cloud to grid map, could you tell me how to do so?
Are you wanting to convert a 3D point cloud to a 2D grid map?
Almost yes. I'd like to know how to convert 3d point cloud "or" 3d mesh to 2d grid map. I want to convert 3d data to 2d data. Then I want to use 2d data for autonomous navigation. I use Turtlebot2 with amcl_demo for autonomous navigation.