forked from ros-controls/realtime_tools
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathmanifest.xml.ignore
27 lines (26 loc) · 1.15 KB
/
manifest.xml.ignore
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>
<description brief="Realtime tools">
This package contains a set of tools that can be used from a hard
realtime thread, without breaking the realtime behavior. The
tools currently only provides the realtime publisher, which makes
it possible to publish messages to a ROS topic from a realtime
thread. We plan to add a basic implementation of a realtime
buffer, to make it possible to get data from a (non-realtime)
topic callback into the realtime loop. Once the lockfree buffer is
created, the realtime publisher will start using it, which will
result in major API changes for the realtime publisher (removal of
all lock methods).
</description>
<author>Stuart Glaser <[email protected]></author>
<license>BSD</license>
<review status="doc reviewed"/>
<url>http://ros.org/wiki/realtime_tools</url>
<depend package="roscpp"/>
<depend package="rospy" />
<export>
<cpp cflags="-I${prefix}/include" lflags="-L${prefix}/lib -lrealtime_tools" />
</export>
<platform os="ubuntu" version="9.04"/>
<platform os="ubuntu" version="9.10"/>
<platform os="ubuntu" version="10.04"/>
</package>