88
99## Supported List
1010
11- > rclcpp is recommended due to its extended support.
1211
1312| Base | ROS2 C++ |
1413| --------------- | -------- |
1716| ONNX Runtime | ✅ |
1817| TFLite | ✅ |
1918
20- <!-- ### Raspberry Pi4 🍓 + NCS2 + YOLOX-ROS
21-
22- Good news for studets❗🍓
23-
24- Check [GitHub Wiki](https://github.com/Ar-Ray-code/YOLOX-ROS/wiki/YOLOX-ROS---Raspbian-(NCS2)) to try YOLOX-ROS. -->
2519
2620## Installation & Demo (C++)
2721
@@ -47,74 +41,12 @@ Check [this URL](./yolox_ros_cpp/README.md).
4741
4842<br >
4943
50- ## Parameters
44+ ## Parameters
5145
5246- Check launch files.
5347
5448<br >
5549
56- ## Composition
57-
58- - Supports C++ only.
59-
60- <br >
61-
62- <!--
63- ## YOLOX-ROS + ?
64-
65- <details>
66- <summary>Examples</summary>
67-
68- ### Web Camera (v4l2-camera)
69-
70- - [yolox_nano_onnx.launch.py](./yolox_ros_py/launch/yolox_nano_onnx_camera.launch.py)
71-
72- ```bash
73- ros2 launch yolox_ros_py yolox_nano_onnx.launch.py video_device:=/dev/video0
74- ```
75-
76- 
77-
78- ### Unity
79-
80- - [Ar-Ray-code/RenderTexture2ROS2Image](https://github.com/Ar-Ray-code/RenderTexture2ROS2Image)
81-
82- 
83-
84- ### Gazebo
85-
86- - [yolox_nano_onnx_gazebo.launch.py](./yolox_ros_py/launch/yolox_nano_onnx_gazebo.launch.py)
87-
88- ```bash
89- ros2 launch yolox_ros_py yolox_nano_onnx_gazebo.launch.py
90- ```
91-
92- 
93-
94- ### YouTube
95-
96- - [yolox_nano_onnx_youtube.launch.py](./yolox_ros_py/launch/yolox_nano_onnx_youtube.launch.py)
97- - [Ar-Ray-code/YouTube-publisher-ROS2](https://github.com/Ar-Ray-code/YouTube-publisher-ROS2)
98-
99- ```bash
100- # git clone https://github.com/Ar-Ray-code/YOLOX-ROS.git --recursive
101- vcs import . < YOLOX-ROS/youtube-publisher.repos
102- pip3 install -r YOLOX-ROS/requirements.txt
103- pip3 install -r YouTube-publisher-ROS2/requirements.txt
104- cd ..
105- colcon build --symlink-install --pacakges-select yolox_ros_py bboxes_ex_msgs youtube_publisher
106- source install/setup.bash
107-
108- # run launch.py
109- ros2 launch yolox_ros_py yolox_nano_onnx_youtube.launch.py
110- ```
111-
112- 
113-
114- </details> -->
115-
116- <br >
117-
11850## Reference
11951
12052![ ] ( https://raw.githubusercontent.com/Megvii-BaseDetection/YOLOX/main/assets/logo.png )
0 commit comments