-
Notifications
You must be signed in to change notification settings - Fork 24
/
Copy pathpackage.xml
27 lines (21 loc) · 1.03 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
<package format="2">
<name>champ_setup_assistant</name>
<version>0.1.0</version>
<description>Champ Robot Setup Assistant</description>
<license>BSD</license>
<author email="[email protected]">Juan Jimeno</author>
<maintainer email="[email protected]">Juan Jimeno</maintainer>
<buildtool_depend>catkin</buildtool_depend>
<exec_depend>rviz</exec_depend>
<exec_depend>python-jinja2</exec_depend>
<exec_depend>python_qt_binding</exec_depend>
<exec_depend>urdfdom_py</exec_depend>
<build_export_depend>libogre-dev</build_export_depend>
<build_export_depend>qtbase5-dev</build_export_depend>
<build_export_depend>libqt5-opengl-dev</build_export_depend>
<build_export_depend>class_loader</build_export_depend>
<build_export_depend>moveit_ros_planning_interface</build_export_depend>
<build_export_depend version_gte="1.11.2">pluginlib</build_export_depend>
<build_export_depend>roscpp</build_export_depend>
<build_export_depend>rviz</build_export_depend>
</package>