Skip to content

Commit

Permalink
Merge pull request #54 from hilookas/main
Browse files Browse the repository at this point in the history
Add support for ros2 rosdep
  • Loading branch information
rdu-weston authored Jun 18, 2024
2 parents 700040b + eaa5a19 commit f79e410
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions package.xml
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
<?xml version="1.0"?>
<package>
<?xml-model href="http://download.ros.org/schema/package_format3.xsd" schematypens="http://www.w3.org/2001/XMLSchema"?>
<package format="3">
<name>ugv_sdk</name>
<version>0.8.0</version>
<description>Weston Robot Platform SDK</description>
Expand All @@ -13,7 +14,7 @@
<url type="bugtracker">https://github.com/westonrobot/ugv_sdk/issues</url>
<url type="repository">https://github.com/westonrobot/ugv_sdk</url>

<buildtool_depend>catkin</buildtool_depend>
<buildtool_depend condition="$ROS_VERSION == 1">catkin</buildtool_depend>
<build_depend>asio</build_depend>
<export></export>
</package>

0 comments on commit f79e410

Please sign in to comment.