<?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 - Development</title>
 <link>http://www.orocos.org/taxonomy/term/59/0</link>
 <description>RTT Development topics</description>
 <language>en</language>
<item>
 <title>How to build Debian packages</title>
 <link>http://www.orocos.org/wiki/rtt/frequently-asked-questions-faq/how-build-debian-packages</link>
 <description>
&lt;h2 id=&quot;toc5&quot;&gt;Rationale&lt;/h2&gt;
 You want to build debian packages once, so that you can install on multiple machines without building from source on each.
&lt;h2 id=&quot;toc6&quot;&gt;Assumptions&lt;/h2&gt;
 &lt;ol&gt;
    &lt;li&gt; You are building for gnulinux only.&lt;/li&gt;
    &lt;li&gt; You have &amp;quot;svn-b&amp;quot;, etc, alises setup (see &amp;quot;man svn-buildpackage&amp;quot;).&lt;/li&gt;
    &lt;li&gt; You are using Synaptic as your package manager.&lt;/li&gt;
    &lt;li&gt; Example code is for Orocos v1.8, but also applies to later versions, including 2.x&lt;/li&gt;
    &lt;li&gt; &lt;em&gt;BASE_DIR&lt;/em&gt; is whatever directory you want to put everything into. Click below to read the rest of this post.&lt;/li&gt;
&lt;/ol&gt;

&lt;p&gt;&lt;a href=&quot;http://www.orocos.org/wiki/rtt/frequently-asked-questions-faq/how-build-debian-packages&quot; target=&quot;_blank&quot;&gt;read more&lt;/a&gt;&lt;/p&gt;</description>
 <comments>http://www.orocos.org/wiki/rtt/frequently-asked-questions-faq/how-build-debian-packages#comments</comments>
 <category domain="http://www.orocos.org/taxonomy/term/59">Development</category>
 <category domain="http://www.orocos.org/category/rtt-version/rtt-1x">RTT 1.x</category>
 <category domain="http://www.orocos.org/category/rtt-version/rtt-2x">RTT 2.x</category>
 <pubDate>Fri, 10 Jul 2009 15:22:18 +0000</pubDate>
 <dc:creator>snrkiwi</dc:creator>
 <guid isPermaLink="false">1399 at http://www.orocos.org</guid>
</item>
<item>
 <title>Problems with single thread serialization</title>
 <link>http://www.orocos.org/wiki/rtt/rtt-20/contribute-which-weakness-have-you-detected-rtt/problems-single-thread-serialization</link>
 <description>&lt;p&gt;Because of single thread serialization, something unexpected for the programmer happens.&lt;/p&gt;

&lt;p&gt;1) You expect TaskA to be independent from TaskB, but it isn&#039;t. If you think it is a problem of resources of the computer, change the activity frequency of 1 of the two tasks.&lt;/p&gt;

&lt;p&gt;Suggestion:  A) let the programmer choose if single thread serialization is used or not.  B) keep 1 thread for 1 activity policy for default. It will help less experienced user  to avoid common errors. 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-20/contribute-which-weakness-have-you-detected-rtt/problems-single-thread-serialization&quot; target=&quot;_blank&quot;&gt;read more&lt;/a&gt;&lt;/p&gt;</description>
 <comments>http://www.orocos.org/wiki/rtt/rtt-20/contribute-which-weakness-have-you-detected-rtt/problems-single-thread-serialization#comments</comments>
 <category domain="http://www.orocos.org/taxonomy/term/59">Development</category>
 <pubDate>Wed, 29 Apr 2009 13:23:13 +0000</pubDate>
 <dc:creator>facontidavide</dc:creator>
 <guid isPermaLink="false">1263 at http://www.orocos.org</guid>
</item>
<item>
 <title>Contribute! Suggest a new feature to be included in RTT 2.0.</title>
 <link>http://www.orocos.org/wiki/rtt/rtt-20/contribute-suggest-new-feature-be-included-rtt-20</link>
 <description>&lt;p&gt;INTRODUCTION&lt;/p&gt;

&lt;p&gt;Please be concise and provide a short example and your motivation to include it in RTT. Ask first yourself:  &lt;ul&gt;
    &lt;li&gt; &amp;quot;Am I the only beneficiary of this new feature?&amp;quot;&lt;/li&gt;
    &lt;li&gt; &amp;quot;Can this feature be obtained with a simple layer on the top of RTT ?&amp;quot;&lt;/li&gt;
&lt;/ul&gt;

&lt;/p&gt;

&lt;p&gt;If you answered &amp;quot;no&amp;quot; to both the questions and you have already debated the new future in the Developers forum, please post here your suggestion.&lt;/p&gt;

</description>
 <comments>http://www.orocos.org/wiki/rtt/rtt-20/contribute-suggest-new-feature-be-included-rtt-20#comments</comments>
 <category domain="http://www.orocos.org/taxonomy/term/59">Development</category>
 <pubDate>Tue, 21 Apr 2009 16:09:56 +0000</pubDate>
 <dc:creator>facontidavide</dc:creator>
 <guid isPermaLink="false">1244 at http://www.orocos.org</guid>
</item>
<item>
 <title>Contribute!  Which weakness have you detected in RTT?</title>
 <link>http://www.orocos.org/wiki/rtt/rtt-20/contribute-which-weakness-have-you-detected-rtt</link>
 <description>&lt;p&gt;INTRODUCTION&lt;/p&gt;

&lt;p&gt;You can edit this page to post your contribution to OrocosRTT 2.0. Please, keep your comment concise and clear: if you want to launch a long debate, you can still use the Developers Forum! Short examples can help other people understanding what you mean.&lt;/p&gt;

&lt;hr /&gt;
 A) According to the section 4. of the Orocos Component Builder&#039;s Manual, the callback of a synchronous event is executed inside the thread of the event&#039;s emitter. Click below to read the rest of this post.&lt;p&gt;&lt;a href=&quot;http://www.orocos.org/wiki/rtt/rtt-20/contribute-which-weakness-have-you-detected-rtt&quot; target=&quot;_blank&quot;&gt;read more&lt;/a&gt;&lt;/p&gt;</description>
 <comments>http://www.orocos.org/wiki/rtt/rtt-20/contribute-which-weakness-have-you-detected-rtt#comments</comments>
 <category domain="http://www.orocos.org/taxonomy/term/59">Development</category>
 <pubDate>Tue, 21 Apr 2009 15:58:30 +0000</pubDate>
 <dc:creator>facontidavide</dc:creator>
 <guid isPermaLink="false">1243 at http://www.orocos.org</guid>
</item>
<item>
 <title>Development Policy</title>
 <link>http://www.orocos.org/rtt-dev/policy</link>
 <description>&lt;h3&gt;Branches versus Trunk&lt;/h3&gt;

&lt;p&gt; With the term trunk, we denote the main line (HEAD) of development of
which new releases are spawned from time to time.
&lt;/p&gt;&lt;p&gt;&lt;a href=&quot;http://www.orocos.org/rtt-dev/policy&quot; target=&quot;_blank&quot;&gt;read more&lt;/a&gt;&lt;/p&gt;</description>
 <comments>http://www.orocos.org/rtt-dev/policy#comments</comments>
 <category domain="http://www.orocos.org/taxonomy/term/59">Development</category>
 <pubDate>Fri, 10 Nov 2006 14:54:53 +0000</pubDate>
 <dc:creator>sspr</dc:creator>
 <guid isPermaLink="false">55 at http://www.orocos.org</guid>
</item>
<item>
 <title>Branch Management</title>
 <link>http://www.orocos.org/rtt-dev/branching</link>
 <description>&lt;p&gt;&lt;a href=&quot;http://www.orocos.org/rtt-dev/branching&quot; target=&quot;_blank&quot;&gt;read more&lt;/a&gt;&lt;/p&gt;</description>
 <comments>http://www.orocos.org/rtt-dev/branching#comments</comments>
 <category domain="http://www.orocos.org/taxonomy/term/59">Development</category>
 <pubDate>Fri, 13 Oct 2006 12:19:49 +0000</pubDate>
 <dc:creator>sspr</dc:creator>
 <guid isPermaLink="false">17 at http://www.orocos.org</guid>
</item>
<item>
 <title>Development Plan</title>
 <link>http://www.orocos.org/orocos/development-plan</link>
 <description>(Suggestions for changes to this plan are discussed on the &lt;a href=&quot;mailto:orocos-dev(@)lists.mech.kuleuven.be&quot;&gt;Orocos-dev mailing list&lt;/a&gt;.)
&lt;dl&gt;&lt;dt&gt;&lt;strong&gt;Objectives&lt;/strong&gt;&lt;/dt&gt;
&lt;dd&gt;
The objectives of this plan are to provide:
&lt;ol&gt;
&lt;li&gt;A clear roadmap for Orocos RTT&lt;/li&gt;
&lt;li&gt;Higher-quality releases&lt;/li&gt;
&lt;li&gt;Support for more platforms, being Operating Systems, hardware
or robot architectures.&lt;/li&gt;
&lt;li&gt;Continued encouragement of code improvements&lt;/li&gt;
&lt;li&gt;More predictable release schedules&lt;/li&gt;
&lt;li&gt;More frequent releases&lt;/li&gt;
&lt;/ol&gt;&lt;/dd&gt;&lt;/dl&gt;&lt;p&gt;&lt;a href=&quot;http://www.orocos.org/orocos/development-plan&quot; target=&quot;_blank&quot;&gt;read more&lt;/a&gt;&lt;/p&gt;</description>
 <comments>http://www.orocos.org/orocos/development-plan#comments</comments>
 <category domain="http://www.orocos.org/taxonomy/term/59">Development</category>
 <pubDate>Fri, 13 Oct 2006 12:08:40 +0000</pubDate>
 <dc:creator>sspr</dc:creator>
 <guid isPermaLink="false">16 at http://www.orocos.org</guid>
</item>
<item>
 <title>Orocos RTT 2.0 Development</title>
 <link>http://www.orocos.org/orocos/orocos-rtt-20-development</link>
 <description>&lt;div class=&quot;listing&quot;&gt;
This page is for the RTT-2.0 development branch only. This branch is only available on git. There&#039;s also a lot of information related to RTT 2.0 on the wiki.
&lt;dl&gt;
&lt;dt&gt;Developers mailinglist&lt;/dt&gt;
&lt;dd&gt;&lt;em&gt;This list has been set up to communicate to all active developers. Click below to read the rest of this post.&lt;div class=&quot;listing&quot;&gt;
This page is for the RTT-2.0 development branch only. This branch is only available on git.&lt;/div&gt;&lt;/em&gt;&lt;/dd&gt;&lt;/dl&gt;&lt;/div&gt;&lt;p&gt;&lt;a href=&quot;http://www.orocos.org/orocos/orocos-rtt-20-development&quot; target=&quot;_blank&quot;&gt;read more&lt;/a&gt;&lt;/p&gt;</description>
 <comments>http://www.orocos.org/orocos/orocos-rtt-20-development#comments</comments>
 <category domain="http://www.orocos.org/taxonomy/term/59">Development</category>
 <pubDate>Tue, 03 Oct 2006 12:04:27 +0000</pubDate>
 <dc:creator>sspr</dc:creator>
 <guid isPermaLink="false">3 at http://www.orocos.org</guid>
</item>
</channel>
</rss>
