2016-08-25 19:19:10 +08:00
|
|
|
.. Copyright 2016 The Cartographer Authors
|
|
|
|
|
|
|
|
.. Licensed under the Apache License, Version 2.0 (the "License");
|
|
|
|
you may not use this file except in compliance with the License.
|
|
|
|
You may obtain a copy of the License at
|
|
|
|
|
|
|
|
.. http://www.apache.org/licenses/LICENSE-2.0
|
|
|
|
|
|
|
|
.. Unless required by applicable law or agreed to in writing, software
|
|
|
|
distributed under the License is distributed on an "AS IS" BASIS,
|
|
|
|
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
|
|
|
See the License for the specific language governing permissions and
|
|
|
|
limitations under the License.
|
|
|
|
|
2016-08-25 21:16:33 +08:00
|
|
|
============================
|
|
|
|
Cartographer ROS Integration
|
|
|
|
============================
|
2016-08-25 19:19:10 +08:00
|
|
|
|
2018-11-05 19:22:55 +08:00
|
|
|
`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.
|
|
|
|
|
|
|
|
.. image:: demo_2d.gif
|
|
|
|
|
2016-08-25 19:19:10 +08:00
|
|
|
.. toctree::
|
|
|
|
:maxdepth: 2
|
2016-08-25 21:16:33 +08:00
|
|
|
|
2018-11-05 19:22:55 +08:00
|
|
|
compilation
|
|
|
|
demos
|
|
|
|
your_bag
|
|
|
|
algo_walkthrough
|
2017-07-28 20:17:16 +08:00
|
|
|
tuning
|
2017-07-31 17:26:06 +08:00
|
|
|
assets_writer
|
2018-11-05 19:22:55 +08:00
|
|
|
going_further
|
|
|
|
getting_involved
|
|
|
|
configuration
|
|
|
|
ros_api
|
2016-10-11 23:12:37 +08:00
|
|
|
data
|
2017-03-03 20:21:06 +08:00
|
|
|
faq
|
2016-09-27 18:09:57 +08:00
|
|
|
|
2016-08-25 21:16:33 +08:00
|
|
|
.. _Cartographer: https://github.com/googlecartographer/cartographer
|
2016-08-30 22:12:32 +08:00
|
|
|
.. _SLAM: https://en.wikipedia.org/wiki/Simultaneous_localization_and_mapping
|