-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.xml
40 lines (32 loc) · 1.19 KB
/
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
33
34
35
36
37
38
39
40
<package>
<name>warehouse_ros_sqlite</name>
<version>0.0.1</version>
<description>
SQLite Implementation of warehouse_ros
</description>
<author email="[email protected]">Bhaskara Marthi</author>
<author email="[email protected]">Connor Brew</author>
<maintainer email="[email protected]">Ioan Sucan</maintainer>
<license>BSD</license>
<license>Apache 2.0</license>
<license>GNU Affero General Public License</license>
<license>zlib</license>
<url>http://ros.org/wiki/warehouse_ros_sqlite</url>
<buildtool_depend>catkin</buildtool_depend>
<build_depend>warehouse_ros</build_depend>
<build_depend>rospy</build_depend>
<build_depend>roscpp</build_depend>
<build_depend>rostime</build_depend>
<build_depend>rostest</build_depend>
<build_depend>std_msgs</build_depend>
<build_depend>libsqlite3-dev</build_depend>
<run_depend>warehouse_ros</run_depend>
<run_depend>roscpp</run_depend>
<run_depend>rostime</run_depend>
<run_depend>std_msgs</run_depend>
<run_depend>libsqlite3-dev</run_depend>
<test_depend>gtest</test_depend>
<export>
<warehouse_ros plugin="${prefix}/sqlite_database_connection_plugin_description.xml"/>
</export>
</package>