-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.xml
26 lines (19 loc) · 879 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
<?xml version="1.0"?>
<package>
<name>phantomx_turret</name>
<version>0.0.1</version>
<description>Driver for Trossen Robotics PhantomX Robot Turret</description>
<maintainer email="[email protected]">Christopher Sacca</maintainer>
<license>BSD</license>
<url type="website">http://www.trossenrobotics.com/p/phantomX-robot-turret.aspx</url>
<author email="[email protected]">Christopher Sacca</author>
<buildtool_depend>catkin</buildtool_depend>
<build_depend>rosserial_arduino</build_depend>
<build_depend>rosserial_client</build_depend>
<build_depend>sensor_msgs</build_depend>
<!-- <build_depend>message_generation</build_depend> -->
<run_depend>rosserial_arduino</run_depend>
<run_depend>rosserial_client</run_depend>
<run_depend>sensor_msgs</run_depend>
<!-- <run_depend>message_runtime</run_depend> -->
</package>