Skip to content

Commit 6a43456

Browse files
authored
v0.4.0
1 parent 52002ef commit 6a43456

File tree

3 files changed

+8
-8
lines changed

3 files changed

+8
-8
lines changed

yolox_ros_cpp/yolox_cpp/package.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
<?xml-model href="http://download.ros.org/schema/package_format3.xsd" schematypens="http://www.w3.org/2001/XMLSchema"?>
33
<package format="3">
44
<name>yolox_cpp</name>
5-
<version>0.3.3</version>
5+
<version>0.4.0</version>
66
<description>The yolox_cpp package</description>
77
<maintainer email="[email protected]">fateshelled</maintainer>
88
<license>Apache-2.0 License</license>

yolox_ros_cpp/yolox_param/package.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
<?xml-model href="http://download.ros.org/schema/package_format3.xsd" schematypens="http://www.w3.org/2001/XMLSchema"?>
33
<package format="3">
44
<name>yolox_param</name>
5-
<version>0.3.2</version>
5+
<version>0.4.0</version>
66
<description>YOLOX-ROS Parameter Package</description>
77
<maintainer email="[email protected]">Ar-Ray-code</maintainer>
88
<license>Apache-2.0</license>

yolox_ros_cpp/yolox_ros_cpp/package.xml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -2,22 +2,22 @@
22
<?xml-model href="http://download.ros.org/schema/package_format3.xsd" schematypens="http://www.w3.org/2001/XMLSchema"?>
33
<package format="3">
44
<name>yolox_ros_cpp</name>
5-
<version>0.3.2</version>
5+
<version>0.4.0</version>
66
<description>The yolox_ros_cpp package</description>
77
<maintainer email="[email protected]">fateshelled</maintainer>
88
<license>Apache-2.0 License</license>
99
<author email="[email protected]">fateshelled</author>
1010

1111
<buildtool_depend>ament_cmake_auto</buildtool_depend>
1212

13-
<depend>rclcpp</depend>
14-
<depend>rclcpp_components</depend>
15-
<depend>OpenCV</depend>
13+
<depend>bboxes_ex_msgs</depend>
1614
<depend>cv_bridge</depend>
1715
<depend>image_transport</depend>
18-
<depend>std_msgs</depend>
16+
<depend>libopencv-dev</depend>
17+
<depend>rclcpp</depend>
18+
<depend>rclcpp_components</depend>
1919
<depend>sensor_msgs</depend>
20-
<depend>bboxes_ex_msgs</depend>
20+
<depend>std_msgs</depend>
2121
<depend>vision_msgs</depend>
2222
<depend>yolox_cpp</depend>
2323
<depend>yolox_param</depend>

0 commit comments

Comments
 (0)