-
Notifications
You must be signed in to change notification settings - Fork 76
/
package.xml
34 lines (26 loc) · 1.2 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
<package format="2">
<name>realtime_tools</name>
<version>2.7.0</version>
<description>Contains a set of tools that can be used from a hard
realtime thread, without breaking the realtime behavior.</description>
<maintainer email="[email protected]">Bence Magyar</maintainer>
<maintainer email="[email protected]">Denis Štogl</maintainer>
<license>3-Clause BSD</license>
<url type="website">https://control.ros.org</url>
<url type="bugtracker">https://github.com/ros-controls/realtime_tools/issues</url>
<url type="repository">https://github.com/ros-controls/realtime_tools/</url>
<author email="[email protected]">Stuart Glaser</author>
<author email="[email protected]">Shane Loretz</author>
<buildtool_depend>ament_cmake</buildtool_depend>
<buildtool_export_depend>ament_cmake</buildtool_export_depend>
<depend>rclcpp</depend>
<depend>rclcpp_action</depend>
<build_depend>libcap-dev</build_depend>
<test_depend>ament_cmake_gmock</test_depend>
<test_depend>lifecycle_msgs</test_depend>
<test_depend>rclcpp_lifecycle</test_depend>
<test_depend>test_msgs</test_depend>
<export>
<build_type>ament_cmake</build_type>
</export>
</package>