Skip to content

Commit

Permalink
Updated to use ROS 2 Iron
Browse files Browse the repository at this point in the history
  • Loading branch information
evan-palmer committed Jun 24, 2024
1 parent aac1692 commit 336e318
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 10 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ name: Continuous Integration
on:
push:
branches:
- main
- iron
pull_request:
workflow_dispatch:

Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/docker.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ name: Docker
on:
push:
branches:
- main
- iron
pull_request:
paths:
- .docker/**
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/format.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ on:
pull_request:
push:
branches:
- main
- iron
workflow_dispatch:

jobs:
Expand Down
5 changes: 0 additions & 5 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
@@ -1,9 +1,4 @@
repos:
- repo: https://github.com/psf/black
rev: 23.1.0
hooks:
- id: black

- repo: https://github.com/astral-sh/ruff-pre-commit
rev: v0.0.291
hooks:
Expand Down
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,8 @@ benchmarking against other commonly-used control algorithms.
## Installation

auv_controllers is currently supported on Linux and is available for the ROS 2
Iron distribution. To install auv_controllers, first clone this project to the
`src` directory of your ROS workspace:
Iron and Humble distributions. To install auv_controllers, first clone this
project to the `src` directory of your ROS workspace:

```bash
git clone [email protected]:Robotic-Decision-Making-Lab/auv_controllers.git
Expand Down

0 comments on commit 336e318

Please sign in to comment.