<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0" xml:base="http://www.orocos.org"  xmlns:dc="http://purl.org/dc/elements/1.1/">
<channel>
 <title>The Orocos Project - Documentation</title>
 <link>http://www.orocos.org/taxonomy/term/48/0</link>
 <description></description>
 <language>en</language>
<item>
 <title>RTT Dictionary</title>
 <link>http://www.orocos.org/wiki/rtt/rtt-dictionary</link>
 <description>
&lt;h2 id=&quot;toc0&quot;&gt;RTT Dictionary&lt;/h2&gt;
 This page containts a list of terms used in RTT (and Orocos in general).
&lt;h3 id=&quot;toc1&quot;&gt;Activity&lt;/h3&gt;
 &lt;ul&gt;
    &lt;li&gt;An Activity object executes the ExecutionEngine, which in turn executes programs, state machines, processes, incoming commands, incoming events and finally executes the user code.&lt;/li&gt;
    &lt;li&gt;An activity can be: activity, periodic activity, non-periodic activity, sequential activity, slave activity...&lt;/li&gt;
&lt;/ul&gt;


&lt;h3 id=&quot;toc2&quot;&gt;Attribute&lt;/h3&gt;
 &lt;ul&gt;
    &lt;li&gt;Attributes are solely for run-time values.&lt;/li&gt;
    &lt;li&gt;You can alter the attributes of any task, program or state machine. Click below to read the rest of this post.&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;&lt;a href=&quot;http://www.orocos.org/wiki/rtt/rtt-dictionary&quot; target=&quot;_blank&quot;&gt;read more&lt;/a&gt;&lt;/p&gt;</description>
 <comments>http://www.orocos.org/wiki/rtt/rtt-dictionary#comments</comments>
 <category domain="http://www.orocos.org/rtt/documentation">Documentation</category>
 <category domain="http://www.orocos.org/category/rtt-version/rtt-1x">RTT 1.x</category>
 <pubDate>Thu, 28 Jan 2010 12:57:43 +0000</pubDate>
 <dc:creator>dominick.vanthienen</dc:creator>
 <guid isPermaLink="false">2312 at http://www.orocos.org</guid>
</item>
<item>
 <title>Part 1 Without the plugin</title>
 <link>http://www.orocos.org/wiki/rtt/simple-examples/developing-plugins-and-toolkits/part-1-without-plugin</link>
 <description>&lt;p&gt;&lt;em&gt;This is a work in progress&lt;/em&gt;&lt;/p&gt;

&lt;p&gt;This part creates components that use your custom type, and demonstrates that Orocos does not know anything about these types.&lt;/p&gt;


&lt;h2 id=&quot;toc0&quot;&gt;Files&lt;/h2&gt;
 See the attachments at the bottom of &lt;a class=&quot;&quot; href=&quot;/wiki/Developing_plugins_and_toolkits&quot;&gt;Developing plugins and toolkits&lt;/a&gt;.
&lt;h2 id=&quot;toc1&quot;&gt;To build&lt;/h2&gt;
 In a shell&lt;p&gt;&lt;div class=&quot;geshifilter&quot;&gt;&lt;pre class=&quot;cpp geshifilter-cpp&quot; style=&quot;font-family:monospace;&quot;&gt;cd &lt;span style=&quot;color: #000040;&quot;&gt;/&lt;/span&gt;path&lt;span style=&quot;color: #000040;&quot;&gt;/&lt;/span&gt;to&lt;span style=&quot;color: #000040;&quot;&gt;/&lt;/span&gt;plugins
mkdir build
cd build
cmake .. &lt;span style=&quot;color: #000040;&quot;&gt;-&lt;/span&gt;DOROCOS_TARGET&lt;span style=&quot;color: #000080;&quot;&gt;=&lt;/span&gt;macosx &lt;span style=&quot;color: #000040;&quot;&gt;-&lt;/span&gt;DENABLE_CORBA&lt;span style=&quot;color: #000080;&quot;&gt;=&lt;/span&gt;OFF
make&lt;/pre&gt;&lt;/div&gt;&lt;/p&gt;

&lt;p&gt;For other operating systems substitute the appopriate value for &amp;quot;macosx&amp;quot; when setting OROCOS_TARGET (e.g. &amp;quot;gnulinux&amp;quot;).&lt;/p&gt;

&lt;p&gt;Tested in Mac OS X Leopard 10.5.7. Click below to read the rest of this post.&lt;/p&gt;

&lt;p&gt;&lt;a href=&quot;http://www.orocos.org/wiki/rtt/simple-examples/developing-plugins-and-toolkits/part-1-without-plugin&quot; target=&quot;_blank&quot;&gt;read more&lt;/a&gt;&lt;/p&gt;</description>
 <comments>http://www.orocos.org/wiki/rtt/simple-examples/developing-plugins-and-toolkits/part-1-without-plugin#comments</comments>
 <category domain="http://www.orocos.org/rtt/documentation">Documentation</category>
 <pubDate>Thu, 06 Aug 2009 02:15:41 +0000</pubDate>
 <dc:creator>snrkiwi</dc:creator>
 <guid isPermaLink="false">1451 at http://www.orocos.org</guid>
</item>
<item>
 <title>Frequently asked questions (FAQ)</title>
 <link>http://www.orocos.org/wiki/rtt/frequently-asked-questions-faq</link>
 <description>&lt;p&gt;Future home of FAQ&lt;/p&gt;

</description>
 <comments>http://www.orocos.org/wiki/rtt/frequently-asked-questions-faq#comments</comments>
 <category domain="http://www.orocos.org/rtt/documentation">Documentation</category>
 <pubDate>Thu, 18 Jun 2009 15:32:58 +0000</pubDate>
 <dc:creator>snrkiwi</dc:creator>
 <guid isPermaLink="false">1360 at http://www.orocos.org</guid>
</item>
<item>
 <title>Compiling RTT in Windows/MinGW + pthreads-32</title>
 <link>http://www.orocos.org/wiki/rtt/rtt-ms-windows/compiling-rtt-windowsmingw-pthreads-32</link>
 <description>&lt;p&gt;This page describes the steps to take in order to compile the real-time toolkit (RTT) on a Windows machine, under MinGW and pthreads-32.&lt;/p&gt;

&lt;p&gt;The following has been tested on Windows XP, running in a virtual machine on Mac OS X Leopard.&lt;/p&gt;


&lt;h3 id=&quot;toc2&quot;&gt;Outstanding issues&lt;/h3&gt;
 &lt;ul&gt;
    &lt;li&gt; Not all RTT tests pass&lt;/li&gt;
    &lt;li&gt; TAO does not completely build&lt;/li&gt;
    &lt;li&gt; CORBA support in RTT untested due to the above&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;Warning: the default GCC 3.4.5 compiler in MinGW outputs a &lt;em&gt;lot&lt;/em&gt; of warnings when compiling RTT. Click below to read the rest of this post.&lt;/p&gt;

&lt;p&gt;&lt;a href=&quot;http://www.orocos.org/wiki/rtt/rtt-ms-windows/compiling-rtt-windowsmingw-pthreads-32&quot; target=&quot;_blank&quot;&gt;read more&lt;/a&gt;&lt;/p&gt;</description>
 <comments>http://www.orocos.org/wiki/rtt/rtt-ms-windows/compiling-rtt-windowsmingw-pthreads-32#comments</comments>
 <category domain="http://www.orocos.org/rtt/documentation">Documentation</category>
 <pubDate>Wed, 28 Jan 2009 14:19:41 +0000</pubDate>
 <dc:creator>snrkiwi</dc:creator>
 <guid isPermaLink="false">1040 at http://www.orocos.org</guid>
</item>
<item>
 <title>Latest version</title>
 <link>http://www.orocos.org/rtt/documentation/version_latest</link>
 <description>&lt;p&gt;Click on one of the links on the left for the documentation of the latest RTT version.&lt;/p&gt;
</description>
 <comments>http://www.orocos.org/rtt/documentation/version_latest#comments</comments>
 <category domain="http://www.orocos.org/rtt/documentation">Documentation</category>
 <pubDate>Fri, 16 Feb 2007 07:24:06 +0000</pubDate>
 <dc:creator>wmeeusse</dc:creator>
 <guid isPermaLink="false">121 at http://www.orocos.org</guid>
</item>
<item>
 <title>Version 1.0.x</title>
 <link>http://www.orocos.org/rtt/documentation/version_1.0</link>
 <description>&lt;p&gt;Click on one of the links on the left for the documentation of the 1.0.x releases.&lt;/p&gt;
</description>
 <comments>http://www.orocos.org/rtt/documentation/version_1.0#comments</comments>
 <category domain="http://www.orocos.org/rtt/documentation">Documentation</category>
 <pubDate>Fri, 16 Feb 2007 07:17:06 +0000</pubDate>
 <dc:creator>wmeeusse</dc:creator>
 <guid isPermaLink="false">120 at http://www.orocos.org</guid>
</item>
<item>
 <title>RTT 1.x Manuals</title>
 <link>http://www.orocos.org/orocos/rtt-1x-manuals</link>
 <description>&lt;h1&gt;Manuals and Source Code Documentation for RTT versions 1.x&lt;/h1&gt;

&lt;strong&gt;Look here for RTT 2.x documentation: &lt;a href=&quot;/wiki/orocos/toolchain/toolchain-reference-manuals&quot;&gt;Toolchain 2.x reference manuals&lt;/a&gt;&lt;/strong&gt;

&lt;div class=&quot;listing&quot;&gt;
&lt;dl&gt;
&lt;dt&gt;&lt;a href=
&quot;/stable/documentation/rtt/current/doc-xml/orocos-overview.html&quot;&gt;&quot;What is Orocos?&quot;&lt;/a&gt;
( &lt;a href=
&quot;/stable/documentation/rtt/current/doc-xml/orocos-overview.pdf&quot;&gt;pdf&lt;/a&gt; )&lt;/dt&gt;
&lt;dd&gt;Summary text about what the Orocos Project is and how the Real-Time Toolkit supports it.&lt;/dd&gt;
&lt;/dl&gt;
&lt;dl&gt;
&lt;dt&gt;&lt;a href=
&quot;/stable/documentation/rtt... Click below to read the rest of this post.&lt;/dt&gt;&lt;/dl&gt;&lt;/div&gt;&lt;p&gt;&lt;a href=&quot;http://www.orocos.org/orocos/rtt-1x-manuals&quot; target=&quot;_blank&quot;&gt;read more&lt;/a&gt;&lt;/p&gt;</description>
 <comments>http://www.orocos.org/orocos/rtt-1x-manuals#comments</comments>
 <category domain="http://www.orocos.org/rtt/documentation">Documentation</category>
 <category domain="http://www.orocos.org/category/rtt-version/rtt-1x">RTT 1.x</category>
 <pubDate>Thu, 15 Feb 2007 14:51:12 +0000</pubDate>
 <dc:creator>peter</dc:creator>
 <guid isPermaLink="false">118 at http://www.orocos.org</guid>
</item>
<item>
 <title>RTT Documentation</title>
 <link>http://www.orocos.org/rtt/presentations</link>
 <description>&lt;h1&gt;Recent Presentations (PDF)&lt;/h1&gt;

&lt;div class=&quot;listing&quot;&gt;
&lt;dl&gt;
&lt;dt&gt;&lt;a href=&quot;/documents/OrocosIn3Slides.pdf&quot;&gt;Orocos Component Design in 3 Slides&lt;/a&gt;&lt;/dt&gt;
&lt;dd&gt;Quick overview of how an Orocos component looks like&lt;/dd&gt;
&lt;/dl&gt;
&lt;dt&gt;&lt;a href=&quot;/documents/OrocosRTTIntroduction07.pdf&quot;&gt;Orocos Real-Time Toolkit Slides (October 2007)&lt;/a&gt;&lt;/dt&gt;
&lt;dd&gt;Introduction to the Real-Time Toolkit, showing examples of the component interface and the
workflow for building an Orocos application.&lt;/dd&gt;

&lt;dl&gt;
&lt;/dl&gt;&lt;/div&gt;&lt;p&gt;&lt;a href=&quot;http://www.orocos.org/rtt/presentations&quot; target=&quot;_blank&quot;&gt;read more&lt;/a&gt;&lt;/p&gt;</description>
 <comments>http://www.orocos.org/rtt/presentations#comments</comments>
 <category domain="http://www.orocos.org/rtt/documentation">Documentation</category>
 <pubDate>Fri, 03 Nov 2006 16:41:48 +0000</pubDate>
 <dc:creator>sspr</dc:creator>
 <guid isPermaLink="false">48 at http://www.orocos.org</guid>
</item>
</channel>
</rss>
