-
Notifications
You must be signed in to change notification settings - Fork 22
/
package.xml
33 lines (27 loc) · 1.07 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
<?xml version="1.0"?>
<package format="3">
<name>ign_moveit2_examples</name>
<version>1.0.0</version>
<description>C++ and Python examples of using MoveIt 2 for planning motions that are executed inside Ignition Gazebo simulation environment</description>
<maintainer email="[email protected]">Andrej Orsula</maintainer>
<author>Andrej Orsula</author>
<license>BSD</license>
<buildtool_depend>ament_cmake</buildtool_depend>
<depend>rclcpp</depend>
<depend>geometry_msgs</depend>
<depend>moveit_ros_planning_interface</depend>
<exec_depend>ign_ros2_control</exec_depend>
<exec_depend>moveit</exec_depend>
<exec_depend>pymoveit2</exec_depend>
<exec_depend>rclpy</exec_depend>
<exec_depend>ros_ign_bridge</exec_depend>
<exec_depend>ros_ign_gazebo</exec_depend>
<exec_depend>rviz2</exec_depend>
<exec_depend>panda_description</exec_depend>
<exec_depend>panda_moveit_config</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>