TY - JOUR A1 - Ferrein, Alexander A1 - Jacobs, Stefan A1 - Schiffer, Stefan A1 - Beck, Daniel T1 - Robust Collision Avoidance in Unknown Domestic Environments / Jacobs, Stefan ; Ferrein, Alexander ; Schiffer, Stefan ; Beck, Daniel ; Lakemeyer, Gerhard JF - ROBOCUP 2009: ROBOT SOCCER WORLD CUP XIII Y1 - 2009 N1 - Lecture Notes in Computer Science ; 5949 SP - 116 EP - 127 PB - Springer CY - Berlin ER - TY - JOUR A1 - Ferrein, Alexander A1 - Beck, Daniel A1 - Lakemeyer, Gerhard T1 - Landmark-Based Representations for Navigating Holonomic Soccer Robots / Beck, Daniel ; Ferrein, Alexander ; Lakemeyer, Gerhard JF - RoboCup 2008 : robot soccer world cup XII / Luca Iocchi ... (eds.) Y1 - 2009 SN - 978-3-642-02921-9 N1 - Lecture Notes in Computer Science ; 5399 SP - 25 EP - 36 PB - Springer CY - Heidelberg ER - TY - JOUR A1 - Ferrein, Alexander A1 - Schiffer, Stefan A1 - Lakemeyer, Gerhard T1 - Embedding fuzzy controllers in golog / Ferrein, Alexander ; Schiffer, Stefan ; Lakemeyer, Gerhard JF - IEEE International Conference on Fuzzy Systems, 2009. FUZZ-IEEE 2009 Y1 - 2009 SN - 978-1-4244-3596-8 SP - 894 EP - 899 PB - IEEE CY - New York ER - TY - CHAP A1 - Ferrein, Alexander A1 - Potgieter, Anet A1 - Steinbauer, Gerald T1 - Self-aware robots - What do we need from learning, deliberation, and reactive control? T2 - HYCAS 2009 : International Workshop on Hybrid Control of Autonomous Systems : Integrating Learning, Deliberation and Reactive Control : Pasadena, Calif., 13 July 2009 Y1 - 2009 SP - 1 EP - 5 PB - AAAI Pr. ER - TY - BOOK A1 - Ferrein, Alexander A1 - Pauli, J. A1 - Siebel, N. T. A1 - Steinbauer, Gerald T1 - Hybrid control for autonomous systems : [... 1st Workshop on Hybrid Control of Autonomous Systems - Integrating Learning, Deliberation and Reactive Control with the 21st International Joint Conference on Artificial Intelligence (IJCAI-09), held in Pasadena, CA, in July 2009] / ed. by Alexander Ferrein ... Y1 - 2009 ER - TY - JOUR A1 - Ferrein, Alexander A1 - Niemüller, Tim A1 - Steinbauer, Gerald T1 - Team Zadeat 2010 : application for participation Y1 - 2010 ER - TY - CHAP A1 - Ferrein, Alexander T1 - golog.lua: Towards a non-prolog implementation of Golog for embedded systems T2 - Dagstuhl Seminar Proceedings, Volume 10081 N2 - Among many approaches to address the high-level decision making problem for autonomous robots and agents, the robot program¬ming and plan language Golog follows a logic-based deliberative approach, and its successors were successfully deployed in a number of robotics applications over the past ten years. Usually, Golog interpreter are implemented in Prolog, which is not available for our target plat¬form, the bi-ped robot platform Nao. In this paper we sketch our first approach towards a prototype implementation of a Golog interpreter in the scripting language Lua. With the example of the elevator domain we discuss how the basic action theory is specified and how we implemented fluent regression in Lua. One possible advantage of the availability of a Non-Prolog implementation of Golog could be that Golog becomes avail¬able on a larger number of platforms, and also becomes more attractive for roboticists outside the Cognitive Robotics community. Y1 - 2010 U6 - https://doi.org/10.4230/DagSemProc.10081.9 N1 - Dagstuhl Seminar 10081 "Cognitive Robotics", 21.02. to 26.02.2010, Schloss Dagstuhl - Leibniz Center for Informatics, Wadern, DE SP - 1 EP - 15 ER - TY - CHAP A1 - Niemüller, Tim A1 - Ferrein, Alexander A1 - Beck, Daniel A1 - Lakemeyer, Gerhard T1 - Design principles of the component-based robot software framework Fawkes T2 - Simulation, Modeling, and Programming for Autonomous Robots N2 - The idea of component-based software engineering was proposed more that 40 years ago, yet only few robotics software frameworks follow these ideas. The main problem with robotics software usually is that it runs on a particular platform and transferring source code to another platform is crucial. In this paper, we present our software framework Fawkes which follows the component-based software design paradigm by featuring a clear component concept with well-defined communication interfaces. We deployed Fawkes on several different robot platforms ranging from service robots to biped soccer robots. Following the component concept with clearly defined communication interfaces shows great benefit when porting robot software from one robot to the other. Fawkes comes with a number of useful plugins for tasks like timing, logging, data visualization, software configuration, and even high-level decision making. These make it particularly easy to create and to debug productive code, shortening the typical development cycle for robot software. Y1 - 2010 U6 - https://doi.org/10.1007/978-3-642-17319-6_29 N1 - Second International Conference, SIMPAR 2010, Darmstadt, Germany, November 15-18, 2010 SP - 300 EP - 311 PB - Springer CY - Berlin ER - TY - CHAP A1 - Niemüller, Tim A1 - Ferrein, Alexander A1 - Lakemeyer, Gerhard T1 - A Lua-based behavior engine for controlling the humanoid robot Nao T2 - RoboCup 2009: Robot Soccer World Cup XIII N2 - The high-level decision making process of an autonomous robot can be seen as an hierarchically organised entity, where strategical decisions are made on the topmost layer, while the bottom layer serves as driver for the hardware. In between is a layer with monitoring and reporting functionality. In this paper we propose a behaviour engine for this middle layer which, based on formalism of hybrid state machines (HSMs), bridges the gap between high-level strategic decision making and low-level actuator control. The behaviour engine has to execute and monitor behaviours and reports status information back to the higher level. To be able to call the behaviours or skills hierarchically, we extend the model of HSMs with dependencies and sub-skills. These Skill-HSMs are implemented in the lightweight but expressive Lua scripting language which is well-suited to implement the behaviour engine on our target platform, the humanoid robot Nao. Y1 - 2010 U6 - https://doi.org/10.1007/978-3-642-11876-0_21 N1 - 13th RoboCup International Symposium, Graz, Austria, June/July, 2009 SP - 240 EP - 251 PB - Springer CY - Berlin ER - TY - CHAP A1 - Ferrein, Alexander A1 - Steinbauer, Gerald T1 - On the Way to High-Level Programming for Resource-Limited Embedded Systems with Golog T2 - Simulation, Modeling, and Programming for Autonomous Robots N2 - In order to allow an autonomous robot to perform non-trivial tasks like to explore a foreign planet the robot has to have deliberative capabilities like reasoning or planning. Logic-based approaches like the programming and planing language Golog and it successors has been successfully used for such decision-making problems. A drawback of this particular programing language is that their interpreter usually are written in Prolog and run on a Prolog back-end. Such back-ends are usually not available or feasible on resource-limited robot systems. In this paper we present our ideas and first results of a re-implementation of the interpreter based on the Lua scripting language which is available on a wide range of systems including small embedded systems. Y1 - 2010 U6 - https://doi.org/10.1007/978-3-642-17319-6_23 N1 - Second International Conference, SIMPAR 2010, Darmstadt, Germany, November 15-18, 2010 SP - 229 EP - 240 PB - Springer CY - Berlin ER -