forked from ros-controls/realtime_tools
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.xml
More file actions
31 lines (23 loc) · 1.08 KB
/
Copy pathpackage.xml
File metadata and controls
31 lines (23 loc) · 1.08 KB
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
<package format="2">
<name>realtime_tools</name>
<version>2.5.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="bence.magyar.robotics@gmail.com">Bence Magyar</maintainer>
<maintainer email="denis@stoglrobotics.de">Denis Štogl</maintainer>
<license>3-Clause BSD</license>
<url type="website">http://ros.org/wiki/realtime_tools</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="sglaser@willowgarage.com">Stuart Glaser</author>
<author email="sloretz@openrobotics.org">Shane Loretz</author>
<buildtool_depend>ament_cmake</buildtool_depend>
<buildtool_export_depend>ament_cmake</buildtool_export_depend>
<depend>rclcpp</depend>
<depend>rclcpp_action</depend>
<test_depend>ament_cmake_gmock</test_depend>
<test_depend>test_msgs</test_depend>
<export>
<build_type>ament_cmake</build_type>
</export>
</package>