forked from RobotLocomotion/drake-ros
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.xml
24 lines (20 loc) · 813 Bytes
/
package.xml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
<?xml version="1.0"?>
<package format="2">
<name>drake_ros_examples</name>
<version>0.1.0</version>
<description>Examples using Drake systems that interact with ROS 2.</description>
<maintainer email="[email protected]">Ian McMahon</maintainer>
<maintainer email="[email protected]">Shane Loretz</maintainer>
<maintainer email="[email protected]">Michel Hidalgo</maintainer>
<license>Apache License 2.0</license>
<buildtool_depend>ament_cmake_ros</buildtool_depend>
<depend>drake_ros</depend>
<depend>std_msgs</depend>
<depend>libgflags-dev</depend>
<test_depend>ament_cmake_clang_format</test_depend>
<test_depend>ament_lint_auto</test_depend>
<test_depend>ament_lint_common</test_depend>
<export>
<build_type>ament_cmake</build_type>
</export>
</package>