README.rst 2.4 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162
  1. .. Copyright 2016 The Cartographer Authors
  2. .. Licensed under the Apache License, Version 2.0 (the "License");
  3. you may not use this file except in compliance with the License.
  4. You may obtain a copy of the License at
  5. .. http://www.apache.org/licenses/LICENSE-2.0
  6. .. Unless required by applicable law or agreed to in writing, software
  7. distributed under the License is distributed on an "AS IS" BASIS,
  8. WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
  9. See the License for the specific language governing permissions and
  10. limitations under the License.
  11. ===============================
  12. Cartographer ROS for TurtleBots
  13. ===============================
  14. |build| |docs| |license|
  15. Purpose
  16. =======
  17. `Cartographer`_ is a system that provides real-time simultaneous localization
  18. and mapping (`SLAM`_) in 2D and 3D across multiple platforms and sensor
  19. configurations. This repository provides Cartographer SLAM for `TurtleBots`_
  20. via `Cartographer ROS`_.
  21. .. _Cartographer: https://github.com/googlecartographer/cartographer
  22. .. _Cartographer ROS: https://github.com/googlecartographer/cartographer_ros
  23. .. _SLAM: https://en.wikipedia.org/wiki/Simultaneous_localization_and_mapping
  24. .. _TurtleBots: http://www.turtlebot.com/
  25. Documentation
  26. =============
  27. You will find complete documentation for using Cartographer ROS with TurtleBots
  28. at `our Read the Docs site`_.
  29. .. _our Read the Docs site: https://google-cartographer-ros-for-turtlebots.readthedocs.io
  30. Contributing
  31. ============
  32. You can find information about contributing to Cartographer ROS's TurtleBot
  33. support at `our Contribution page`_.
  34. .. _our Contribution page: https://github.com/googlecartographer/cartographer_turtlebot/blob/master/CONTRIBUTING.md
  35. .. |build| image:: https://travis-ci.org/googlecartographer/cartographer_turtlebot.svg?branch=master
  36. :alt: Build Status
  37. :scale: 100%
  38. :target: https://travis-ci.org/googlecartographer/cartographer_turtlebot
  39. .. |docs| image:: https://readthedocs.org/projects/google-cartographer-ros-for-turtlebots/badge/?version=latest
  40. :alt: Documentation Status
  41. :scale: 100%
  42. :target: https://google-cartographer-ros-for-turtlebots.readthedocs.io/en/latest/?badge=latest
  43. .. |license| image:: https://img.shields.io/badge/License-Apache%202.0-blue.svg
  44. :alt: Apache 2 license.
  45. :scale: 100%
  46. :target: https://github.com/googlecartographer/cartographer_turtlebot/blob/master/LICENSE