forked from pal-robotics/tiago_moveit_config
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.xml
35 lines (29 loc) · 1.45 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
<package format="3">
<name>tiago_moveit_config</name>
<version>3.0.2</version>
<description>
An automatically generated package with all the configuration and launch files for using the tiago with the MoveIt Motion Planning Framework
</description>
<author email="[email protected]">MoveIt Setup Assistant</author>
<maintainer email="[email protected]">TIAGo PAL support team</maintainer>
<maintainer email="[email protected]">Jordan Palacios</maintainer>
<maintainer email="[email protected]">Noel Jimenez</maintainer>
<license>Apache License 2.0</license>
<url type="website">http://moveit.ros.org/</url>
<url type="bugtracker">https://github.com/ros-planning/moveit_setup_assistant/issues</url>
<url type="repository">https://github.com/ros-planning/moveit_setup_assistant</url>
<buildtool_depend>ament_cmake</buildtool_depend>
<exec_depend>launch_pal</exec_depend>
<exec_depend>moveit_configs_utils</exec_depend>
<exec_depend>moveit_simple_controller_manager</exec_depend>
<exec_depend>moveit_ros_move_group</exec_depend>
<exec_depend>moveit_kinematics</exec_depend>
<exec_depend>moveit_planners_ompl</exec_depend>
<exec_depend>moveit_ros_visualization</exec_depend>
<exec_depend>tiago_description</exec_depend>
<test_depend>ament_lint_auto</test_depend>
<test_depend>ament_lint_common</test_depend>
<export>
<build_type>ament_cmake</build_type>
</export>
</package>