<?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 - RTT-dev</title>
 <link>http://www.orocos.org/taxonomy/term/54/0</link>
 <description>Contact the RTT, OCL and KDL developers directly through this forum.</description>
 <language>en</language>
<item>
 <title>Orocos Toolchain 2.9 release</title>
 <link>http://www.orocos.org/forum/rtt/rtt-dev/orocos-toolchain-29-release</link>
 <description>&lt;p&gt;Dear Orocos community,&lt;/p&gt;
&lt;p&gt;Finally, more than three years after the last official release of the&lt;br /&gt;
Orocos Toolchain&lt;br /&gt;
according to the web page (&lt;a href=&quot;http://www.orocos.org/orocos/toolchain&quot; title=&quot;http://www.orocos.org/orocos/toolchain&quot;&gt;http://www.orocos.org/orocos/toolchain&lt;/a&gt;), we are&lt;br /&gt;
planning to release version 2.9 in the near future.&lt;br /&gt;
There was a version 2.7 and 2.8 released into ROS hydro and indigo,&lt;br /&gt;
respectively, but they never made it into a full release and primarily&lt;br /&gt;
addressed build system related issues in the ROS ecosystem.&lt;/p&gt;
&lt;p&gt;Since version 2.6 almost 1200 commits have been pushed to the master and&lt;br /&gt;
release branches of RTT and Orogen, with a lot of bug fixes, new features&lt;br /&gt;
and&lt;/p&gt;
&lt;p&gt;&lt;a href=&quot;http://www.orocos.org/forum/rtt/rtt-dev/orocos-toolchain-29-release&quot; target=&quot;_blank&quot;&gt;read more&lt;/a&gt;&lt;/p&gt;</description>
 <comments>http://www.orocos.org/forum/rtt/rtt-dev/orocos-toolchain-29-release#comments</comments>
 <category domain="http://www.orocos.org/taxonomy/term/54">RTT-dev</category>
 <pubDate>Wed, 24 Feb 2016 20:38:51 +0000</pubDate>
 <dc:creator>johannesmeyer</dc:creator>
 <guid isPermaLink="false">5397 at http://www.orocos.org</guid>
</item>
<item>
 <title>Porting Rock to RTEMS</title>
 <link>http://www.orocos.org/forum/rtt/rtt-dev/porting-rock-rtems</link>
 <description>&lt;p&gt;Hi,&lt;br /&gt;
I am interested to work on porting Rock to RTEMS project for GSoC&lt;br /&gt;
project.But this project would require someone from Rock or Orocos&lt;br /&gt;
community to co-mentor. So can someone here co-mentor me or suggest me the&lt;br /&gt;
names of potential co-mentors?&lt;/p&gt;
&lt;p&gt;Regards&lt;br /&gt;
Sambeet&lt;/p&gt;
</description>
 <comments>http://www.orocos.org/forum/rtt/rtt-dev/porting-rock-rtems#comments</comments>
 <category domain="http://www.orocos.org/taxonomy/term/54">RTT-dev</category>
 <pubDate>Mon, 15 Feb 2016 09:08:42 +0000</pubDate>
 <dc:creator>sambeetpanigrahi</dc:creator>
 <guid isPermaLink="false">5395 at http://www.orocos.org</guid>
</item>
<item>
 <title>[rtt_geometry] IDL files necessity</title>
 <link>http://www.orocos.org/forum/rtt/rtt-dev/rttgeometry-idl-files-necessity</link>
 <description>&lt;p&gt;Hi,&lt;/p&gt;

&lt;p&gt;I was just wondering about the use of the extra KDLTypes.idl, which generates a KDL::Corba::DoubleSequence object.  I tried without this generated KDLTypesC.h and used the native CORBA::DoubleSeq instead and it worked. Is this file some kind of legacy stuff or is it actually useful for something ?&lt;/p&gt;

&lt;p&gt;(Ubuntu 14.04 and rtt 2.8)&lt;/p&gt;

</description>
 <comments>http://www.orocos.org/forum/rtt/rtt-dev/rttgeometry-idl-files-necessity#comments</comments>
 <category domain="http://www.orocos.org/taxonomy/term/54">RTT-dev</category>
 <pubDate>Sat, 16 Jan 2016 13:22:18 +0000</pubDate>
 <dc:creator>ahoarau</dc:creator>
 <guid isPermaLink="false">5388 at http://www.orocos.org</guid>
</item>
<item>
 <title>OperationCaller Varadic Templates</title>
 <link>http://www.orocos.org/forum/rtt/rtt-dev/operationcaller-varadic-templates</link>
 <description>&lt;p&gt;Hey,&lt;br /&gt;
I just ran into the limitation of operation arguments.&lt;br /&gt;
Orogen reports the limit is 4, but the code looks more&lt;br /&gt;
like 7, which one is correct ?.&lt;/p&gt;
&lt;p&gt;Apart from this, if we would change the implementation&lt;br /&gt;
to use variadic templates, there would be no limit any more.&lt;br /&gt;
Downside is, we would force a C++11 compiler.&lt;br /&gt;
Opinions ?&lt;/p&gt;
&lt;p&gt;Greetings&lt;br /&gt;
     Janosch&lt;/p&gt;
</description>
 <comments>http://www.orocos.org/forum/rtt/rtt-dev/operationcaller-varadic-templates#comments</comments>
 <category domain="http://www.orocos.org/taxonomy/term/54">RTT-dev</category>
 <pubDate>Fri, 15 Jan 2016 14:22:31 +0000</pubDate>
 <dc:creator>janoschmachowinski</dc:creator>
 <guid isPermaLink="false">5387 at http://www.orocos.org</guid>
</item>
<item>
 <title>Desactivate non used transport compilation</title>
 <link>http://www.orocos.org/forum/rtt/rtt-dev/desactivate-non-used-transport-compilation</link>
 <description>&lt;p&gt;Hi guys,&lt;/p&gt;
&lt;p&gt;I&#039;m building a lot of transport that I&#039;m not using (typ corba/mqueue), do&lt;br /&gt;
you know how I can configure the build system to desactivate them ?&lt;/p&gt;
</description>
 <comments>http://www.orocos.org/forum/rtt/rtt-dev/desactivate-non-used-transport-compilation#comments</comments>
 <category domain="http://www.orocos.org/taxonomy/term/54">RTT-dev</category>
 <pubDate>Sat, 24 Oct 2015 01:33:05 +0000</pubDate>
 <dc:creator>willy</dc:creator>
 <guid isPermaLink="false">5373 at http://www.orocos.org</guid>
</item>
<item>
 <title>Toolchain installation</title>
 <link>http://www.orocos.org/forum/rtt/rtt-dev/toolchain-installation</link>
 <description>&lt;p&gt;Hi orocos community.&lt;/p&gt;

&lt;p&gt;I&#039;d like to install the Orocos Toolchain on Ubuntu 14.04 following the installation instructions at &lt;a href=&quot;http://www.orocos.org/wiki/orocos/toolchain/quick-start-linux&quot;&gt;http://www.orocos.org/wiki/orocos/toolchain/quick-start-linux&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;I known that the gitorious is not existing anymore and that the repository is now in github.&lt;/p&gt;

&lt;p&gt;I need to know how to replace the following command wget -O bootstrap-2.6.sh &lt;a href=&quot;http://gitorious.org/orocos-toolchain/build/raw/toolchain-2.6:bootstrap.sh&quot;&gt;http://gitorious.org/orocos-toolchain/build/raw/toolchain-2.6:bootstrap.sh&lt;/a&gt; for the github repository.&lt;/p&gt;

&lt;p&gt;Thanks in advance, Andrea.&lt;/p&gt;

</description>
 <comments>http://www.orocos.org/forum/rtt/rtt-dev/toolchain-installation#comments</comments>
 <category domain="http://www.orocos.org/taxonomy/term/54">RTT-dev</category>
 <pubDate>Fri, 02 Oct 2015 14:32:56 +0000</pubDate>
 <dc:creator>andrea_cisas</dc:creator>
 <guid isPermaLink="false">5369 at http://www.orocos.org</guid>
</item>
<item>
 <title>Updated dataflow semantics for RTT</title>
 <link>http://www.orocos.org/forum/rtt/rtt-dev/updated-dataflow-semantics-rtt</link>
 <description>&lt;p&gt;Hi Sylvain,&lt;/p&gt;
&lt;p&gt;thanks for your quick reply!&lt;/p&gt;
&lt;p&gt;On Mon, Sep 21, 2015 at 8:09 PM, Sylvain Joyeux &amp;lt;&lt;span class=&quot;spamspan&quot;&gt;&lt;span class=&quot;oro33&quot;&gt;sylvain [dot] joyeux&lt;/span&gt; [..] &lt;span class=&quot;dorox66&quot;&gt;...&lt;/span&gt;&lt;/span&gt;&amp;gt;&lt;br /&gt;
wrote:&lt;/p&gt;
&lt;p&gt;&amp;gt; Quick comment -- I don&#039;t have a lot of time on my hands right now:&lt;br /&gt;
&amp;gt;&lt;br /&gt;
&amp;gt; To me, it looks like you have decided that push is shared by default,&lt;br /&gt;
&amp;gt; in your description the concept of pull/push and private/shared. Am I&lt;br /&gt;
&amp;gt; wrong ? Is &quot;push/shared&quot; different than &quot;push with single buffer by&lt;br /&gt;
&amp;gt; default&quot; ?&lt;/p&gt;
&lt;p&gt;&lt;a href=&quot;http://www.orocos.org/forum/rtt/rtt-dev/updated-dataflow-semantics-rtt&quot; target=&quot;_blank&quot;&gt;read more&lt;/a&gt;&lt;/p&gt;</description>
 <comments>http://www.orocos.org/forum/rtt/rtt-dev/updated-dataflow-semantics-rtt#comments</comments>
 <category domain="http://www.orocos.org/taxonomy/term/54">RTT-dev</category>
 <pubDate>Mon, 21 Sep 2015 20:03:53 +0000</pubDate>
 <dc:creator>johannesmeyer</dc:creator>
 <guid isPermaLink="false">5363 at http://www.orocos.org</guid>
</item>
<item>
 <title>TLSF memory corruption detection</title>
 <link>http://www.orocos.org/forum/rtt/rtt-dev/tlsf-memory-corruption-detection</link>
 <description>&lt;p&gt;Hi all,&lt;/p&gt;
&lt;p&gt;There is currently a PR waiting for merge:&lt;br /&gt;
&lt;a href=&quot;https://github.com/orocos-toolchain/rtt/pull/77&quot; title=&quot;https://github.com/orocos-toolchain/rtt/pull/77&quot;&gt;https://github.com/orocos-toolchain/rtt/pull/77&lt;/a&gt;&lt;br /&gt;
The PR adds functionality to the TLSF memory pool to detect memory&lt;br /&gt;
corruption, which can happen due to double frees or non-thread safe&lt;br /&gt;
handling of rt allocated variables.&lt;/p&gt;
&lt;p&gt;Previously applications would just continue to work with a corrupted TLSF&lt;br /&gt;
pool resulting in undefined behaviour.&lt;/p&gt;
&lt;p&gt;&lt;a href=&quot;http://www.orocos.org/forum/rtt/rtt-dev/tlsf-memory-corruption-detection&quot; target=&quot;_blank&quot;&gt;read more&lt;/a&gt;&lt;/p&gt;</description>
 <comments>http://www.orocos.org/forum/rtt/rtt-dev/tlsf-memory-corruption-detection#comments</comments>
 <category domain="http://www.orocos.org/taxonomy/term/54">RTT-dev</category>
 <pubDate>Tue, 15 Sep 2015 11:53:26 +0000</pubDate>
 <dc:creator>Ruben Smits</dc:creator>
 <guid isPermaLink="false">5358 at http://www.orocos.org</guid>
</item>
<item>
 <title>[Bug 1068] New: calling stop() of periodic task blocks until the current period ends</title>
 <link>http://www.orocos.org/forum/rtt/rtt-dev/bug-1068-new-calling-stop-periodic-task-blocks-until-current-period-ends</link>
 <description>&lt;p&gt;&lt;a href=&quot;http://bugs.orocos.org/show_bug.cgi?id=1068&quot; title=&quot;http://bugs.orocos.org/show_bug.cgi?id=1068&quot;&gt;http://bugs.orocos.org/show_bug.cgi?id=1068&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;           Summary: calling stop() of periodic task blocks until the&lt;br /&gt;
                    current period ends&lt;br /&gt;
           Product: Toolchain&lt;br /&gt;
           Version: master&lt;br /&gt;
          Platform: All&lt;br /&gt;
        OS/Version: All&lt;br /&gt;
            Status: NEW&lt;br /&gt;
          Severity: normal&lt;br /&gt;
          Priority: P3&lt;br /&gt;
         Component: RTT&lt;br /&gt;
        AssignedTo: &lt;span class=&quot;spamspan&quot;&gt;&lt;span class=&quot;oro33&quot;&gt;orocos-dev&lt;/span&gt; [..] &lt;span class=&quot;dorox66&quot;&gt;...&lt;/span&gt;&lt;/span&gt;&lt;br /&gt;
        ReportedBy: &lt;span class=&quot;spamspan&quot;&gt;&lt;span class=&quot;oro33&quot;&gt;dpoplavskiy&lt;/span&gt; [..] &lt;span class=&quot;dorox66&quot;&gt;...&lt;/span&gt;&lt;/span&gt;&lt;br /&gt;
                CC: &lt;span class=&quot;spamspan&quot;&gt;&lt;span class=&quot;oro33&quot;&gt;orocos-dev&lt;/span&gt; [..] &lt;span class=&quot;dorox66&quot;&gt;...&lt;/span&gt;&lt;/span&gt;&lt;br /&gt;
   Estimated Hours: 0.0&lt;/p&gt;
&lt;p&gt;Created attachment 876&lt;br /&gt;
  --&amp;gt; &lt;a href=&quot;http://bugs.orocos&quot; title=&quot;http://bugs.orocos&quot;&gt;http://bugs.orocos&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;&lt;a href=&quot;http://www.orocos.org/forum/rtt/rtt-dev/bug-1068-new-calling-stop-periodic-task-blocks-until-current-period-ends&quot; target=&quot;_blank&quot;&gt;read more&lt;/a&gt;&lt;/p&gt;</description>
 <comments>http://www.orocos.org/forum/rtt/rtt-dev/bug-1068-new-calling-stop-periodic-task-blocks-until-current-period-ends#comments</comments>
 <category domain="http://www.orocos.org/taxonomy/term/54">RTT-dev</category>
 <pubDate>Wed, 26 Aug 2015 06:21:30 +0000</pubDate>
 <dc:creator>dmytropoplavskiy111515</dc:creator>
 <guid isPermaLink="false">5339 at http://www.orocos.org</guid>
</item>
<item>
 <title>TaskScript::getProvider() naming + understanding</title>
 <link>http://www.orocos.org/forum/rtt/rtt-dev/taskscriptgetprovider-naming-understanding</link>
 <description>&lt;p&gt;Hi all,&lt;/p&gt;

&lt;p&gt;I am not sure I understand what goes on behind the hood of function TaskScript::getProvider(...).&lt;/p&gt;

&lt;p&gt;The doc says that it allows to make OperationCaller calls on the operations of a given service of a TaskContext. In order to do so getProvider(...) returns boost::shared_ptr&amp;lt;ServiceType&amp;gt;.&lt;/p&gt;

&lt;p&gt;Now if ServiceType turns out to be... say Scripting, then getProvider(...) returns a pointer on a Scripting object.&lt;/p&gt;

&lt;p&gt;&lt;a href=&quot;http://www.orocos.org/forum/rtt/rtt-dev/taskscriptgetprovider-naming-understanding&quot; target=&quot;_blank&quot;&gt;read more&lt;/a&gt;&lt;/p&gt;</description>
 <comments>http://www.orocos.org/forum/rtt/rtt-dev/taskscriptgetprovider-naming-understanding#comments</comments>
 <category domain="http://www.orocos.org/taxonomy/term/54">RTT-dev</category>
 <pubDate>Thu, 20 Aug 2015 15:24:02 +0000</pubDate>
 <dc:creator>arennuit</dc:creator>
 <guid isPermaLink="false">5336 at http://www.orocos.org</guid>
</item>
</channel>
</rss>
