Skip to content

Commit 868b313

Browse files
committed
Supports iron instead of humble
1 parent 102c0ce commit 868b313

File tree

3 files changed

+11
-7
lines changed

3 files changed

+11
-7
lines changed

.github/workflows/ci_humble.yml renamed to .github/workflows/ci_iron.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
1-
name: ci_humble
1+
name: ci_iron
22

33
on:
44
push:
55
branches:
6-
- "humble"
6+
- "iron"
77
pull_request:
88
types: [opened, synchronize, labeled]
99

@@ -20,7 +20,7 @@ jobs:
2020
fail-fast: false
2121
matrix:
2222
os: [ubuntu-22.04]
23-
ros_distribution: [humble]
23+
ros_distribution: [iron]
2424
steps:
2525
- name: Install OpenVINO
2626
run: |

README.md

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,17 @@
11
# YOLOX-ROS
22

3-
[YOLOX](https://github.com/Megvii-BaseDetection/YOLOX) + ROS2 Humble demo
3+
[YOLOX](https://github.com/Megvii-BaseDetection/YOLOX) + ROS2 Iron demo
44

55
![yolox_s_result](https://github.com/Ar-Ray-code/RenderTexture2ROS2Image/blob/main/images_for_readme/unity-demo.gif?raw=true)
66

77
<div align="center">🔼 Unity + YOLOX-ROS Demo</div>
88

99
## Supported List
1010

11+
![Iron](https://github.com/Ar-Ray-code/YOLOX-ROS/actions/workflows/iron.yml/badge.svg)
12+
13+
![Jazzy](https://github.com/Ar-Ray-code/YOLOX-ROS/actions/workflows/jazzy.yml/badge.svg)
14+
1115

1216
| Base | ROS2 C++ |
1317
| --------------- | -------- |

yolox_ros_cpp/README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
# YOLOX-ROS-CPP
22

33
## Requirements
4-
- ROS2 Humble
5-
- ros-humble-generate-parameter-library
4+
- ROS2 Iron
5+
- ros-iron-generate-parameter-library
66
- OpenCV 4.x
77
- OpenVINO 2024.*
88
- TensorRT 10.x *
@@ -21,7 +21,7 @@
2121
## Clone YOLOX-ROS
2222
```bash
2323
cd ~/ros2_ws/src
24-
git clone --recursive https://github.com/Ar-Ray-code/YOLOX-ROS -b humble
24+
git clone --recursive https://github.com/Ar-Ray-code/YOLOX-ROS -b iron
2525
```
2626

2727
## Model Convert or Download

0 commit comments

Comments
 (0)