-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathpackage.xml
32 lines (25 loc) · 1.06 KB
/
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
30
31
32
<?xml version="1.0"?>
<package>
<name>sweetie_bot_joint_trajectory_editor</name>
<version>0.1.0</version>
<description>The sweetie_bot_joint_trajectory_editor package</description>
<maintainer email="[email protected]">mutronics</maintainer>
<license>BSD</license>
<url type="website">http://sweetiebot.net</url>
<url type="website">https://gitlab.com/sweetie-bot/sweetie_doc/wikis/components-animation-stored-move</url>
<author email="[email protected]">mutronics</author>
<author email="[email protected]">disRecord</author>
<buildtool_depend>catkin</buildtool_depend>
<build_depend>roscpp</build_depend>
<build_depend>std_msgs</build_depend>
<build_depend>sensor_msgs</build_depend>
<build_depend>control_msgs</build_depend>
<build_depend>actionlib</build_depend>
<run_depend>std_msgs</run_depend>
<run_depend>sensor_msgs</run_depend>
<run_depend>control_msgs</run_depend>
<!-- The export tag contains other, unspecified, tags -->
<export>
<!-- Other tools can request additional information be placed here -->
</export>
</package>