File tree Expand file tree Collapse file tree 1 file changed +7
-8
lines changed Expand file tree Collapse file tree 1 file changed +7
-8
lines changed Original file line number Diff line number Diff line change 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 *
2323## Clone YOLOX-ROS
2424``` bash
2525cd ~ /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
8079colcon 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
8887colcon 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
9594https://www.tensorflow.org/lite/guide/build_cmake
9695
9796Below 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
10099export WORKSPACE=${HOME} /ws_tflite
101100mkdir -p ${WORKSPACE}
You can’t perform that action at this time.
0 commit comments