forked from AndrejOrsula/pymoveit2
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.xml
26 lines (23 loc) · 887 Bytes
/
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
<?xml version="1.0"?>
<package format="3">
<name>pymoveit2</name>
<version>4.0.0</version>
<description>Basic Python interface for MoveIt 2 built on top of ROS 2 actions and services</description>
<maintainer email="[email protected]">Andrej Orsula</maintainer>
<author>Andrej Orsula</author>
<license>BSD</license>
<buildtool_depend>ament_cmake</buildtool_depend>
<buildtool_depend>ament_cmake_python</buildtool_depend>
<exec_depend>action_msgs</exec_depend>
<exec_depend>control_msgs</exec_depend>
<exec_depend>geometry_msgs</exec_depend>
<exec_depend>moveit_msgs</exec_depend>
<exec_depend>rclpy</exec_depend>
<exec_depend>sensor_msgs</exec_depend>
<exec_depend>shape_msgs</exec_depend>
<exec_depend>std_srvs</exec_depend>
<exec_depend>trajectory_msgs</exec_depend>
<export>
<build_type>ament_cmake</build_type>
</export>
</package>