Skip to content

Commit 1002abc

Browse files
committed
fix readme
1 parent c747e14 commit 1002abc

File tree

1 file changed

+7
-8
lines changed

1 file changed

+7
-8
lines changed

yolox_ros_cpp/README.md

Lines changed: 7 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,9 @@
22

33
## Requirements
44
- ROS2 Iron
5-
- ros-iron-generate-parameter-library
6-
- ros-iron-vision-msgs
7-
- ros-iron-usb-cam
5+
- ros-jazzy-generate-parameter-library
6+
- ros-jazzy-vision-msgs
7+
- ros-jazzy-usb-cam
88
- OpenCV 4.x
99
- OpenVINO 2024.*
1010
- TensorRT 10.x *
@@ -23,7 +23,7 @@
2323
## Clone YOLOX-ROS
2424
```bash
2525
cd ~/ros2_ws/src
26-
git clone --recursive https://github.com/Ar-Ray-code/YOLOX-ROS -b iron
26+
git clone --recursive https://github.com/Ar-Ray-code/YOLOX-ROS -b jazzy
2727
```
2828

2929
## Model Convert or Download
@@ -75,16 +75,15 @@ cd ~/ros2_ws
7575

7676
```bash
7777
# build with openvino
78-
source /opt/ros/humble/setup.bash
79-
source /opt/intel/openvino_2021/bin/setupvars.sh
78+
source /opt/ros/jazzy/setup.bash
8079
colcon build --symlink-install --cmake-args -DYOLOX_USE_OPENVINO=ON
8180
```
8281

8382
### TensorRT
8483

8584
```bash
8685
# build with tensorrt
87-
source /opt/ros/iron/setup.bash
86+
source /opt/ros/jazzy/setup.bash
8887
colcon build --symlink-install --cmake-args -DYOLOX_USE_TENSORRT=ON
8988
```
9089

@@ -95,7 +94,7 @@ colcon build --symlink-install --cmake-args -DYOLOX_USE_TENSORRT=ON
9594
https://www.tensorflow.org/lite/guide/build_cmake
9695

9796
Below is an example build script.
98-
Please change `${WORKSPACE}` as appropriate for your environment.
97+
Please change `${WORKSPACE}` as appropriate for your envjazzyment.
9998
```bash
10099
export WORKSPACE=${HOME}/ws_tflite
101100
mkdir -p ${WORKSPACE}

0 commit comments

Comments
 (0)