Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Document branch strategy #463

Open
wants to merge 2 commits into
base: master
Choose a base branch
from
Open
Changes from 1 commit
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
13 changes: 13 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -52,6 +52,19 @@ 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)
* [rolling](https://github.com/ANYbotics/grid_map/tree/rolling)
Ryanf55 marked this conversation as resolved.
Show resolved Hide resolved

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