cartographer icon indicating copy to clipboard operation
cartographer copied to clipboard

write YAML for ROS map_server

Open kingsimba opened this issue 3 years ago • 1 comments

I'm aware cartographer_pbstream_to_ros_map can convert pbstream to PGM and YAML which can be fed into ROS map_server

But the quality is obvious not as good as cartographer_assets_writer because it doesn't use all the laser scans(scan accumulation).

So, I modified ProbabilityGridPointsProcessor to generate the YAML file.

Related discussion also found on: https://github.com/cartographer-project/cartographer_ros/issues/475

kingsimba avatar May 08 '21 12:05 kingsimba

Hi @kingsimba , thank you for your contribution. can you please sign your commits? The easiest way is to use git commit --amend --no-edit --signoff. See https://github.com/cartographer-project/cartographer/blob/master/CONTRIBUTING.md for details. Thanks!

bochen87 avatar Jul 21 '22 16:07 bochen87