0. install ceres-solver and cartographer from https://github.com/BlueWhaleRobot
- cd ~/Documents/ros/src
- git clone https://github.com/BlueWhaleRobot/cartographer_ros.git
- cd ..
- catkin_make
Cartographer is a system that provides real-time simultaneous localization and mapping (SLAM) in 2D and 3D across multiple platforms and sensor configurations. This project provides Cartographer's ROS integration.
- Learn to use Cartographer with ROS at our Read the Docs site.
- You can ask a question by creating an issue.
You can find information about contributing to Cartographer's ROS integration at our Contribution page.