cartographer-project / cartographer_ros

Provides ROS integration for Cartographer.
Apache License 2.0
1.64k stars 1.2k forks source link

Get a 2d occupancy grid out of a 3d pbstream #1173

Open francescoricciuti opened 5 years ago

francescoricciuti commented 5 years ago

Hi everybody,

I'm trying to perform planning and navigation on an autonomous robot using the position provided by Cartographer with its 3d localization.

As a first step I'm working on planning on Occupancy Grids, and for this reason I am trying to get an occupancy grid out of Cartographer's 3D map (I have both pbstreams and bags).

I have tried the following ways:

Are there any other ways to do what I'm trying to do? Is there a "correct" way of translating 3d maps into occupancy grid? Is there anyone who has succeeded in using cartographer 3d for planning and navigation?

Thanks in advance for your time!

Francesco

arjunskumar commented 1 year ago

@francescoricciuti are you able to solve this?