forked from golems/ach
-
Notifications
You must be signed in to change notification settings - Fork 0
/
manifest.xml
23 lines (22 loc) · 1.01 KB
/
manifest.xml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
<!-- ROS Manifest for Ach IPC Library -->
<package>
<description brief="IPC for Real-Time Robot Control">
Ach is an Inter-Process Communication (IPC) mechanism and
library. It is uniquely suited for coordinating perception,
control drivers, and algorithms in real-time systems that sample
data from physical processes. Ach eliminates the Head-of-Line
Blocking problem for applications that always require access to
the newest message. Ach is efficient, robust, and formally
verified. It has been tested and demonstrated on a variety of
physical robotic systems. Finally, the source code for Ach is
available under an Open Source BSD-style license.
</description>
<author>Neil T. Dantam/ntd@gatech.edu</author>
<license>BSD</license>
<url>http://www.golems.org/node/1526</url>
<versioncontrol type="git" url="http://github.com/golems/ach"/>
<export>
<cpp cflags="-I${prefix}/include" lflags="-L${prefix}/build -lach"/>
</export>
<review status="experimental"/>
</package>