-
Notifications
You must be signed in to change notification settings - Fork 17
Expand file tree
/
Copy pathpackage.xml
More file actions
26 lines (25 loc) · 1.08 KB
/
package.xml
File metadata and controls
26 lines (25 loc) · 1.08 KB
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
<?xml version="1.0"?>
<package>
<name>turtlebot_android</name>
<version>0.1.0</version>
<description>
Android applications and libraries for turtlebot.
</description>
<url type="website">http://ros.org/wiki/turtlebot_android</url>
<url type="repository">https://github.com/turtlebot/turtlebot_android</url>
<url type="bugtracker">https://github.com/turtlebot/turtlebot_android/issues</url>
<maintainer email="d.stonier@gmail.com">Daniel Stonier</maintainer>
<license>Apache 2.0</license>
<buildtool_depend>catkin</buildtool_depend>
<build_depend>rosjava_build_tools</build_depend>
<build_depend>rosjava_bootstrap</build_depend>
<build_depend>android_core</build_depend>
<build_depend>android_apps</build_depend>
<build_depend>android_extras</build_depend>
<build_depend>rosjava_messages</build_depend>
<!--<build_depend>rosjava_core</build_depend>
<build_depend>create_node</build_depend>
<build_depend>diagnostic_msgs</build_depend>
<build_depend>turtlebot_follower</build_depend>
<build_depend>turtlebot_panorama</build_depend>-->
</package>