Orocos with OSADL preempt patch

<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
<HTML><HEAD>
<META http-equiv=Content-Type content="text/html; charset=us-ascii">
<META content="MSHTML 6.00.2800.1619" name=GENERATOR><HEAD>
<BODY>

<SPAN class=351201308-10022009><FONT face=Arial size=2>Hi
all,<FONT><SPAN>

<SPAN class=351201308-10022009><FONT face=Arial
size=2><FONT><SPAN> 

<SPAN class=351201308-10022009><FONT face=Arial size=2>can I use OROCOS
with OSADLs preempt patch by just compiling it with gnulinux
option?<FONT><SPAN>

<SPAN class=351201308-10022009><FONT face=Arial size=2>Are there any
experiences with OROCOS-OSADL ?<FONT><SPAN>

<SPAN style="FONT-SIZE: 10pt; FONT-FAMILY: Arial"><SPAN> 

<SPAN style="FONT-SIZE: 10pt; FONT-FAMILY: Arial"><SPAN
class=351201308-10022009>thanks,<SPAN><SPAN>

<SPAN style="FONT-SIZE: 10pt; FONT-FAMILY: Arial"><SPAN
class=351201308-10022009>Clemens<SPAN><SPAN>
<BODY><HTML>

<pre>Important Notice:
This electronic transmission (including any attachments) is intended solely for the use and information
of the addressee(s). It may contain confidential or legally privileged information. Any unauthorized use
or disclosure of this message is strictly prohibited.If you are not the intended recipient, please notify
the sender immediately and delete the message and its attachments.
The sender does not guarantee the integrity of this transmission and shall therefore never be liable if
the message is altered or falsified nor for any virus, interception or damage to your system.

Orocos with OSADL preempt patch

On Wednesday 11 February 2009 07:08:40 Fuchs Clemens wrote:
> Hi all,
>
> can I use OROCOS with OSADLs preempt patch by just compiling it with
> gnulinux option?

Yes. We're using the real-time clock of linux (librt) and standard posix
mutexes/ sysv semaphores in the 'gnulinux' version.

> Are there any experiences with OROCOS-OSADL ?

No real cases, but we're not doing anything exotic in gnulinux, so PREEMPT-RT
should just work. Just make sure your threads run in the SCHED_FIFO scheduler
(which is the default in RTT). you'll get RTT logger warnings if not so.

Peter