Skip to content

Commit ca3c629

Browse files
authored
Merge pull request #38 from Ar-Ray-code/update/rm_py
rm yolox_ros_py
2 parents a024078 + 0d71ea2 commit ca3c629

26 files changed

+1
-1856
lines changed

README.md

Lines changed: 1 addition & 69 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,6 @@
88

99
## Supported List
1010

11-
> rclcpp is recommended due to its extended support.
1211

1312
| Base | ROS2 C++ |
1413
| --------------- | -------- |
@@ -17,11 +16,6 @@
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-
![](./images_for_readme/yolox_webcam.png)
77-
78-
### Unity
79-
80-
- [Ar-Ray-code/RenderTexture2ROS2Image](https://github.com/Ar-Ray-code/RenderTexture2ROS2Image)
81-
82-
![yolox_s_result](https://github.com/Ar-Ray-code/RenderTexture2ROS2Image/blob/main/images_for_readme/unity-demo.gif?raw=true)
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-
![](./images_for_readme/gazebo.png)
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-
![](./images_for_readme/yolox_ydl.png)
113-
114-
</details> -->
115-
116-
<br>
117-
11850
## Reference
11951

12052
![](https://raw.githubusercontent.com/Megvii-BaseDetection/YOLOX/main/assets/logo.png)

requirements.txt

Lines changed: 0 additions & 14 deletions
This file was deleted.

yolox_ros_py/exps/yolox_nano.py

Lines changed: 0 additions & 48 deletions
This file was deleted.

yolox_ros_py/launch/yolox_lite_tflite_camera.launch.py

Lines changed: 0 additions & 57 deletions
This file was deleted.

yolox_ros_py/launch/yolox_nano_onnx_camera.launch.py

Lines changed: 0 additions & 49 deletions
This file was deleted.

yolox_ros_py/launch/yolox_nano_onnx_gazebo.launch.py

Lines changed: 0 additions & 54 deletions
This file was deleted.

yolox_ros_py/launch/yolox_nano_onnx_picture.launch.py

Lines changed: 0 additions & 55 deletions
This file was deleted.

0 commit comments

Comments
 (0)