-
Notifications
You must be signed in to change notification settings - Fork 9
/
Copy pathpackage.xml
32 lines (26 loc) · 997 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
25
26
27
28
29
30
31
32
<package format="3">
<name>warehouse_ros_sqlite</name>
<version>1.0.5</version>
<description>
Implementation of warehouse_ros for sqlite
</description>
<author>Bjarne von Horn</author>
<maintainer email="[email protected]">MoveIt Release Team</maintainer>
<license>BSD</license>
<url>http://ros.org/wiki/warehouse_ros</url>
<buildtool_depend>ament_cmake</buildtool_depend>
<build_depend>boost</build_depend>
<depend>warehouse_ros</depend>
<depend>class_loader</depend>
<depend>rclcpp</depend>
<depend>sqlite3_vendor</depend>
<test_depend>ament_cmake_copyright</test_depend>
<test_depend>ament_cmake_gtest</test_depend>
<test_depend version_gte="0.7.1">ament_lint_auto</test_depend>
<test_depend>ament_lint_common</test_depend>
<test_depend>geometry_msgs</test_depend>
<export>
<build_type>ament_cmake</build_type>
<warehouse_ros plugin="${prefix}/sqlite_database_connection_plugin_description.xml"/>
</export>
</package>