Skip to content

Commit

Permalink
Fix package
Browse files Browse the repository at this point in the history
  • Loading branch information
pablogs9 committed Mar 7, 2024
1 parent 5e5b8d2 commit 2dd3280
Showing 1 changed file with 6 additions and 5 deletions.
11 changes: 6 additions & 5 deletions package.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,15 +4,11 @@
<name>micro_ros_setup</name>
<version>5.0.0</version>
<description>Tools for setting up micro-ROS workspaces</description>
<maintainer email="[email protected].com">Ingo Lütkebohle</maintainer>
<maintainer email="pablogarrido@eprosima.com">Pablo Garrido</maintainer>
<license>Apache-2.0</license>

<depend>curl</depend>
<depend>python3-yaml</depend>
<!-- these are needed to build fastrtps -->
<buildtool_depend>asio</buildtool_depend>
<buildtool_depend>tinyxml2</buildtool_depend>
<!-- end fastrtps deps -->
<depend>clang-tidy</depend>

<build_depend>flex</build_depend>
Expand All @@ -21,4 +17,9 @@
<build_depend>usbutils</build_depend>

<exec_depend>python3-vcstool</exec_depend>

<export>
<build_type>ament_cmake</build_type>
</export>

</package>

0 comments on commit 2dd3280

Please sign in to comment.