@inproceedings{SchnellFranzenGligorevic2010, author = {Schnell, Michael and Franzen, Nico and Gligorevic, Snjezana}, title = {L-DACS1 laboratory demonstrator development and compatibility measurement set-up}, series = {IEEE/AIAA 29th Digital Avionics Systems Conference (DASC) : 3 - 7 Oct. 2010, Salt Lake City, Utah}, booktitle = {IEEE/AIAA 29th Digital Avionics Systems Conference (DASC) : 3 - 7 Oct. 2010, Salt Lake City, Utah}, organization = {Institute of Electrical and Electronics Engineers}, isbn = {9781424466160 ; 9781424466184}, pages = {3E3-1 -- 3E3-11}, year = {2010}, language = {en} } @inproceedings{WalterGligorevicDetertetal.2010, author = {Walter, Michael and Gligorevic, Snjezana and Detert, Thorben and Schnell, Michael}, title = {UHF/VHF air-to-air propagation measurements}, series = {Proceedings of the Fourth European Conference on Antennas and Propagation (EuCAP) : 12 - 16 April 2010, Barcelona, Spain}, booktitle = {Proceedings of the Fourth European Conference on Antennas and Propagation (EuCAP) : 12 - 16 April 2010, Barcelona, Spain}, organization = {European Association on Antennas and Propagation}, isbn = {978-1-4244-6431-9 ; 978-84-7653-472-4}, pages = {1 -- 5}, year = {2010}, language = {en} } @inproceedings{GligorevicPulini2010, author = {Gligorevic, Snjezana and Pulini, Paola}, title = {Simplified airport surface channel model based on the WSSUS assumption}, series = {2010 Integrated Communications, Navigation and Surveillance Conference (ICNS 2010) : Herndon, Virginia, USA, 11 - 13 May 2010}, booktitle = {2010 Integrated Communications, Navigation and Surveillance Conference (ICNS 2010) : Herndon, Virginia, USA, 11 - 13 May 2010}, organization = {Institute of Electrical and Electronics Engineers}, isbn = {978-1-4244-7457-8}, issn = {2155-4943}, pages = {F2-1 -- F2-11}, year = {2010}, language = {en} } @inproceedings{BitzKraffOrzadaetal.2010, author = {Bitz, Andreas and Kraff, O. and Orzada, S. and Maderwald, S. and Brote, I. and Ladd, M.}, title = {Experimental and Numerical Assessment of RF Safety of Transmit Coils at 7 Tesla}, series = {ISMRM workshop on MR safety 2010 : RF heating of the human in MRI : workshop series. The Washington County Historic Courthouse, Stillwater, Minnesota, USA, 15 - 17 October 2010}, booktitle = {ISMRM workshop on MR safety 2010 : RF heating of the human in MRI : workshop series. The Washington County Historic Courthouse, Stillwater, Minnesota, USA, 15 - 17 October 2010}, isbn = {978-1-62276-088-6}, pages = {195}, year = {2010}, language = {en} } @inproceedings{PenneProfittlichRingbecketal.2010, author = {Penne, Jochen and Profittlich, Martin and Ringbeck, Thorsten and Buxbaum, Bernd}, title = {Touchless detailed 3D scan of human hand anatomy using time-of-flight cameras}, series = {Proceedings of the International Conference on 3D Body Scanning Technologies : Lugano, Switzerland, 19-20 October 2010}, booktitle = {Proceedings of the International Conference on 3D Body Scanning Technologies : Lugano, Switzerland, 19-20 October 2010}, editor = {D, Nicola D'Apuzzo}, publisher = {Hometrica Consulting}, address = {Z{\"u}rich}, isbn = {978-3-033-02714-5}, pages = {361 -- 369}, year = {2010}, language = {en} } @inproceedings{BragardConradDeDoncker2010, author = {Bragard, Michael and Conrad, M. and De Doncker, R. W.}, title = {The integrated emitter turn-off thyristor (IETO) : an innovative thyristor based high power semiconductor device using MOS assisted turn-off}, series = {2010 IEEE Energy Conversion Congress and Exposition (ECCE 2010) : Atlanta, Georgia, USA, 12 - 16 September 2010 / [sponsored by the IEEE Power Electronics and Industry Applications Societies]}, booktitle = {2010 IEEE Energy Conversion Congress and Exposition (ECCE 2010) : Atlanta, Georgia, USA, 12 - 16 September 2010 / [sponsored by the IEEE Power Electronics and Industry Applications Societies]}, publisher = {IEEE}, address = {Piscataway, NJ}, isbn = {978-1-4244-5286-6 (Print)}, doi = {10.1109/ECCE.2010.5618410}, pages = {4551 -- 4557}, year = {2010}, language = {en} } @inproceedings{Ferrein2010, author = {Ferrein, Alexander}, title = {golog.lua: Towards a non-prolog implementation of Golog for embedded systems}, series = {Dagstuhl Seminar Proceedings, Volume 10081}, booktitle = {Dagstuhl Seminar Proceedings, Volume 10081}, doi = {10.4230/DagSemProc.10081.9}, pages = {1 -- 15}, year = {2010}, abstract = {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.}, language = {en} } @inproceedings{NiemuellerFerreinBecketal.2010, author = {Niem{\"u}ller, Tim and Ferrein, Alexander and Beck, Daniel and Lakemeyer, Gerhard}, title = {Design principles of the component-based robot software framework Fawkes}, series = {Simulation, Modeling, and Programming for Autonomous Robots}, booktitle = {Simulation, Modeling, and Programming for Autonomous Robots}, publisher = {Springer}, address = {Berlin}, doi = {10.1007/978-3-642-17319-6_29}, pages = {300 -- 311}, year = {2010}, abstract = {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.}, language = {en} } @inproceedings{NiemuellerFerreinLakemeyer2010, author = {Niem{\"u}ller, Tim and Ferrein, Alexander and Lakemeyer, Gerhard}, title = {A Lua-based behavior engine for controlling the humanoid robot Nao}, series = {RoboCup 2009: Robot Soccer World Cup XIII}, booktitle = {RoboCup 2009: Robot Soccer World Cup XIII}, publisher = {Springer}, address = {Berlin}, doi = {10.1007/978-3-642-11876-0_21}, pages = {240 -- 251}, year = {2010}, abstract = {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.}, language = {en} } @inproceedings{FerreinSteinbauer2010, author = {Ferrein, Alexander and Steinbauer, Gerald}, title = {On the Way to High-Level Programming for Resource-Limited Embedded Systems with Golog}, series = {Simulation, Modeling, and Programming for Autonomous Robots}, booktitle = {Simulation, Modeling, and Programming for Autonomous Robots}, publisher = {Springer}, address = {Berlin}, doi = {10.1007/978-3-642-17319-6_23}, pages = {229 -- 240}, year = {2010}, abstract = {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.}, language = {en} } @inproceedings{RensVarzinczakMeyeretal.2010, author = {Rens, Gavin and Varzinczak, Ivan and Meyer, Thomas and Ferrein, Alexander}, title = {A Logic for Reasoning about Actions and Explicit Observations}, series = {AI 2010: Advances in Artificial Intelligence}, booktitle = {AI 2010: Advances in Artificial Intelligence}, publisher = {Springer}, address = {Berlin}, doi = {10.1007/978-3-642-17432-2_40}, pages = {395 -- 404}, year = {2010}, abstract = {We propose a formalism for reasoning about actions based on multi-modal logic which allows for expressing observations as first-class objects. We introduce a new modal operator, namely [o |α], which allows us to capture the notion of perceiving an observation given that an action has taken place. Formulae of the type [o |α]ϕ mean 'after perceiving observation o, given α was performed, necessarily ϕ'. In this paper, we focus on the challenges concerning sensing with explicit observations, and acting with nondeterministic effects. We present the syntax and semantics, and a correct and decidable tableau calculus for the logic}, language = {en} } @inproceedings{SchmittSchollCaietal.2010, author = {Schmitt, Robert and Scholl, Ingrid and Cai, Yu and Xia, Ji and Dziwoki, Paul and Harding, Martin and Pavim, Alberto}, title = {Machine vision system for inline inspection in carbide insert production}, series = {Proceedings of the 36th International MATADOR Conference}, booktitle = {Proceedings of the 36th International MATADOR Conference}, publisher = {Springer}, address = {Berlin}, isbn = {978-1-84996-431-9}, doi = {10.1007/978-1-84996-432-6_77}, pages = {339 -- 342}, year = {2010}, abstract = {In steps of the production chain of carbide inserts, such as unloading or packaging, the conformity test of the insert type is done manually, which causes a statistic increase of errors due to monotony and fatigue of the worker and the wide variety of the insert types. A machine vision system is introduced that captures digital frames of the inserts in the production line, analyses inspects automatically and measures four quality features: coating colour, edge radius, plate shape and chip-former geometry. This new method has been tested on several inserts of different types and has shown that the prevalent insert types can be inspected and robustly classified in real production environment and therefore improves the manufacturing automation.}, language = {en} } @inproceedings{BragardSoltauDeDonckeretal.2010, author = {Bragard, Michael and Soltau, N. and De Doncker, R. W. and Schmiegel, A.}, title = {Design and implementation of a 5 kW photovoltaic system with li-ion battery and additional DC-DC converter}, series = {2010 IEEE Energy Conversion Congress and Exposition (ECCE 2010) : Atlanta, Georgia, USA, 12 - 16 September 2010 / [sponsored by the IEEE Power Electronics and Industry Applications Societies]}, booktitle = {2010 IEEE Energy Conversion Congress and Exposition (ECCE 2010) : Atlanta, Georgia, USA, 12 - 16 September 2010 / [sponsored by the IEEE Power Electronics and Industry Applications Societies]}, publisher = {IEEE}, address = {Piscataway, NJ}, isbn = {978-1-4244-5286-6 (Print)}, doi = {10.1109/ECCE.2010.5618220}, pages = {2944 -- 2949}, year = {2010}, language = {en} }