File tree 1 file changed +14
-6
lines changed
1 file changed +14
-6
lines changed Original file line number Diff line number Diff line change @@ -81,12 +81,20 @@ The following table summarizes which branch of the repository should be
81
81
checked out in order to compile the RMW implementations for a specific ROS 2
82
82
release:
83
83
84
- | ROS 2 Release| Branch|
85
- | -------------| ------|
86
- | Rolling | ` master` |
87
- | Foxy | ` master` |
88
- | Eloquent | ` dashing` |
89
- | Dashing | ` dashing` |
84
+ | ROS 2 Release| Branch| Status|
85
+ | -------------| ------| ------|
86
+ | Rolling | ` master` | Developed|
87
+ | Foxy | ` foxy` | LTS (May 2023)|
88
+ | Eloquent | ` eloquent` | EOL (Nov 2020)|
89
+ | Dashing | ` dashing` | LTS (May 2021)|
90
+
91
+ Branch ` master` is actively developed and maintained. It is used to create
92
+ other branches for specific ROS 2 releases (starting from Galactic).
93
+
94
+ Branches marked as ` LTS` will receive updates for critical bug fixes and
95
+ important patches only (until they reach ` EOL` ).
96
+
97
+ Branches marked as ` EOL` will not receive any future updates.
90
98
91
99
# # RTI Connext DDS Requirements
92
100
You can’t perform that action at this time.
0 commit comments