Skip to content

Commit 06de700

Browse files
committed
Added missing changes
1 parent ccb6453 commit 06de700

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ jobs:
1919
fail-fast: false
2020
matrix:
2121
env:
22-
- ROS_DISTRO: rolling
22+
- ROS_DISTRO: iron
2323
steps:
2424
- name: Checkout repository
2525
uses: actions/checkout@v4

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,8 +12,8 @@ benchmarking against other commonly-used control algorithms.
1212
## Installation
1313

1414
auv_controllers is currently supported on Linux and is available for the ROS 2
15-
Iron and Humble distributions. To install auv_controllers, first clone this
16-
project to the `src` directory of your ROS workspace:
15+
Rolling, Jazzy, Iron and Humble distributions. To install auv_controllers,
16+
first clone this project to the `src` directory of your ROS workspace:
1717

1818
```bash
1919
git clone git@github.com:Robotic-Decision-Making-Lab/auv_controllers.git

0 commit comments

Comments
 (0)