Skip to content

Commit 02bea62

Browse files
Update iron to jazzy (#83) (#84)
* Update iron to jazzy (cherry picked from commit 47a9809) Co-authored-by: Rick-v-E <[email protected]>
1 parent 2f055b6 commit 02bea62

File tree

2 files changed

+8
-9
lines changed

2 files changed

+8
-9
lines changed
Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,23 +1,23 @@
1-
# Iron Irwini (May 2023 - November 2024)
2-
name: ros-iron
1+
# Jazzy Jalisco (May 2024 - November 2029)
2+
name: ros-jazzy
33

44
on:
55
workflow_dispatch:
66
pull_request:
77
branches:
8-
- ros2
8+
- ros2-gz
99
push:
1010
branches:
11-
- ros2
11+
- ros2-gz
1212

1313
jobs:
1414
build:
1515
runs-on: ubuntu-22.04
1616
steps:
1717
- uses: ros-tooling/[email protected]
1818
with:
19-
required-ros-distributions: iron
19+
required-ros-distributions: jazzy
2020
- uses: ros-tooling/[email protected]
2121
with:
2222
package-name: virtual_maize_field
23-
target-ros2-distro: iron
23+
target-ros2-distro: jazzy

README.md

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -23,9 +23,8 @@
2323
ROS Distro | Gazebo version | Branch | Build status
2424
:---------: | :----: | :----: | :----------:
2525
**Rolling** | **Gazebo** | [`ros2-gz`](https://github.com/FieldRobotEvent/virtual_maize_field/tree/ros2-gz) | [![ros-rolling-gz](https://github.com/FieldRobotEvent/virtual_maize_field/actions/workflows/ros-rolling-gz-test.yaml/badge.svg?branch=ros2-gz)](https://github.com/FieldRobotEvent/virtual_maize_field/actions/workflows/ros-rolling-gz-test.yaml)
26+
**Jazzy** | **Gazebo** | [`ros2-gz`](https://github.com/FieldRobotEvent/virtual_maize_field/tree/ros2-gz) | [![ros-jazzy-gz](https://github.com/FieldRobotEvent/virtual_maize_field/actions/workflows/ros-jazzy-gz-test.yaml/badge.svg?branch=ros2-gz)](https://github.com/FieldRobotEvent/virtual_maize_field/actions/workflows/ros-jazzy-gz-test.yaml)
2627
**Rolling** | **Gazebo Classic** | [`ros2`](https://github.com/FieldRobotEvent/virtual_maize_field/tree/ros2) | [![ros-rolling](https://github.com/FieldRobotEvent/virtual_maize_field/actions/workflows/ros-rolling-test.yaml/badge.svg?branch=ros2)](https://github.com/FieldRobotEvent/virtual_maize_field/actions/workflows/ros-rolling-test.yaml)
27-
**Iron** | **Gazebo** | [`ros2-gz`](https://github.com/FieldRobotEvent/virtual_maize_field/tree/ros2-gz) | [![ros-iron-gz](https://github.com/FieldRobotEvent/virtual_maize_field/actions/workflows/ros-iron-gz-test.yaml/badge.svg?branch=ros2-gz)](https://github.com/FieldRobotEvent/virtual_maize_field/actions/workflows/ros-iron-gz-test.yaml)
28-
**Iron** | **Gazebo Classic** | [`ros2`](https://github.com/FieldRobotEvent/virtual_maize_field/tree/ros2) | [![ros-iron](https://github.com/FieldRobotEvent/virtual_maize_field/actions/workflows/ros-iron-test.yaml/badge.svg?branch=ros2)](https://github.com/FieldRobotEvent/virtual_maize_field/actions/workflows/ros-iron-test.yaml)
2928
**Humble** | **Ignition Gazebo** | [`ros2-ign`](https://github.com/FieldRobotEvent/virtual_maize_field/tree/ros2-ign) | [![ros-humble-ign](https://github.com/FieldRobotEvent/virtual_maize_field/actions/workflows/ros-humble-ign-test.yaml/badge.svg?branch=ros2-ign)](https://github.com/FieldRobotEvent/virtual_maize_field/actions/workflows/ros-humble-ign-test.yaml)
3029
**Humble** | **Gazebo Classic** | [`ros2`](https://github.com/FieldRobotEvent/virtual_maize_field/tree/ros2) | [![ros-humble](https://github.com/FieldRobotEvent/virtual_maize_field/actions/workflows/ros-humble-test.yaml/badge.svg?branch=ros2)](https://github.com/FieldRobotEvent/virtual_maize_field/actions/workflows/ros-humble-test.yaml)
3130
**Noetic** | **Gazebo Classic** | [`main`](https://github.com/FieldRobotEvent/virtual_maize_field/tree/main) | [![ros-noetic](https://github.com/FieldRobotEvent/virtual_maize_field/actions/workflows/ros-noetic-test.yaml/badge.svg?branch=main)](https://github.com/FieldRobotEvent/virtual_maize_field/actions/workflows/ros-noetic-test.yaml?branch=main)
@@ -38,7 +37,7 @@ Clone this repository and build the workspace. Additional you'll need the follow
3837
rosdep install virtual_maize_field
3938
```
4039

41-
This package has been tested on ROS 2 Humble, Iron and Rolling.
40+
This package has been tested on ROS 2 Humble, Jazzy and Rolling.
4241

4342
## Generating new maize field worlds
4443
This package includes a script (`virtual_maize_field/generate_world.py`) that can generate randomized agricultural worlds. All parameters are optional and have default values. All comma separated arguments can be scaler as well.

0 commit comments

Comments
 (0)