Skip to content

Commit

Permalink
Add support for ros2 rosdep
Browse files Browse the repository at this point in the history
  • Loading branch information
hilookas committed Jun 18, 2024
1 parent 700040b commit eaa5a19
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 eaa5a19

Please sign in to comment.