File tree Expand file tree Collapse file tree 3 files changed +11
-7
lines changed Expand file tree Collapse file tree 3 files changed +11
-7
lines changed Original file line number Diff line number Diff line change 1- name : ci_humble
1+ name : ci_iron
22
33on :
44 push :
55 branches :
6- - " humble "
6+ - " iron "
77 pull_request :
88 types : [opened, synchronize, labeled]
99
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 : |
Original file line number Diff line number Diff line change 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| --------------- | -------- |
Original file line number Diff line number Diff line change 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 *
2121## Clone YOLOX-ROS
2222``` bash
2323cd ~ /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
You can’t perform that action at this time.
0 commit comments