-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.xml
43 lines (35 loc) · 1.48 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
<package>
<name>autonomous_pick_place</name>
<version>1.0.0</version>
<description>
Node to autonomously pick and place objects using Marco.
</description>
<maintainer email="[email protected]">Floris Meccanici</maintainer>
<author>Floris Meccanici</author>
<license>new BSD</license>
<buildtool_depend>catkin</buildtool_depend>
<build_depend>roscpp</build_depend>
<build_depend>std_msgs</build_depend>
<build_depend>dynamixel_workbench_msgs</build_depend>
<build_depend>geometry_msgs</build_depend>
<build_depend>sensor_msgs</build_depend>
<build_depend>message_generation</build_depend>
<build_depend>message_filters</build_depend>
<build_depend>dynamic_reconfigure</build_depend>
<build_depend>rosbag</build_depend>
<build_depend>moveit_ros_planning_interface</build_depend>
<build_depend>eigen</build_depend>
<build_depend>moveit_visual_tools</build_depend>
<run_depend>roscpp</run_depend>
<run_depend>std_msgs</run_depend>
<run_depend>dynamixel_workbench_msgs</run_depend>
<run_depend>geometry_msgs</run_depend>
<run_depend>sensor_msgs</run_depend>
<run_depend>message_generation</run_depend>
<run_depend>message_filters</run_depend>
<run_depend>dynamic_reconfigure</run_depend>
<run_depend>rosbag</run_depend>
<run_depend>moveit_ros_planning_interface</run_depend>
<run_depend>eigen</run_depend>
<run_depend>moveit_visual_tools</run_depend>
</package>