forked from ros-controls/realtime_tools
-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.xml
More file actions
26 lines (19 loc) · 950 Bytes
/
package.xml
File metadata and controls
26 lines (19 loc) · 950 Bytes
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
<package format="2">
<name>realtime_tools</name>
<version>1.15.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="gennaro.raiola@iit.it">Gennaro Raiola</maintainer>
<license>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>
<buildtool_depend>catkin</buildtool_depend>
<depend>roscpp</depend>
<build_export_depend>actionlib</build_export_depend>
<test_depend>rosunit</test_depend>
<test_depend>rostest</test_depend>
<test_depend>actionlib</test_depend>
</package>