-
Notifications
You must be signed in to change notification settings - Fork 3
/
package.xml
42 lines (33 loc) · 1.21 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
38
39
40
41
42
<?xml version="1.0"?>
<package format="2">
<name>trifinger_cameras</name>
<version>1.0.0</version>
<description>
Drivers, configuration, tools, etc. for the cameras of the TriFinger
platform.
</description>
<maintainer email="[email protected]">Felix Widmaier</maintainer>
<license>BSD 3-clause</license>
<buildtool_depend>ament_cmake</buildtool_depend>
<buildtool_depend>pybind11_vendor</buildtool_depend>
<build_depend>mpi_cmake_modules</build_depend>
<depend>ament_index_cpp</depend>
<depend>pybind11</depend>
<depend>pybind11_opencv</depend>
<depend>libcereal-dev</depend>
<depend>robot_interfaces</depend>
<depend>serialization_utils</depend>
<depend>yaml_utils</depend>
<depend>sensor_msgs</depend>
<depend>cli_utils</depend>
<exec_depend>tf</exec_depend>
<exec_depend>python-numpy</exec_depend>
<exec_depend>python-scipy</exec_depend>
<exec_depend>python-opencv</exec_depend>
<test_depend>ament_cmake_gmock</test_depend>
<test_depend>ament_cmake_nose</test_depend>
<test_depend>ament_index_python</test_depend>
<export>
<build_type>ament_cmake</build_type>
</export>
</package>