Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
14 changes: 14 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -52,6 +52,20 @@ If you use this work in an academic context, please cite the following publicati
url = {http://www.springer.com/de/book/9783319260525}
}

## Branches

These branches are currently maintained:
* ROS 1
* [master](https://github.com/ANYbotics/grid_map)
* ROS 2
* [humble](https://github.com/ANYbotics/grid_map/tree/humble)
* [iron](https://github.com/ANYbotics/grid_map/tree/iron)
* [jazzy](https://github.com/ANYbotics/grid_map/tree/jazzy)
* [rolling](https://github.com/ANYbotics/grid_map/tree/rolling)

Pull requests for ROS 1 should target `master`.
Pull requests for ROS 2 should target `rolling` and will be backported if they do not break ABI.

## Documentation

An introduction to the grid map library including a tutorial is given in [this book chapter](http://www.researchgate.net/publication/284415855).
Expand Down