-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathpackage.xml
25 lines (20 loc) · 874 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
<?xml version="1.0"?>
<package>
<name>rate_position_controller</name>
<description>The rate_position_controller package</description>
<version>0.1.0</version>
<maintainer email="[email protected]">Francisco Suarez-Ruiz</maintainer>
<license>BSD</license>
<url type="website">https://github.com/fsuarez6/rate_position_controller</url>
<url type="repository">https://github.com/fsuarez6/rate_position_controller</url>
<author>Francisco Suarez-Ruiz</author>
<buildtool_depend>catkin</buildtool_depend>
<build_depend>baxter_core_msgs</build_depend>
<build_depend>omni_msgs</build_depend>
<build_depend>visualization_msgs</build_depend>
<run_depend>baxter_core_msgs</run_depend>
<run_depend>smach</run_depend>
<run_depend>smach_ros</run_depend>
<run_depend>omni_msgs</run_depend>
<run_depend>visualization_msgs</run_depend>
</package>