This section covers all development related pages.
RTT 2.x
Place to share user examples??
| Submitted by joergwl on Tue, 2011-04-26 13:22 |
Hi,
I spend now two weeks of hard work to get a the toolchain and a small sample application up and running. This included having the toolchain compiled on Linux and Windows, both with corba (TAO/ACE) for debug and release. My sample application connects a TaskContext directly to QT to show how signal/slot connections could be done. The build gets done by using cmake for Linux and Windows and handles also the moc/uic from QT in one go. Click below to read the rest of this post.
Enabling corba via cmake ???
| Submitted by joergwl on Sun, 2011-04-24 08:25 |
Hi
I tried to play around with corba, following the example from the Wiki, but failed at the very beginning !
Background: I have compiled and installed the toolchain 2.3.1 with corba(TAO/ACE) enabled on Kubuntu 10.10 32Bit. The Hello-World example from the RTT-Exercises are working. I got also a connection with QT running, where a interface class is derived from TaskContext / QWidget and calls Operations in a worker TaskContext. Click below to read the rest of this post.
How to debug rtt-exercises in Eclipse??
| Submitted by joergwl on Mon, 2011-04-18 13:09 |
Hi,
After a long time I try to get started again with Orocos and got the toolchain installed on Ubuntu 10.04. I try to run the rtt-exercises in Eclipse and get them compieled and running. However debugging does not work. When ever set a break point gdb tells me that me that it has a "Break point attribute problem" ???
Is there anything special I have to configure?? I'm trapped here!
Regards Joerg
vector of ports causes a segfault
| Submitted by gstruyf on Wed, 2011-04-13 10:26 |
I discovered that when using a vector of ports
std::vector<RTT::OutputPort<double> >
Is this behaviour unavoidable? ie: am I allowed to use a vector of ports? Click below to read the rest of this post.
how to test if an InputPort with a Buffer policy is full?
| Submitted by vri on Tue, 2011-04-12 21:58 |
See subject.
Theo
error in documentation about addEventPort?
| Submitted by vri on Tue, 2011-04-12 13:35 |
The Component Builder's Manual has this text:
There are two ways to add a port to the TaskContext interface: using addPort() or addEventPort(). In the latter case, new data arriving on the port will wake up ('trigger') the activity of our TaskContext and updateHook() get's executed. If you want to know which port caused the wake-up, do not implement updateHook() (ie remove this function from your component) and use updateHook(const std::vector<PortInterface*>& updatedPorts) which provides you a list of all ports having received new data. Click below to read the rest of this post.
portBufferFullEvent?
| Submitted by vri on Mon, 2011-04-11 11:26 |
I am building an app where I want a TaskContext to take action when a buffer is full with data that comes in irregularly via a port. I now have an event port and an updateHook in which data is copied to the buffer, and once the buffer is full, further action is taken. A more elegant solution in my view would be to let a port with a buffer policy generate an event and wake up the TC as soon as it becomes full. Would this in your view be an interesting feature to have and hence should be added to the API?
Theo.
xpath
| Submitted by vri on Fri, 2011-04-08 17:16 |
In 2.3.1, I get this warning: Warning: xpath not found. Can't read dependencies in manifest.xml file.
It appears to look for an xpath executable. Can you point me to the (linux) app it is looking for?
Thanks in advance, Theo.
euRobotics Workshop Material
The euRobotics Forum workshop on Orocos has been a great success. About 30 people attended and participated in the hands-on workshop. The Real-Time & Open Source in Robotics track drew more than 60 people. Click below to read the rest of this post.
- Login or register to post comments
- See complete post...
- Login or register to post comments
