-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.xml
27 lines (21 loc) · 927 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
<?xml version="1.0"?>
<package format="2">
<name>sphero_sprk_ros</name>
<version>1.0.0</version>
<description>The sphero_sprk_ros package provides drivers and ros wrappers for controlling the Sphero SPRK+ robots.</description>
<author email="[email protected]">Antonella Barisic</author>
<maintainer email="[email protected]">Marko Krizmancic</maintainer>
<maintainer email="[email protected]">Antonella Barisic</maintainer>
<url type="repository">https://github.com/antonellabarisic/sphero_sprk_ros</url>
<license>MIT</license>
<!-- Dependencies -->
<buildtool_depend>catkin</buildtool_depend>
<depend>bluepy</depend>
<depend>message_generation</depend>
<depend>rospy</depend>
<depend>std_msgs</depend>
<!-- The export tag contains other, unspecified, tags -->
<export>
<!-- Other tools can request additional information be placed here -->
</export>
</package>