-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.xml
More file actions
35 lines (30 loc) · 1.13 KB
/
package.xml
File metadata and controls
35 lines (30 loc) · 1.13 KB
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
<package>
<name>robotics_labs</name>
<version>0.9.2</version>
<description>
Repo for TECHIN 517 course materials and lab assignments
</description>
<author>Michael Ferguson</author>
<maintainer email="zhitaoyu@uw.edu">Zhitao Yu</maintainer>
<license>BSD</license>
<url>http://ros.org/wiki/fetch_gazebo_demo</url>
<buildtool_depend>catkin</buildtool_depend>
<build_depend>roscpp</build_depend>
<build_depend>pcl_conversions</build_depend>
<build_depend>pcl_ros</build_depend>
<build_depend>libpcl-all-dev</build_depend>
<build_depend>message_generation</build_depend>
<run_depend>roscpp</run_depend>
<run_depend>pcl_conversions</run_depend>
<run_depend>pcl_ros</run_depend>
<run_depend>libpcl-all</run_depend>
<run_depend>actionlib</run_depend>
<run_depend>fetch_gazebo</run_depend>
<run_depend>fetch_moveit_config</run_depend>
<run_depend>fetch_navigation</run_depend>
<run_depend>moveit_commander</run_depend>
<run_depend>moveit_python</run_depend>
<run_depend>simple_grasping</run_depend>
<run_depend>teleop_twist_keyboard</run_depend>
<run_depend>message_runtime</run_depend>
</package>