Skip to content

Commit

Permalink
v0.4.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Ar-Ray-code authored Aug 12, 2024
1 parent 52002ef commit 6a43456
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 8 deletions.
2 changes: 1 addition & 1 deletion yolox_ros_cpp/yolox_cpp/package.xml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<?xml-model href="http://download.ros.org/schema/package_format3.xsd" schematypens="http://www.w3.org/2001/XMLSchema"?>
<package format="3">
<name>yolox_cpp</name>
<version>0.3.3</version>
<version>0.4.0</version>
<description>The yolox_cpp package</description>
<maintainer email="[email protected]">fateshelled</maintainer>
<license>Apache-2.0 License</license>
Expand Down
2 changes: 1 addition & 1 deletion yolox_ros_cpp/yolox_param/package.xml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<?xml-model href="http://download.ros.org/schema/package_format3.xsd" schematypens="http://www.w3.org/2001/XMLSchema"?>
<package format="3">
<name>yolox_param</name>
<version>0.3.2</version>
<version>0.4.0</version>
<description>YOLOX-ROS Parameter Package</description>
<maintainer email="[email protected]">Ar-Ray-code</maintainer>
<license>Apache-2.0</license>
Expand Down
12 changes: 6 additions & 6 deletions yolox_ros_cpp/yolox_ros_cpp/package.xml
Original file line number Diff line number Diff line change
Expand Up @@ -2,22 +2,22 @@
<?xml-model href="http://download.ros.org/schema/package_format3.xsd" schematypens="http://www.w3.org/2001/XMLSchema"?>
<package format="3">
<name>yolox_ros_cpp</name>
<version>0.3.2</version>
<version>0.4.0</version>
<description>The yolox_ros_cpp package</description>
<maintainer email="[email protected]">fateshelled</maintainer>
<license>Apache-2.0 License</license>
<author email="[email protected]">fateshelled</author>

<buildtool_depend>ament_cmake_auto</buildtool_depend>

<depend>rclcpp</depend>
<depend>rclcpp_components</depend>
<depend>OpenCV</depend>
<depend>bboxes_ex_msgs</depend>
<depend>cv_bridge</depend>
<depend>image_transport</depend>
<depend>std_msgs</depend>
<depend>libopencv-dev</depend>
<depend>rclcpp</depend>
<depend>rclcpp_components</depend>
<depend>sensor_msgs</depend>
<depend>bboxes_ex_msgs</depend>
<depend>std_msgs</depend>
<depend>vision_msgs</depend>
<depend>yolox_cpp</depend>
<depend>yolox_param</depend>
Expand Down

0 comments on commit 6a43456

Please sign in to comment.