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.
RTT 1.x
Using Orocos to visually track a free-floating target in micro-gravity
Submitted by snrkiwi on Sun, 2011-09-18 19:33 |
- Login or register to post comments
- See complete post...
Orocos 1.x for Windows?
Submitted by qootec on Tue, 2011-03-15 16:22 |
Below, the story of an Orocos newbie...
What do I like to do? Get started with Orocos 1.x.
What is my preferred environment? C++, Windows, Eclipse
Is this realistic? I guess so:
- Orocos has a 2.x version, so I suppose 1.x is super-stable and well-documented.
- A first look at the site indicates that "RTT on MS Windows" is supported "out-of-the-box" as of 1.10.0.
So, here we go...
1) Start from http://www.orocos.org/wiki/rtt/rtt-ms-windows.
It indicates that 1.10.0 supports Windows out-of-the box, so that the work-arounds on this page are not needed anymore.
Fine. Click below to read the rest of this post.
Segfault when calling export function in non periodic activity
Submitted by RenaudHeitz on Fri, 2011-02-18 14:43 |
Hi all,
I am using Orocos 1.10 under linux.
I use a component with non periodic activity : do setActivity("MyComponent", 0.0, 0, ORO_SCHED_OTHER )
I create a script with this function :
export function test() {//nothing}
In the TaskBrowser : - I call MyComponent.test() a first time -> no pb. - I call MyComponent.test() a second time -> i get a segfault, my application crashes
Back trace :
- 0 0x2a2a2a2a in ?? Click below to read the rest of this post.
Encoder Card with Orocos
Submitted by cazalilla1988 on Tue, 2011-02-15 16:15 |
Hello.
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 "ComediDevice" (and the card PCI-1720 by Advantech) but I can't integrate the encoder card.
I've looked at the list of "Supported Hardware" (http://www.comedi.org/hardware) and any two encoder cards appear in the list. Click below to read the rest of this post.
OCL Release 1.12.1 "undefined_referendce" and "sigfaul" (in xenomai)
Submitted by cazalilla1988 on Mon, 2011-01-24 13:08 |
Hi.
Finally I succeeded to install the 1.12.1 version of OCL & RTT (to use the Comedi library), as well as having installed the latest toolchain. Well, I did "make install " (OCL & RTT) and the log show is installed everything correctly (in the correct directories.) - Attachments -
Modifying the component "HelloWorld", I created a function that runs on the "main"
- include <ocl/dev/ComediDevice.hpp>
- include <ocl/dev/ComediSubDeviceAOut.hpp>
- include <rtt/dev/AnalogOutput.hpp>
....
void test () {ComediDevice * comediDevAOut; unsigned int minor = 0; ComediDevice com... Click below to read the rest of this post.
In scripting, 1-1+1=-1
Submitted by ThierryBultel on Fri, 2011-01-21 09:04 |
Hi
I am using RTT/OCL 1.10
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
compiling rtt-1.12.1 for PowerPC, error when compiling "template_factory_test.cpp"
Submitted by lin.zhang on Fri, 2011-01-07 12:02 |
Hi all,
I am trying to build orocos-rtt-1.12.1 for powerpc. Click below to read the rest of this post.
RTT and OCL 1.12.1 released
Submitted by peter on Thu, 2010-12-23 14:40 |
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.
- Login or register to post comments
- See complete post...
max number of commands called on a component
Submitted by gdelloye on Thu, 2010-12-23 11:30 |
Using Orocos 1.10
Hello, I try to call many many commands on a component. Click below to read the rest of this post.
OCL with Xenomai: libnative.a: could not read symbols
Submitted by lin.zhang on Mon, 2010-12-20 09:06 |
Hi,
I am trying to compile orocos 1.10 with Xenomai for PowerPC. Click below to read the rest of this post.