-
Notifications
You must be signed in to change notification settings - Fork 60
/
Copy pathpackage.xml
29 lines (23 loc) · 982 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
<?xml version="1.0"?>
<package format="1">
<name>gdrive_ros</name>
<version>2.1.29</version>
<description>Google drive upload and download package</description>
<maintainer email="[email protected]">Shingo Kitagawa</maintainer>
<author email="[email protected]">Shingo Kitagawa</author>
<license>BSD</license>
<url type="website">http://ros.org/wiki/gdrive_ros</url>
<url type="repository">https://github.com/jsk-ros-pkg/jsk_3rdparty</url>
<url type="bugtracker">https://github.com/jsk-ros-pkg/jsk_3rdparty/issues</url>
<buildtool_depend>catkin</buildtool_depend>
<build_depend>rospy</build_depend>
<build_depend>message_generation</build_depend>
<build_depend>catkin_virtualenv</build_depend>
<run_depend>rospy</run_depend>
<run_depend>message_runtime</run_depend>
<test_depend>rostest</test_depend>
<test_depend>roslaunch</test_depend>
<export>
<pip_requirements>requirements.txt</pip_requirements>
</export>
</package>