Skip to content

Commit

Permalink
Add list of distros branches to README
Browse files Browse the repository at this point in the history
Fixes #294
  • Loading branch information
sloretz authored Dec 22, 2020
1 parent 869e303 commit f13aeac
Showing 1 changed file with 18 additions and 0 deletions.
18 changes: 18 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,3 +2,21 @@ ROS 2 examples
==============

To see some of these examples in use, visit the ROS 2 Tutorials page: https://index.ros.org/doc/ros2/Tutorials/

Branches
--------

This repo targets different ROS distributions on different branches.
You must use the branch matching the ROS distro being used when building from source.

Ony [non-EOL ROS distributions](https://index.ros.org/doc/ros2/Releases/) are supported.

| ROS Distro | Branch |
|------------|----------|
| Rolling | master |
| Foxy | foxy |
| Eloquent | eloquent |
| Dashing | dashing |
| Crystal | crystal |
| Bouncy | bouncy |
| Ardent | ardent |

0 comments on commit f13aeac

Please sign in to comment.