Skip to content

Feature/cartographer integration

Fabian Reister requested to merge feature/cartographer_integration into master

This PR integrates the Google Cartographer into RobotComponents.

image

Current status

This is a first version to

  • create maps
  • localize in previously created maps

Still missing:

  • publishing global pose
  • storing pose in memory

How to install dependencies

Clone

Then just build the packages. Due to CMake magic (export command), that's sufficient.

What else is missing?

  • Odometry timestamps :) This is already implemented and will be merged soon. Afterwards, I will finish the integration.

@paus.fabian I'd like to merge the current version into master.

Edited by Fabian Reister

Merge request reports