RTT
Real-Time Toolkit 1.0.4 Released
| Submitted by peter on Thu, 2007-05-10 08:59. | Releases | RTT |
The Orocos development team announces the fourth bug-fix release of
the Orocos Real-Time Toolkit 1.0. You can download this release from here.
This release addresses the following reported issues:
ID Vers TargetM Summary
378 1.0.3 1.0.4 Loading program in KTaskbrowser reports success upon syntax error
379 1.0.3 1.0.4 'Ghost' attributes appear in TaskContext
when state machine loading fails
356 1.0.3 1.0.4 CompletionProcessor is not automatically started
397 1.0.3 1.0.4 -fvisibility-inlines-hidden causes undefined symbols
Orocos RTT 1.1.0 Released
| Submitted by peter on Fri, 2007-04-13 12:52. | Releases | RTT |
This is a developer's release and provides a look-ahead on RTT 1.2.0.
It passes all unit tests for the GNU/Linux and Xenomai targets. The
documentation manuals have not yet been updated with the latest changes. The
public API is intended to be fully backwards compatible with Orocos 1.0.x
applications.
Sources:
<http://www.orocos.org/devel/rtt/v1.1.0/>
Docs (in progress):
<http://www.orocos.org/devel/documentation/rtt/v1.1.x>
Changes (in progress):
<http://www.orocos.org/devel/documentation/rtt/v1.1.x/doc-xml/orocos-changes.html>
Build instructions:
<http://www.orocos.org/devel/rtt/README.txt>
We are especially interested in current Orocos 1.0.x users testing this release in order to verify the build system and source compatibility, before RTT 1.2.0 is released.
Orocos Real-Time Toolkit 1.0.3 Released
| Submitted by peter on Wed, 2007-02-21 16:22. | Releases | RTT |
The Orocos development team announces the third bug-fix release of
the Orocos Real-Time Toolkit 1.0. You can download it here.
This release improved the on-line documentation and addressed the
following reported issues:
ID Vers TargetM Summary
338 1.0.2 1.0.3 setScheduler() not working correctly under GNU/Linux
332 1.0.2 1.0.3 Crash when assigning '0' to Property
<T>
324 oroco 1.0.3 make install broken wrt headers (Ubuntu Edgy)
Orocos Real-Time Toolkit 1.0.2 released
| Submitted by peter on Thu, 2007-01-18 10:49. | Releases | RTT |
The Orocos development team announces the second bug-fix release of the Orocos Real-Time Toolkit 1.0. A license change from LGPL to the GPL + linking exception was done. The LGPL did not cover C++ templates correctly, while the new license does and is legally more sound for use in commercial applications. You can get it from the download page.
KTaskBrowser 1.0 released
| Submitted by peter on Thu, 2006-12-14 21:05. | Releases | RTT |
We announce the release of the Graphical User Interface to Orocos Components, based on KDE 3. This program allows to show a component's status variables, and shows the progress of program scripts and state machines. It connects to networked Orocos components through the CORBA Naming Service and allows to browse the full network of components.
Consult the README to see how to compile this program and how to setup your Orocos application such that it can be found by the KTaskBrowser. Download here.
Orocos Real-Time Toolkit 1.0.1 Released
| Submitted by peter on Thu, 2006-12-07 15:10. | KDL | OCL | Releases | RTT |
The Orocos development team announces the first bug-fix release of the Orocos Real-Time Toolkit 1.0. This release improved the online documentation, fixed bindings to Xenomai and RTAI and contains additions to the Corba interface.
The Orocos Components Library version 0.2.1 and the Orocos Kinematics and Dynamics Library version 0.2.1 have been released as well. These releases include mainly documentation updates. The 'Component Template' package v1.0 has been released as well, which allows Orocos Component builders to quickly construct a new component. The template offers a ready to use build system (using cmake), an example component and an example test program.
DeploymentComponent
| Submitted by peter on Thu, 2006-11-23 16:21. | management | OCL | RTT |
Description
A component which dynamically loads and connects components to each other at runtime. It can be asked to connect port
A from component C1 to port B from component C2. It supports creating both data flow
connections and peer connections. All configuration is done through an XML file or the scripting interface.
TaskBrowser
| Submitted by sspr on Thu, 2006-11-23 15:31. | OCL | RTT | user interaction |
Description
A must have for every component developer or user. It can connect to any component and provides you a run-time user interface.
Hints for cross compiling orocos
| RTT |
Note before: All this was tested using the orocos 1.0.x branch and xenomai v2.2.x branch. OCL (which uses the cmake build system) was not yet tested.
Warning: These instructions are not meant for the faint of hart :)
Suppose the root file system of your target board is mounted at ${DESTDIR}, and e.g. xenomai is installed at ${DESTDIR}/usr/xenomai, and the linux sources for your target at ${DESTDIR}/usr/src/linux, then do the following:
- Copy the boost headers from your host to ${DESTDIR}/usr/include/boost. Since the boost source code checks for defines set by the compiler, you can simply copy its headers without cross compiling boost first
Orocos Real-Time Toolkit 1.0 Released
| Submitted by sspr on Fri, 2006-11-10 14:25. | Releases | RTT |
The past year has been a milestone for Orocos. Never in the history of Orocos was so much time and effort invested in inventing an easy to use tool for building control applications. Every one who had a part in this process can be genuinely proud. Gentlemen, start your controllers !
