orocos the open source
play

OROCOS, the open source Flanders reference when it comes to - PowerPoint PPT Presentation

Introduction Orocos Framework Demo Summary OROCOS, the open source Flanders reference when it comes to MECHATRONICS Technology Centre real-time and control www.fmtc.be Peter Soetens, FMTC Flanders Mechatronics Technology Centre


  1. Introduction Orocos Framework Demo Summary OROCOS, the open source Flanders’ reference when it comes to MECHATRONICS Technology Centre real-time and control www.fmtc.be Peter Soetens, FMTC Flanders’ Mechatronics Technology Centre Leuven 22 March 2006 Embedded Systems in Robotics and Automation FMTC Celestijnenlaan 300 D B-3001 Leuven Belgium Tel: +32-16-32.25.90 Fax: +32-16-32.27.46 Email: info@fmtc.be FMTC 2006 Peter Soetens, FMTC http://www.Orocos.org

  2. Introduction Orocos Framework Demo Summary Outline Introduction 1 Problem Domain Orocos’ Solution Orocos History Orocos Framework 2 Building Applications Component API Component Development Demo 3 Application Setup Interfacing a Single Machine Controller Peter Soetens, FMTC http://www.Orocos.org

  3. Introduction Orocos Framework Demo Summary Problem Domain Orocos’ Solution Orocos History Orocos in one-liners Open Robot Control Software ⇒ Open Source machine control and interfacing Real-time Software Toolkit in C++ ⇒ Developer’s tool Tool for developing components for control ⇒ Real-time, thread-safe, interactive Offers common component implementations ⇒ Optional Freely available on: http://www.orocos.org Peter Soetens, FMTC http://www.Orocos.org

  4. Introduction Orocos Framework Demo Summary Problem Domain Orocos’ Solution Orocos History Outline Introduction 1 Problem Domain Orocos’ Solution Orocos History Orocos Framework 2 Building Applications Component API Component Development Demo 3 Application Setup Interfacing a Single Machine Controller Peter Soetens, FMTC http://www.Orocos.org

  5. Introduction Orocos Framework Demo Summary Problem Domain Orocos’ Solution Orocos History Rapid Software Development Consider solving. . . More products ⇒ Much more software With monolithic software. New devices, same problems to solve More software and features Device connectivity and networking Peter Soetens, FMTC http://www.Orocos.org

  6. Introduction Orocos Framework Demo Summary Problem Domain Orocos’ Solution Orocos History Safe Software Development Consider solving. . . More threads ⇒ Much more trouble With bare threads and locks as tools. Deadlocks, thread races, data corruption Synchronisation between threads ? Communication between threads ? Peter Soetens, FMTC http://www.Orocos.org

  7. Introduction Orocos Framework Demo Summary Problem Domain Orocos’ Solution Orocos History Flexible Software Development Consider solving. . . More layers ⇒ Less control With closed toolkits. ’Solutions’ restrict the solution Software interaction ? Dead vendor products ? Peter Soetens, FMTC http://www.Orocos.org

  8. Introduction Orocos Framework Demo Summary Problem Domain Orocos’ Solution Orocos History Outline Introduction 1 Problem Domain Orocos’ Solution Orocos History Orocos Framework 2 Building Applications Component API Component Development Demo 3 Application Setup Interfacing a Single Machine Controller Peter Soetens, FMTC http://www.Orocos.org

  9. Introduction Orocos Framework Demo Summary Problem Domain Orocos’ Solution Orocos History Rapid Software Development Orocos provides . . . Middleware for Machine Control ⇒ Software Component deployment and interconnection Peter Soetens, FMTC http://www.Orocos.org

  10. Introduction Orocos Framework Demo Summary Problem Domain Orocos’ Solution Orocos History Safe Software Development Orocos provides . . . Tools for Communication ⇒ Thread-safe and Real-Time Peter Soetens, FMTC http://www.Orocos.org

  11. Introduction Orocos Framework Demo Summary Problem Domain Orocos’ Solution Orocos History Flexible Software Development Orocos is . . . Free Software ⇒ Open Infrastructure with ∞ lifetime Peter Soetens, FMTC http://www.Orocos.org

  12. Introduction Orocos Framework Demo Summary Problem Domain Orocos’ Solution Orocos History Outline Introduction 1 Problem Domain Orocos’ Solution Orocos History Orocos Framework 2 Building Applications Component API Component Development Demo 3 Application Setup Interfacing a Single Machine Controller Peter Soetens, FMTC http://www.Orocos.org

  13. Introduction Orocos Framework Demo Summary Problem Domain Orocos’ Solution Orocos History History 2001: Started as a ‘small’ research project Founded by Prof H. Bruynickx, KU Leuven 2001-2005: Developed during the PhD of Peter Soetens Sponsored by the EU IST “Orocos”, “Ocean” and “Open Machine Controller” projects and FMTC. 2005-. . . : Maintained by the FMTC. ‘Modular Machines Group’ Peter Soetens, FMTC http://www.Orocos.org

  14. Introduction Orocos Framework Demo Summary Building Applications Component API Component Development Outline Introduction 1 Problem Domain Orocos’ Solution Orocos History Orocos Framework 2 Building Applications Component API Component Development Demo 3 Application Setup Interfacing a Single Machine Controller Peter Soetens, FMTC http://www.Orocos.org

  15. Introduction Orocos Framework Demo Summary Building Applications Component API Component Development The Real-Time Toolkit Components Self-made or community contributions Applications ’Templates’ select and connect Components Peter Soetens, FMTC http://www.Orocos.org

  16. Introduction Orocos Framework Demo Summary Building Applications Component API Component Development Outline Introduction 1 Problem Domain Orocos’ Solution Orocos History Orocos Framework 2 Building Applications Component API Component Development Demo 3 Application Setup Interfacing a Single Machine Controller Peter Soetens, FMTC http://www.Orocos.org

  17. Introduction Orocos Framework Demo Summary Building Applications Component API Component Development Component Model Peter Soetens, FMTC http://www.Orocos.org

  18. Introduction Orocos Framework Demo Summary Building Applications Component API Component Development Component Interface Peter Soetens, FMTC http://www.Orocos.org

  19. Introduction Orocos Framework Demo Summary Building Applications Component API Component Development Component API Example Peter Soetens, FMTC http://www.Orocos.org

  20. Introduction Orocos Framework Demo Summary Building Applications Component API Component Development Outline Introduction 1 Problem Domain Orocos’ Solution Orocos History Orocos Framework 2 Building Applications Component API Component Development Demo 3 Application Setup Interfacing a Single Machine Controller Peter Soetens, FMTC http://www.Orocos.org

  21. Introduction Orocos Framework Demo Summary Building Applications Component API Component Development Component Implementation Peter Soetens, FMTC http://www.Orocos.org

  22. Introduction Orocos Framework Demo Summary Building Applications Component API Component Development State Machine Example Peter Soetens, FMTC http://www.Orocos.org

  23. Introduction Orocos Framework Demo Summary Application Setup Interfacing a Single Machine Controller Outline Introduction 1 Problem Domain Orocos’ Solution Orocos History Orocos Framework 2 Building Applications Component API Component Development Demo 3 Application Setup Interfacing a Single Machine Controller Peter Soetens, FMTC http://www.Orocos.org

  24. Introduction Orocos Framework Demo Summary Application Setup Interfacing a Single Machine Controller Demo Machine Hardware Peter Soetens, FMTC http://www.Orocos.org

  25. Introduction Orocos Framework Demo Summary Application Setup Interfacing a Single Machine Controller Components The basic building blocks . . . Peter Soetens, FMTC http://www.Orocos.org

  26. Introduction Orocos Framework Demo Summary Application Setup Interfacing a Single Machine Controller Components : Configuration With properties . . . Peter Soetens, FMTC http://www.Orocos.org

  27. Introduction Orocos Framework Demo Summary Application Setup Interfacing a Single Machine Controller Components : Data Flow Connecting data ports . . . Peter Soetens, FMTC http://www.Orocos.org

  28. Introduction Orocos Framework Demo Summary Application Setup Interfacing a Single Machine Controller Components : Execution Flow Executing application logic . . . Peter Soetens, FMTC http://www.Orocos.org

  29. Introduction Orocos Framework Demo Summary Application Setup Interfacing a Single Machine Controller Components : Application Putting it all together . . . Peter Soetens, FMTC http://www.Orocos.org

  30. Introduction Orocos Framework Demo Summary Application Setup Interfacing a Single Machine Controller Outline Introduction 1 Problem Domain Orocos’ Solution Orocos History Orocos Framework 2 Building Applications Component API Component Development Demo 3 Application Setup Interfacing a Single Machine Controller Peter Soetens, FMTC http://www.Orocos.org

  31. Introduction Orocos Framework Demo Summary Application Setup Interfacing a Single Machine Controller Demo Peter Soetens, FMTC http://www.Orocos.org

  32. Introduction Orocos Framework Demo Summary Conclusion Orocos offers a software toolkit for building real-time components rich online browsable component interface user defined real-time state machines Further Reference: http://www.orocos.org Peter Soetens, FMTC http://www.Orocos.org

Download Presentation
Download Policy: The content available on the website is offered to you 'AS IS' for your personal information and use only. It cannot be commercialized, licensed, or distributed on other websites without prior consent from the author. To download a presentation, simply click this link. If you encounter any difficulties during the download process, it's possible that the publisher has removed the file from their server.

Recommend


More recommend