forked from moveit/moveit2
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.xml
36 lines (31 loc) · 1.42 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
<?xml version="1.0"?>
<?xml-model href="http://download.ros.org/schema/package_format3.xsd" schematypens="http://www.w3.org/2001/XMLSchema"?>
<package format="3">
<name>moveit</name>
<version>2.10.0</version>
<description>Meta package that contains all essential packages of MoveIt 2</description>
<maintainer email="[email protected]">Henning Kayser</maintainer>
<maintainer email="[email protected]">Tyler Weaver</maintainer>
<maintainer email="[email protected]">Michael Görner</maintainer>
<maintainer email="[email protected]">Robert Haschke</maintainer>
<license>BSD-3-Clause</license>
<url type="website">http://moveit.ros.org</url>
<url type="repository">https://github.com/moveit/moveit2</url>
<url type="bugtracker">https://github.com/moveit/moveit2/issues</url>
<author email="[email protected]">Ioan Sucan</author>
<author email="[email protected]">Sachin Chitta</author>
<author email="[email protected]">Dave Coleman</author>
<buildtool_depend>ament_cmake</buildtool_depend>
<!--
TODO(#314): Enable after porting moveit_commander
<exec_depend>moveit_commander</exec_depend>
-->
<exec_depend>moveit_core</exec_depend>
<exec_depend>moveit_planners</exec_depend>
<exec_depend>moveit_plugins</exec_depend>
<exec_depend>moveit_ros</exec_depend>
<exec_depend>moveit_setup_assistant</exec_depend>
<export>
<build_type>ament_cmake</build_type>
</export>
</package>