-
Notifications
You must be signed in to change notification settings - Fork 5
/
package.xml
35 lines (25 loc) · 954 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
27
28
29
30
31
32
33
34
35
<?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>ati_ft_sensor</name>
<version>1.0.0</version>
<description>
Provide drivers for the ATI force torque sensor.
</description>
<author email="[email protected]">Ludovic Righetti</author>
<maintainer email="[email protected]">Vincent Berenz</maintainer>
<license>BSD 3-clause</license>
<!-- ROS2 build -->
<buildtool_depend>ament_cmake</buildtool_depend>
<!-- CMake module containing helper to find the OS, boost, python, etc. -->
<build_depend>mpi_cmake_modules</build_depend>
<!-- Standard dependency -->
<depend>Boost</depend>
<!-- Real time threads. -->
<depend>real_time_tools</depend>
<export>
<build_type>ament_cmake</build_type>
</export>
</package>