Skip to content

Commit

Permalink
Merge pull request #33 from Ar-Ray-code/update-0.3.2
Browse files Browse the repository at this point in the history
Update package.xml
  • Loading branch information
Ar-Ray-code committed Dec 30, 2022
2 parents a8193d6 + 9ea8e10 commit fd592f3
Show file tree
Hide file tree
Showing 5 changed files with 6 additions and 4 deletions.
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,8 @@

## Supported List

> rclcpp is recommended due to its extended support.
| Base | ROS2 C++ | ROS2 Python |
| --------------- | -------- | ----------- |
| PyTorch | ||
Expand Down
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.2.0</version>
<version>0.3.2</version>
<description>The yolox_cpp package</description>
<maintainer email="53618876+fateshelled@users.noreply.github.com">fateshelled</maintainer>
<license>Apache-2.0 License</license>
Expand Down
2 changes: 1 addition & 1 deletion yolox_ros_cpp/yolox_ros_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_ros_cpp</name>
<version>0.2.1</version>
<version>0.3.2</version>
<description>The yolox_ros_cpp package</description>
<maintainer email="53618876+fateshelled@users.noreply.github.com">fateshelled</maintainer>
<license>Apache-2.0 License</license>
Expand Down
2 changes: 1 addition & 1 deletion yolox_ros_py/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_ros_py</name>
<version>0.3.1</version>
<version>0.3.2</version>
<description>The yolox_ros_py package</description>
<maintainer email="ray255ar@gmail.com">Ar-Ray-code</maintainer>
<license>Apache License, Version 2.0</license>
Expand Down
2 changes: 1 addition & 1 deletion yolox_ros_py/setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,7 @@

setup(
name=package_name,
version='0.3.1',
version='0.3.2',
packages=[package_name],
data_files=[
('share/ament_index/resource_index/packages',
Expand Down

0 comments on commit fd592f3

Please sign in to comment.