forked from open-dynamic-robot-initiative/robot_fingers
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.xml
37 lines (28 loc) · 1.1 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
36
37
<?xml version="1.0"?>
<package format="2">
<name>robot_fingers</name>
<version>1.0.0</version>
<description>
Drivers, examples and basic scripts for the Finger robots.
</description>
<maintainer email="[email protected]">Felix Widmaier</maintainer>
<license>BSD</license>
<url type="website">https://open-dynamic-robot-initiative.github.io/robot_fingers</url>
<url type="repository">https://github.com/open-dynamic-robot-initiative/robot_fingers</url>
<buildtool_depend>ament_cmake</buildtool_depend>
<depend>blmc_drivers</depend>
<depend>robot_interfaces</depend>
<depend>trifinger_cameras</depend>
<depend>trifinger_object_tracking</depend>
<depend>yaml_utils</depend>
<build_depend>mpi_cmake_modules</build_depend>
<build_depend>pybind11_vendor</build_depend>
<build_depend>pybind11</build_depend>
<exec_depend>ament_index_python</exec_depend>
<exec_depend>trifinger_simulation</exec_depend>
<test_depend>ament_cmake_nose</test_depend>
<test_depend>ament_cmake_gtest</test_depend>
<export>
<build_type>ament_cmake</build_type>
</export>
</package>