-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.xml
48 lines (39 loc) · 1.89 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
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
<?xml version="1.0"?>
<package format="2">
<name>can_sort</name>
<version>0.0.0</version>
<description>ME495 Final Project</description>
<maintainer email="[email protected]">Jake</maintainer>
<maintainer email="[email protected]">Kailey Smith</maintainer>
<maintainer email="[email protected]">Yael Ben Shalom</maintainer>
<maintainer email="[email protected]">Mingqing Yuan</maintainer>
<maintainer email="[email protected]">Chris Aretakis</maintainer>
<license>MIT</license>
<!-- Dependenceis needed to build this package -->
<buildtool_depend>catkin</buildtool_depend>
<build_depend>rospy</build_depend>
<!-- <build_depend>roscpp</build_depend> -->
<build_depend>tf</build_depend>
<build_depend>geometry_msgs</build_depend>
<build_depend>moveit_msgs</build_depend>
<build_depend>std_msgs</build_depend>
<build_depend>message_generation</build_depend>
<build_depend>baxter_core_msgs</build_depend>
<build_depend>python-catkin-pkg</build_depend>
<!-- <build_depend>baxter_interface</build_depend> -->
<!-- Dependencies needed to build against this package -->
<build_export_depend>rostest</build_export_depend>
<build_export_depend>moveit_msgs</build_export_depend>
<build_export_depend>geometry_msgs</build_export_depend>
<build_export_depend>std_msgs</build_export_depend>
<build_export_depend>rospy</build_export_depend>
<build_export_depend>roscpp</build_export_depend>
<build_export_depend>baxter_core_msgs</build_export_depend>
<!-- Dependencies required at runtime -->
<exec_depend>rviz</exec_depend>
<exec_depend>message_runtime</exec_depend>
<exec_depend>baxter_moveit_config</exec_depend>
<depend>baxter_interface</depend>
<depend>sensor_msgs</depend>
<test_depend>rostest</test_depend>
</package>