Skip to content

Commit

Permalink
Update ros package.xml dependencies (#5)
Browse files Browse the repository at this point in the history
  • Loading branch information
johnwason committed Sep 21, 2023
1 parent 7efaf26 commit bdcff2b
Showing 1 changed file with 6 additions and 3 deletions.
9 changes: 6 additions & 3 deletions package.xml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
<?xml version="1.0"?>
<package format="2">
<package format="3">
<name>robotraconteur_companion</name>
<version>0.3.0</version>
<description>Robot Raconteur Companion library for C++</description>
Expand All @@ -13,8 +13,11 @@
<author email="wason@wasontech.com">John Wason</author>

<buildtool_depend>cmake</buildtool_depend>
<depend>robotraconteur</depend>

<buildtool_depend condition="$ROS_VERSION == 1">catkin</buildtool_depend>
<depend>robotraconteur</depend>
<depend>eigen</depend>
<depend>yaml-cpp</depend>

<export>
<build_type>cmake</build_type>
</export>
Expand Down

0 comments on commit bdcff2b

Please sign in to comment.