Skip to content
Merged
Show file tree
Hide file tree
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
4 changes: 2 additions & 2 deletions .github/workflows/tutorial_docker.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -16,8 +16,8 @@ jobs:
strategy:
fail-fast: false
matrix:
ROS_DISTRO: [rolling]
runs-on: ubuntu-latest
ROS_DISTRO: [jazzy]
runs-on: ubuntu-24.04
permissions:
packages: write
contents: read
Expand Down
8 changes: 8 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,14 @@ For the commercially supported version see [MoveIt Pro](http://picknik.ai/pro).

See our extensive [Tutorials and Documentation](https://moveit.picknik.ai/).


## Branch Policy

| Branch | Use Case | Breaking changes | Distro scope | Bloomed to buildfarm |
|--------|----------|------------------|--------------|----------------------|
| main | Development | Yes | All active distros (distro-portable) | Only rolling |
| humble / jazzy / kilted | Stable release branches | No (only backport bug fixes) | Exactly one distro | Exactly one distro |

## Install

- [Binary Install](https://moveit.ros.org/install-moveit2/binary/)
Expand Down
Loading