Skip to content

Commit

Permalink
Supports iron instead of humble
Browse files Browse the repository at this point in the history
  • Loading branch information
Ar-Ray-code committed Aug 11, 2024
1 parent 102c0ce commit 868b313
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 7 deletions.
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
name: ci_humble
name: ci_iron

on:
push:
branches:
- "humble"
- "iron"
pull_request:
types: [opened, synchronize, labeled]

Expand All @@ -20,7 +20,7 @@ jobs:
fail-fast: false
matrix:
os: [ubuntu-22.04]
ros_distribution: [humble]
ros_distribution: [iron]
steps:
- name: Install OpenVINO
run: |
Expand Down
6 changes: 5 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,13 +1,17 @@
# YOLOX-ROS

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

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

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

## Supported List

![Iron](https://github.com/Ar-Ray-code/YOLOX-ROS/actions/workflows/iron.yml/badge.svg)

![Jazzy](https://github.com/Ar-Ray-code/YOLOX-ROS/actions/workflows/jazzy.yml/badge.svg)


| Base | ROS2 C++ |
| --------------- | -------- |
Expand Down
6 changes: 3 additions & 3 deletions yolox_ros_cpp/README.md
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
# YOLOX-ROS-CPP

## Requirements
- ROS2 Humble
- ros-humble-generate-parameter-library
- ROS2 Iron
- ros-iron-generate-parameter-library
- OpenCV 4.x
- OpenVINO 2024.*
- TensorRT 10.x *
Expand All @@ -21,7 +21,7 @@
## Clone YOLOX-ROS
```bash
cd ~/ros2_ws/src
git clone --recursive https://github.com/Ar-Ray-code/YOLOX-ROS -b humble
git clone --recursive https://github.com/Ar-Ray-code/YOLOX-ROS -b iron
```

## Model Convert or Download
Expand Down

0 comments on commit 868b313

Please sign in to comment.