2016-08-25 21:39:51 +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.
|
|
|
|
|
|
|
|
============
|
|
|
|
Cartographer
|
|
|
|
============
|
|
|
|
|
2016-12-19 16:19:15 +08:00
|
|
|
|build| |docs| |license|
|
2016-08-25 21:39:51 +08:00
|
|
|
|
|
|
|
Purpose
|
|
|
|
=======
|
|
|
|
|
|
|
|
`Cartographer`_ is a system that provides real-time simultaneous localization
|
2016-10-05 23:27:08 +08:00
|
|
|
and mapping (`SLAM`_) in 2D and 3D across multiple platforms and sensor
|
2016-10-04 21:39:44 +08:00
|
|
|
configurations.
|
2016-08-25 21:39:51 +08:00
|
|
|
|
2016-09-29 19:22:00 +08:00
|
|
|
|video|
|
|
|
|
|
2016-08-29 16:23:27 +08:00
|
|
|
.. _Cartographer: https://github.com/googlecartographer/cartographer
|
2016-08-30 20:48:12 +08:00
|
|
|
.. _SLAM: https://en.wikipedia.org/wiki/Simultaneous_localization_and_mapping
|
2016-08-25 21:39:51 +08:00
|
|
|
|
2016-10-11 22:09:55 +08:00
|
|
|
Getting started
|
|
|
|
===============
|
2016-08-25 21:39:51 +08:00
|
|
|
|
2016-10-11 22:09:55 +08:00
|
|
|
* Learn to use Cartographer at `our Read the Docs site`_.
|
|
|
|
* Please join the `mailing list`_ and ask questions.
|
2016-08-25 21:39:51 +08:00
|
|
|
|
|
|
|
.. _our Read the Docs site: https://google-cartographer.readthedocs.io
|
2016-10-11 22:09:55 +08:00
|
|
|
.. _mailing list: https://groups.google.com/forum/#!forum/google-cartographer
|
2016-08-25 21:39:51 +08:00
|
|
|
|
|
|
|
Contributing
|
|
|
|
============
|
|
|
|
|
2016-10-04 21:39:44 +08:00
|
|
|
You can find information about contributing to Cartographer at `our Contribution
|
2016-08-25 21:39:51 +08:00
|
|
|
page`_.
|
|
|
|
|
2016-10-04 21:39:44 +08:00
|
|
|
.. _our Contribution page: https://github.com/googlecartographer/cartographer/blob/master/CONTRIBUTING.md
|
2016-08-25 21:39:51 +08:00
|
|
|
|
2016-08-26 23:42:38 +08:00
|
|
|
.. |build| image:: https://travis-ci.org/googlecartographer/cartographer.svg?branch=master
|
|
|
|
:alt: Build Status
|
|
|
|
:scale: 100%
|
|
|
|
:target: https://travis-ci.org/googlecartographer/cartographer
|
2016-08-25 21:39:51 +08:00
|
|
|
.. |docs| image:: https://readthedocs.org/projects/google-cartographer/badge/?version=latest
|
|
|
|
:alt: Documentation Status
|
|
|
|
:scale: 100%
|
|
|
|
:target: https://google-cartographer.readthedocs.io/en/latest/?badge=latest
|
2016-12-19 16:19:15 +08:00
|
|
|
.. |license| image:: https://img.shields.io/badge/License-Apache%202.0-blue.svg
|
|
|
|
:alt: Apache 2 license.
|
|
|
|
:scale: 100%
|
|
|
|
:target: https://github.com/googlecartographer/cartographer/blob/master/LICENSE
|
2016-09-29 19:22:00 +08:00
|
|
|
.. |video| image:: https://j.gifs.com/wp3BJM.gif
|
2016-10-04 21:39:44 +08:00
|
|
|
:alt: Cartographer 3D SLAM Demo
|
2016-09-29 19:22:00 +08:00
|
|
|
:scale: 100%
|
|
|
|
:target: https://youtu.be/DM0dpHLhtX0
|