Skip to content

Commit fd592f3

Browse files
authored
Merge pull request #33 from Ar-Ray-code/update-0.3.2
Update package.xml
2 parents a8193d6 + 9ea8e10 commit fd592f3

File tree

5 files changed

+6
-4
lines changed

5 files changed

+6
-4
lines changed

README.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,8 @@
88

99
## Supported List
1010

11+
> rclcpp is recommended due to its extended support.
12+
1113
| Base | ROS2 C++ | ROS2 Python |
1214
| --------------- | -------- | ----------- |
1315
| PyTorch | ||

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.2.0</version>
5+
<version>0.3.2</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_ros_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_ros_cpp</name>
5-
<version>0.2.1</version>
5+
<version>0.3.2</version>
66
<description>The yolox_ros_cpp package</description>
77
<maintainer email="[email protected]">fateshelled</maintainer>
88
<license>Apache-2.0 License</license>

yolox_ros_py/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_ros_py</name>
5-
<version>0.3.1</version>
5+
<version>0.3.2</version>
66
<description>The yolox_ros_py package</description>
77
<maintainer email="[email protected]">Ar-Ray-code</maintainer>
88
<license>Apache License, Version 2.0</license>

yolox_ros_py/setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -77,7 +77,7 @@
7777

7878
setup(
7979
name=package_name,
80-
version='0.3.1',
80+
version='0.3.2',
8181
packages=[package_name],
8282
data_files=[
8383
('share/ament_index/resource_index/packages',

0 commit comments

Comments
 (0)