-
Notifications
You must be signed in to change notification settings - Fork 4
Expand file tree
/
Copy pathpackage.xml
More file actions
32 lines (32 loc) · 1.46 KB
/
package.xml
File metadata and controls
32 lines (32 loc) · 1.46 KB
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
<?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>moveitpy_simple</name>
<version>0.0.0</version>
<description>A simple interface to MoveIt 2's python binding</description>
<maintainer email="jafar.uruc@gmail.com">Jafar Uruc</maintainer>
<author email="jafar.uruc@gmail.com">Jafar Uruc</author>
<license>BSD</license>
<url type="website">https://github.com/JafarAbdi/moveitpy_simple</url>
<url type="bugtracker">https://github.com/JafarAbdi/moveitpy_simple/issues</url>
<url type="repository">https://github.com/JafarAbdi/moveitpy_simple/</url>
<buildtool_depend>ament_cmake</buildtool_depend>
<build_depend>moveit_py</build_depend>
<exec_depend>python3-jinja2</exec_depend>
<exec_depend>moveit_configs_utils</exec_depend>
<exec_depend>ament_index_python</exec_depend>
<exec_depend>launch</exec_depend>
<exec_depend>launch_ros</exec_depend>
<exec_depend>srdfdom</exec_depend>
<exec_depend>python3-toml</exec_depend>
<exec_depend>srdfdom</exec_depend>
<exec_depend>python-transforms3d-pip</exec_depend>
<test_depend>ros_testing</test_depend>
<test_depend>ament_copyright</test_depend>
<test_depend>moveit_resources_panda_moveit_config</test_depend>
<test_depend>moveit_resources_fanuc_moveit_config</test_depend>
<test_depend>python3-pytest</test_depend>
<export>
<build_type>ament_cmake</build_type>
</export>
</package>