forked from crigroup/handeye
-
Notifications
You must be signed in to change notification settings - Fork 5
/
package.xml
30 lines (25 loc) · 1.06 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
<?xml version="1.0"?>
<?xml-model href="http://download.ros.org/schema/package_format2.xsd" schematypens="http://www.w3.org/2001/XMLSchema"?>
<package format="2">
<name>handeye</name>
<version>0.1.1</version>
<description>The handeye package</description>
<author email="[email protected]">Francisco Suarez-Ruiz</author>
<maintainer email="[email protected]">Francisco Suarez-Ruiz</maintainer>
<license>BSD 3-Clause</license>
<url type="website">http://wiki.ros.org/handeye</url>
<url type="repository">https://github.com/crigroup/handeye</url>
<url type="bugtracker">https://github.com/crigroup/handeye/issues</url>
<exec_depend>rclpy</exec_depend>
<exec_depend>baldor</exec_depend>
<exec_depend>criutils</exec_depend>
<exec_depend>message_runtime</exec_depend>
<exec_depend>python-enum34</exec_depend>
<exec_depend>python-matplotlib</exec_depend>
<exec_depend>python-numpy</exec_depend>
<exec_depend>python-scipy</exec_depend>
<test_depend>python3-pytest</test_depend>
<export>
<build_type>ament_python</build_type>
</export>
</package>