<?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 1.x</title>
 <link>http://www.orocos.org/taxonomy/term/72/0</link>
 <description></description>
 <language>en</language>
<item>
 <title>Using Orocos to visually track a free-floating target in micro-gravity</title>
 <link>http://www.orocos.org/orocos/using-orocos-visually-track-free-floating-target-micro-gravity</link>
 <description>&lt;p&gt;The Robotics Demonstration and Test team, in the NASA Goddard Satellite Servicing Capabilities Office, used the Orocos ecosystem to control a Motoman SIA10D industrial robot to demonstrate autonomous visual tracking of both cooperative, and uncooperative, targets in microgravity. &lt;span class=&quot;inline inline-center&quot;&gt;&lt;a href=&quot;http://ssco.gsfc.nasa.gov/&quot;&gt;&lt;img src=&quot;http://www.orocos.org/files/images/robot-microgravity_1.preview.png&quot; alt=&quot;NASA robot visually tracking a free-floating, non-cooperative target&quot; title=&quot;NASA robot visually tracking a free-floating, non-cooperative target&quot;  class=&quot;image image-preview &quot; width=&quot;640&quot; height=&quot;448&quot; /&gt;&lt;/a&gt;&lt;span class=&quot;caption&quot;&gt;&lt;strong&gt;NASA robot visually tracking a free-floating, non-cooperative target&lt;/strong&gt;&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;

&lt;div class=&quot;image-clear&quot;&gt;&lt;/div&gt;&lt;p&gt;&lt;a href=&quot;http://www.orocos.org/orocos/using-orocos-visually-track-free-floating-target-micro-gravity&quot; target=&quot;_blank&quot;&gt;read more&lt;/a&gt;&lt;/p&gt;</description>
 <comments>http://www.orocos.org/orocos/using-orocos-visually-track-free-floating-target-micro-gravity#comments</comments>
 <category domain="http://www.orocos.org/category/content/orocos">Orocos</category>
 <category domain="http://www.orocos.org/orocos/applications">Applications</category>
 <category domain="http://www.orocos.org/taxonomy/term/58">Applications</category>
 <category domain="http://www.orocos.org/taxonomy/term/18">Robotics</category>
 <category domain="http://www.orocos.org/category/rtt-version/rtt-1x">RTT 1.x</category>
 <category domain="http://www.orocos.org/taxonomy/term/20">Real-time control and data acquisition</category>
 <pubDate>Sun, 18 Sep 2011 19:33:23 +0000</pubDate>
 <dc:creator>snrkiwi</dc:creator>
 <guid isPermaLink="false">3982 at http://www.orocos.org</guid>
</item>
<item>
 <title>Orocos 1.x for Windows?</title>
 <link>http://www.orocos.org/forum/orocos/orocos-users/orocos-1x-windows</link>
 <description>&lt;p&gt;Below, the story of an Orocos newbie...&lt;/p&gt;

&lt;p&gt;What do I like to do? Get started with Orocos 1.x.&lt;/p&gt;

&lt;p&gt;What is my preferred environment? C++, Windows, Eclipse&lt;/p&gt;

&lt;p&gt;Is this realistic? I guess so:  &lt;ul&gt;
    &lt;li&gt; Orocos has a 2.x version, so I suppose 1.x is super-stable and well-documented.&lt;/li&gt;
    &lt;li&gt; A first look at the site indicates that &amp;quot;RTT on MS Windows&amp;quot; is supported &amp;quot;out-of-the-box&amp;quot; as of 1.10.0.&lt;/li&gt;
&lt;/ul&gt;

&lt;/p&gt;

&lt;p&gt;So, here we go...&lt;/p&gt;

&lt;p&gt;1) Start from &lt;a href=&quot;http://www.orocos.org/wiki/rtt/rtt-ms-windows&quot;&gt;http://www.orocos.org/wiki/rtt/rtt-ms-windows&lt;/a&gt;.&lt;/p&gt;

&lt;p&gt;It indicates that 1.10.0 supports Windows out-of-the box, so that the work-arounds on this page are not needed anymore.&lt;/p&gt;

&lt;p&gt;Fine. Click below to read the rest of this post.&lt;/p&gt;

&lt;p&gt;&lt;a href=&quot;http://www.orocos.org/forum/orocos/orocos-users/orocos-1x-windows&quot; target=&quot;_blank&quot;&gt;read more&lt;/a&gt;&lt;/p&gt;</description>
 <comments>http://www.orocos.org/forum/orocos/orocos-users/orocos-1x-windows#comments</comments>
 <category domain="http://www.orocos.org/taxonomy/term/63">Orocos-users</category>
 <category domain="http://www.orocos.org/category/rtt-version/rtt-1x">RTT 1.x</category>
 <pubDate>Tue, 15 Mar 2011 16:22:22 +0000</pubDate>
 <dc:creator>qootec</dc:creator>
 <guid isPermaLink="false">3572 at http://www.orocos.org</guid>
</item>
<item>
 <title>Segfault when calling export function in non periodic activity</title>
 <link>http://www.orocos.org/forum/orocos/orocos-users/segfault-when-calling-export-function-non-periodic-activity</link>
 <description>&lt;p&gt;Hi all,&lt;/p&gt;

&lt;p&gt;I am using Orocos 1.10 under linux.&lt;/p&gt;

&lt;p&gt;I use a component with non periodic activity :  do setActivity(&amp;quot;MyComponent&amp;quot;, 0.0, 0, ORO_SCHED_OTHER )&lt;/p&gt;

&lt;p&gt;I create a script with this function :&lt;/p&gt;

export function test() {&lt;p&gt;&lt;pre&gt;    //nothing&lt;/pre&gt; }&lt;/p&gt;

&lt;p&gt;In the TaskBrowser :  - I call MyComponent.test() a first time -&amp;gt; no pb. - I call MyComponent.test() a second time -&amp;gt; i get a segfault, my application crashes&lt;/p&gt;

&lt;p&gt;Back trace :  &lt;ol&gt;
    &lt;li&gt;0  0x2a2a2a2a in ?? Click below to read the rest of this post.&lt;/li&gt;
&lt;/ol&gt;

&lt;/p&gt;

&lt;p&gt;&lt;a href=&quot;http://www.orocos.org/forum/orocos/orocos-users/segfault-when-calling-export-function-non-periodic-activity&quot; target=&quot;_blank&quot;&gt;read more&lt;/a&gt;&lt;/p&gt;</description>
 <comments>http://www.orocos.org/forum/orocos/orocos-users/segfault-when-calling-export-function-non-periodic-activity#comments</comments>
 <category domain="http://www.orocos.org/taxonomy/term/63">Orocos-users</category>
 <category domain="http://www.orocos.org/category/rtt-version/rtt-1x">RTT 1.x</category>
 <pubDate>Fri, 18 Feb 2011 14:43:54 +0000</pubDate>
 <dc:creator>RenaudHeitz</dc:creator>
 <guid isPermaLink="false">3459 at http://www.orocos.org</guid>
</item>
<item>
 <title>Encoder Card with Orocos</title>
 <link>http://www.orocos.org/forum/orocos/orocos-users/encoder-card-orocos</link>
 <description>&lt;p&gt;Hello.&lt;/p&gt;

&lt;p&gt;I am doing a project with Orocos, and I need an analog output card and a encoder card. The analog output works successfully integrated into Orocos, using the class &amp;quot;ComediDevice&amp;quot; (and the card PCI-1720 by Advantech) but I can&#039;t integrate the encoder card.&lt;/p&gt;

&lt;p&gt;I&#039;ve looked at the list of &amp;quot;Supported Hardware&amp;quot; (&lt;a href=&quot;http://www.comedi.org/hardware&quot;&gt;http://www.comedi.org/hardware&lt;/a&gt;) and any two encoder cards appear in the list. Click below to read the rest of this post.&lt;/p&gt;

&lt;p&gt;&lt;a href=&quot;http://www.orocos.org/forum/orocos/orocos-users/encoder-card-orocos&quot; target=&quot;_blank&quot;&gt;read more&lt;/a&gt;&lt;/p&gt;</description>
 <comments>http://www.orocos.org/forum/orocos/orocos-users/encoder-card-orocos#comments</comments>
 <category domain="http://www.orocos.org/taxonomy/term/63">Orocos-users</category>
 <category domain="http://www.orocos.org/category/rtt-version/rtt-1x">RTT 1.x</category>
 <pubDate>Tue, 15 Feb 2011 16:15:22 +0000</pubDate>
 <dc:creator>cazalilla1988</dc:creator>
 <guid isPermaLink="false">3446 at http://www.orocos.org</guid>
</item>
<item>
 <title>OCL Release 1.12.1 &quot;undefined_referendce&quot; and &quot;sigfaul&quot; (in xenomai)</title>
 <link>http://www.orocos.org/forum/orocos/orocos-users/ocl-release-1121-undefinedreferendce-and-sigfaul-xenomai</link>
 <description>&lt;p&gt;Hi.&lt;/p&gt;

&lt;p&gt;Finally I  succeeded to install the  1.12.1 version of OCL  &amp;amp; RTT (to use the  Comedi library),  as well as having installed  the latest toolchain. Well, I did &amp;quot;make install &amp;quot; (OCL &amp;amp; RTT) and the log show is installed everything correctly (in the correct directories.) - Attachments -&lt;/p&gt;

&lt;p&gt;Modifying the component &amp;quot;HelloWorld&amp;quot;, I created a function that runs on the &amp;quot;main&amp;quot;&lt;/p&gt;

&lt;ol&gt;
    &lt;li&gt; include &amp;lt;ocl/dev/ComediDevice.hpp&amp;gt;&lt;/li&gt;
    &lt;li&gt; include &amp;lt;ocl/dev/ComediSubDeviceAOut.hpp&amp;gt;&lt;/li&gt;
    &lt;li&gt; include &amp;lt;rtt/dev/AnalogOutput.hpp&amp;gt;&lt;/li&gt;
&lt;/ol&gt;

&lt;p&gt;....&lt;/p&gt;

void test () {&lt;p&gt;ComediDevice * comediDevAOut; unsigned int minor = 0; ComediDevice com... Click below to read the rest of this post.&lt;/p&gt;

&lt;p&gt;&lt;a href=&quot;http://www.orocos.org/forum/orocos/orocos-users/ocl-release-1121-undefinedreferendce-and-sigfaul-xenomai&quot; target=&quot;_blank&quot;&gt;read more&lt;/a&gt;&lt;/p&gt;</description>
 <comments>http://www.orocos.org/forum/orocos/orocos-users/ocl-release-1121-undefinedreferendce-and-sigfaul-xenomai#comments</comments>
 <category domain="http://www.orocos.org/taxonomy/term/63">Orocos-users</category>
 <category domain="http://www.orocos.org/category/rtt-version/rtt-1x">RTT 1.x</category>
 <enclosure url="http://www.orocos.org/files/makeInstallRTT.txt" length="22204" type="text/plain" />
 <pubDate>Mon, 24 Jan 2011 13:08:05 +0000</pubDate>
 <dc:creator>cazalilla1988</dc:creator>
 <guid isPermaLink="false">3369 at http://www.orocos.org</guid>
</item>
<item>
 <title>In scripting, 1-1+1=-1</title>
 <link>http://www.orocos.org/forum/rtt/rtt-dev/scripting-1-11-1</link>
 <description>&lt;p&gt;Hi&lt;/p&gt;

&lt;p&gt;I am using RTT/OCL 1.10&lt;/p&gt;

&lt;p&gt;This is due to the fact that the operation is evaluated as 1-(1+1) Is is fixable, or already fixed in a more recent version ? Thanks&lt;/p&gt;

</description>
 <comments>http://www.orocos.org/forum/rtt/rtt-dev/scripting-1-11-1#comments</comments>
 <category domain="http://www.orocos.org/taxonomy/term/54">RTT-dev</category>
 <category domain="http://www.orocos.org/category/rtt-version/rtt-1x">RTT 1.x</category>
 <pubDate>Fri, 21 Jan 2011 09:04:03 +0000</pubDate>
 <dc:creator>ThierryBultel</dc:creator>
 <guid isPermaLink="false">3361 at http://www.orocos.org</guid>
</item>
<item>
 <title>compiling rtt-1.12.1 for PowerPC, error when compiling &quot;template_factory_test.cpp&quot;</title>
 <link>http://www.orocos.org/forum/orocos/orocos-users/compiling-rtt-1121-powerpc-error-when-compiling-templatefactorytestcpp</link>
 <description>&lt;p&gt;Hi all,&lt;/p&gt;

&lt;p&gt;I am trying to build orocos-rtt-1.12.1 for powerpc. Click below to read the rest of this post.&lt;/p&gt;

&lt;p&gt;&lt;a href=&quot;http://www.orocos.org/forum/orocos/orocos-users/compiling-rtt-1121-powerpc-error-when-compiling-templatefactorytestcpp&quot; target=&quot;_blank&quot;&gt;read more&lt;/a&gt;&lt;/p&gt;</description>
 <comments>http://www.orocos.org/forum/orocos/orocos-users/compiling-rtt-1121-powerpc-error-when-compiling-templatefactorytestcpp#comments</comments>
 <category domain="http://www.orocos.org/taxonomy/term/63">Orocos-users</category>
 <category domain="http://www.orocos.org/category/rtt-version/rtt-1x">RTT 1.x</category>
 <pubDate>Fri, 07 Jan 2011 12:02:05 +0000</pubDate>
 <dc:creator>lin.zhang</dc:creator>
 <guid isPermaLink="false">3327 at http://www.orocos.org</guid>
</item>
<item>
 <title>RTT and OCL 1.12.1 released</title>
 <link>http://www.orocos.org/forum/orocos/orocos-users/rtt-and-ocl-1121-released</link>
 <description>&lt;p&gt;The Orocos development team is pleased to announce the first bugfix release of the Real-Time Toolkit v1.12, a C++ toolkit for building component based, real-time robotics and machine control applications. Together with RTT, OCL 1.12.1 is released as well. This release aims at resolving some of the component and plugin loading issues that were discovered after the 1.12.0 release.&lt;/p&gt;

&lt;p&gt;&lt;a href=&quot;http://www.orocos.org/forum/orocos/orocos-users/rtt-and-ocl-1121-released&quot; target=&quot;_blank&quot;&gt;read more&lt;/a&gt;&lt;/p&gt;</description>
 <comments>http://www.orocos.org/forum/orocos/orocos-users/rtt-and-ocl-1121-released#comments</comments>
 <category domain="http://www.orocos.org/taxonomy/term/63">Orocos-users</category>
 <category domain="http://www.orocos.org/category/rtt-version/rtt-1x">RTT 1.x</category>
 <pubDate>Thu, 23 Dec 2010 14:40:04 +0000</pubDate>
 <dc:creator>peter</dc:creator>
 <guid isPermaLink="false">3305 at http://www.orocos.org</guid>
</item>
<item>
 <title>max number of commands called on a component</title>
 <link>http://www.orocos.org/forum/orocos/orocos-users/max-number-commands-called-component</link>
 <description>&lt;p&gt;Using Orocos 1.10&lt;/p&gt;

&lt;p&gt;Hello, I try to call many many commands on a component. Click below to read the rest of this post.&lt;/p&gt;

&lt;p&gt;&lt;a href=&quot;http://www.orocos.org/forum/orocos/orocos-users/max-number-commands-called-component&quot; target=&quot;_blank&quot;&gt;read more&lt;/a&gt;&lt;/p&gt;</description>
 <comments>http://www.orocos.org/forum/orocos/orocos-users/max-number-commands-called-component#comments</comments>
 <category domain="http://www.orocos.org/taxonomy/term/63">Orocos-users</category>
 <category domain="http://www.orocos.org/category/rtt-version/rtt-1x">RTT 1.x</category>
 <pubDate>Thu, 23 Dec 2010 11:30:52 +0000</pubDate>
 <dc:creator>gdelloye</dc:creator>
 <guid isPermaLink="false">3304 at http://www.orocos.org</guid>
</item>
<item>
 <title>OCL with Xenomai: libnative.a: could not read symbols</title>
 <link>http://www.orocos.org/forum/orocos/orocos-users/ocl-xenomai-libnativea-could-not-read-symbols</link>
 <description>&lt;p&gt;Hi,&lt;/p&gt;

&lt;p&gt;I am trying to compile orocos 1.10 with Xenomai for PowerPC. Click below to read the rest of this post.&lt;/p&gt;

&lt;p&gt;&lt;a href=&quot;http://www.orocos.org/forum/orocos/orocos-users/ocl-xenomai-libnativea-could-not-read-symbols&quot; target=&quot;_blank&quot;&gt;read more&lt;/a&gt;&lt;/p&gt;</description>
 <comments>http://www.orocos.org/forum/orocos/orocos-users/ocl-xenomai-libnativea-could-not-read-symbols#comments</comments>
 <category domain="http://www.orocos.org/taxonomy/term/63">Orocos-users</category>
 <category domain="http://www.orocos.org/category/rtt-version/rtt-1x">RTT 1.x</category>
 <pubDate>Mon, 20 Dec 2010 09:06:39 +0000</pubDate>
 <dc:creator>lin.zhang</dc:creator>
 <guid isPermaLink="false">3292 at http://www.orocos.org</guid>
</item>
</channel>
</rss>
