TY - CHAP A1 - Ferrein, Alexander A1 - Kallweit, Stephan A1 - Scholl, Ingrid A1 - Reichert, Walter T1 - Learning to Program Mobile Robots in the ROS Summer School Series T2 - Proceedings 6th International Conference on Robotics in Education (RiE 15) N2 - The main objective of our ROS Summer School series is to introduce MA level students to program mobile robots with the Robot Operating System (ROS). ROS is a robot middleware that is used my many research institutions world-wide. Therefore, many state-of-the-art algorithms of mobile robotics are available in ROS and can be deployed very easily. As a basic robot platform we deploy a 1/10 RC cart that is wquipped with an Arduino micro-controller to control the servo motors, and an embedded PC that runs ROS. In two weeks, participants get to learn the basics of mobile robotics hands-on. We describe our teaching concepts and our curriculum and report on the learning success of our students. Y1 - 2015 ER - TY - CHAP A1 - Krückel, Kai A1 - Nolden, Florian A1 - Ferrein, Alexander A1 - Scholl, Ingrid T1 - Intuitive visual teleoperation for UGVs using free-look augmented reality displays T2 - 2015 IEEE International Conference on Robotics and Automation (ICRA), Seattle, WA Y1 - 2015 U6 - https://doi.org/10.1109/ICRA.2015.7139809 SP - 4412 EP - 4417 ER - TY - CHAP A1 - Niemueller, Tim A1 - Neumann, Tobias A1 - Henke, Christoph A1 - Schönitz, Sebastian A1 - Reuter, Sebastian A1 - Ferrein, Alexander A1 - Jeschke, Sabina A1 - Lakemeyer, Gerhard T1 - International Harting Open Source Award 2016: Fawkes for the RoboCup Logistics League T2 - RoboCup 2016: RoboCup 2016: Robot World Cup XX. RoboCup 2016 Y1 - 2017 SN - 978-3-319-68792-6 U6 - https://doi.org/10.1007/978-3-319-68792-6_53 N1 - Lecture Notes in Computer Science, LNCS, Vol 9776 SP - 634 EP - 642 PB - Springer CY - Cham ER - TY - CHAP A1 - Kirsch, Maximilian A1 - Mataré, Victor A1 - Ferrein, Alexander A1 - Schiffer, Stefan T1 - Integrating golog++ and ROS for Practical and Portable High-level Control T2 - Proceedings of the 12th International Conference on Agents and Artificial Intelligence - Volume 2 N2 - The field of Cognitive Robotics aims at intelligent decision making of autonomous robots. It has matured over the last 25 or so years quite a bit. That is, a number of high-level control languages and architectures have emerged from the field. One concern in this regard is the action language GOLOG. GOLOG has been used in a rather large number of applications as a high-level control language ranging from intelligent service robots to soccer robots. For the lower level robot software, the Robot Operating System (ROS) has been around for more than a decade now and it has developed into the standard middleware for robot applications. ROS provides a large number of packages for standard tasks in robotics like localisation, navigation, and object recognition. Interestingly enough, only little work within ROS has gone into the high-level control of robots. In this paper, we describe our approach to marry the GOLOG action language with ROS. In particular, we present our architecture on inte grating golog++, which is based on the GOLOG dialect Readylog, with the Robot Operating System. With an example application on the Pepper service robot, we show how primitive actions can be easily mapped to the ROS ActionLib framework and present our control architecture in detail. Y1 - 2020 U6 - https://doi.org/10.5220/0008984406920699 N1 - Proceedings of the 12th International Conference on Agents and Artificial Intelligence: ICAART 2020, Valletta, Malta SP - 692 EP - 699 PB - SciTePress CY - Setúbal, Portugal ER - TY - CHAP A1 - Niemüller, Tim A1 - Lakemeyer, Gerhard A1 - Ferrein, Alexander ED - Boots, Byron T1 - Incremental task-level reasoning in a competitive factory automation scenario T2 - Designing intelligent robots : reintegrating AI II ; papers from the AAAI spring symposium ; [held March 25 - 27, 2013 in Palo Alto, California, USA, on the campus of Stanford University]. (Technical Report / Association for the Advancement of Artificial Intelligence ; 2013,4) Y1 - 2013 SN - 9781577356011 SP - 43 EP - 48 ER - TY - CHAP A1 - Alhwarin, Faraj A1 - Ferrein, Alexander A1 - Gebhardt, Andreas A1 - Kallweit, Stephan A1 - Scholl, Ingrid A1 - Tedjasukmana, Osmond Sanjaya T1 - Improving additive manufacturing by image processing and robotic milling T2 - 2015 IEEE International Conference on Automation Science and Engineering (CASE), Aug 24-28, 2015 Gothenburg, Sweden Y1 - 2015 U6 - https://doi.org/10.1109/CoASE.2015.7294217 SP - 924 EP - 929 ER - TY - CHAP A1 - Niemueller, Tim A1 - Neumann, Tobias A1 - Henke, Christoph A1 - Schönitz, Sebastian A1 - Reuter, Sebastian A1 - Ferrein, Alexander A1 - Jeschke, Sabina A1 - Lakemeyer, Gerhard T1 - Improvements for a robust production in the RoboCup logistics league 2016 T2 - RoboCup 2016: Robot World Cup XX. RoboCup 2016. Y1 - 2017 SN - 978-3-319-68792-6 U6 - https://doi.org/10.1007/978-3-319-68792-6_49 SP - 589 EP - 600 PB - Springer CY - Cham ER - TY - CHAP A1 - Chajan, Eduard A1 - Schulte-Tigges, Joschua A1 - Reke, Michael A1 - Ferrein, Alexander A1 - Matheis, Dominik A1 - Walter, Thomas T1 - GPU based model-predictive path control for self-driving vehicles T2 - IEEE Intelligent Vehicles Symposium (IV) N2 - One central challenge for self-driving cars is a proper path-planning. Once a trajectory has been found, the next challenge is to accurately and safely follow the precalculated path. The model-predictive controller (MPC) is a common approach for the lateral control of autonomous vehicles. The MPC uses a vehicle dynamics model to predict the future states of the vehicle for a given prediction horizon. However, in order to achieve real-time path control, the computational load is usually large, which leads to short prediction horizons. To deal with the computational load, the control algorithm can be parallelized on the graphics processing unit (GPU). In contrast to the widely used stochastic methods, in this paper we propose a deterministic approach based on grid search. Our approach focuses on systematically discovering the search area with different levels of granularity. To achieve this, we split the optimization algorithm into multiple iterations. The best sequence of each iteration is then used as an initial solution to the next iteration. The granularity increases, resulting in smooth and predictable steering angle sequences. We present a novel GPU-based algorithm and show its accuracy and realtime abilities with a number of real-world experiments. KW - Heuristic algorithms KW - Computational modeling KW - model-predictive control KW - GPU KW - autonomous driving Y1 - 2021 SN - 978-1-7281-5394-0 U6 - https://doi.org/10.1109/IV48863.2021.9575619 N1 - 2021 IEEE Intelligent Vehicles Symposium (IV), July 11-17, 2021. Nagoya, Japan SP - 1243 EP - 1248 PB - IEEE CY - New York, NY ER - TY - CHAP A1 - Mataré, Victor A1 - Schiffer, Stefan A1 - Ferrein, Alexander ED - Steinbauer, Gerald ED - Ferrein, Alexander T1 - golog++ : An integrative system design T2 - CogRob 2018. Cognitive Robotics Workshop : Proceedings of the 11th Cognitive Robotics Workshop 2018 co-located with 16th International Conference on Principles of Knowledge Representation and Reasoning (KR 2018) Tempe, AZ, USA, October 27th, 2018 Y1 - 2019 SN - 1613-0073 SP - 29 EP - 35 ER - TY - CHAP A1 - Schiffer, Stefan A1 - Ferrein, Alexander A1 - Lakemeyer, Gerhard T1 - Fuzzy representations and control for domestic service robots in Golog T2 - Intelligent robotics and applications : 4th International conference, ICIRA 2011, Aachen, Germany, December 6-8, 2011, proceedings, part I. (Lecture notes in computer science ; 7102) Y1 - 2011 SN - 978-3-642-25486-4 SP - 241 EP - 250 ER - TY - CHAP A1 - Niemueller, Tim A1 - Reuter, Sebastian A1 - Ferrein, Alexander ED - Almeida, Luis T1 - Fawkes for the RoboCup Logistics League T2 - RoboCup 2015: Robot World Cup XIX Y1 - 2016 SN - 978-3-319-29339-4 U6 - https://doi.org/10.1007/978-3-319-29339-4_31 N1 - Lecture Notes in Computer Science ; 9513 SP - 365 EP - 373 PB - Springer International Publishing CY - Cham ER - TY - CHAP A1 - Rens, Gavin A1 - Ferrein, Alexander A1 - Poel, Etienne van der T1 - Extending DTGolog to deal with POMD-Ps T2 - Proceedings of the Nineteenth Annual Symposium of the Pattern Recognition Association of South Africa (PRASA 2008) Y1 - 2008 SP - 49 EP - 54 ER - TY - CHAP A1 - Niemueller, Tim A1 - Reuter, Sebastian A1 - Ferrein, Alexander A1 - Jeschke, Sabina A1 - Lakemeyer, Gerhard ED - Almeida, Luis T1 - Evaluation of the RoboCup Logistics League and Derived Criteria for Future Competitions T2 - RoboCup 2015: Robot World Cup XIX Y1 - 2016 SN - 978-3-319-29339-4 U6 - https://doi.org/10.1007/978-3-319-29339-4_3 N1 - Lecture Notes in Computer Science ; 9513 SP - 31 EP - 43 PB - Springer International Publishing CY - Cham ER - TY - CHAP A1 - Leingartner, Max A1 - Maurer, Johannes A1 - Steinbauer, Gerald A1 - Ferrein, Alexander T1 - Evaluation of sensors and mapping approaches for disasters in tunnels T2 - IEEE International Symposium on Safety, Security, and Rescue Robotics : SSRR : 21-26 Oct. 2013, Linkoping, Sweden Y1 - 2013 SN - 978-1-4799-0879-0 SP - 1 EP - 7 ER - TY - CHAP A1 - Stopforth, Riaan A1 - Ferrein, Alexander A1 - Steinbauer, Gerald T1 - Europe and South African collaboration on the Mechatronics and Robotics systems as part of the SA Robotics Center T2 - ICRA 2015 Developing Countries Forum N2 - Mechatronics consist of the integration of mechanical engineering, electronic integration and computer science/ engineering. These broad fields are essential for robotic systems, yet it makes it difficult for the researchers to specialize and be experts in all these fields. Collaboration between researchers allow for the integration of experience and specialization, to allow optimized systems. Collaboration between the European countries and South Africa is critical, as each country has different resources available, which the other countries might not have. Applications with the need for approval of any restrictions, can also be obtained easier in some countries compared to others, thus preventing the delays of research. Some problems that have been experienced are discussed, with the Robotics Center of South Africa as a possible solution. Y1 - 2015 ER - TY - CHAP A1 - Hofmann, Till A1 - Mataré, Victor A1 - Neumann, Tobias A1 - Schönitz, Sebastian A1 - Henke, Christoph A1 - Limpert, Nicolas A1 - Niemueller, Tim A1 - Ferrein, Alexander A1 - Jeschke, Sabina A1 - Lakemeyer, Gerhard T1 - Enhancing Software and Hardware Reliability for a Successful Participation in the RoboCup Logistics League 2017 Y1 - 2018 SN - 978-3-030-00308-1 U6 - https://doi.org/10.1007/978-3-030-00308-1_40 N1 - Lecture Notes in Computer Science, vol 11175 SP - 486 EP - 497 PB - Springer CY - Cham ER - TY - CHAP A1 - Donner, Ralf A1 - Rabel, Matthias A1 - Scholl, Ingrid A1 - Ferrein, Alexander A1 - Donner, Marc A1 - Geier, Andreas A1 - John, André A1 - Köhler, Christian A1 - Varga, Sebastian T1 - Die Extraktion bergbaulich relevanter Merkmale aus 3D-Punktwolken eines untertagetauglichen mobilen Multisensorsystems T2 - Tagungsband Geomonitoring Y1 - 2019 U6 - https://doi.org/10.15488/4515 SP - 91 EP - 110 ER - TY - CHAP A1 - Stopforth, Riaan A1 - Davrajh, Shaniel A1 - Ferrein, Alexander T1 - Design considerations of the duo fugam dual rotor UAV T2 - 2017 Pattern Recognition Association of South Africa and Robotics and Mechatronics (PRASA-RobMech) Y1 - 2017 SN - 978-1-5386-2314-5 U6 - https://doi.org/10.1109/RoboMech.2017.8261115 SP - 7 EP - 13 ER - TY - CHAP A1 - Schiffer, Stefan A1 - Ferrein, Alexander T1 - Decision-Theoretic Planning with Linguistic Terms in Golog T2 - FLinAl 2015 - Fuzzy Logic in Artificial Intelligence : Proceedings of the Workshop on Fuzzy Logic in AI (FLinAI-15) co-located with the 24th International Joint Conference on Artificial Intelligence (IJCAI 2015) Buenos Aires, Argentina, July 25, 2015. Y1 - 2015 U6 - http://nbn-resolving.de/urn/resolver.pl?urn:nbn:de:0074-1424-4 SN - 1613-0073 ER - TY - CHAP A1 - Alhwarin, Faraj A1 - Ferrein, Alexander A1 - Scholl, Ingrid T1 - CRVM: Circular Random Variable-based Matcher - A Novel Hashing Method for Fast NN Search in High-dimensional Spaces T2 - Proceedings of the 7th International Conference on Pattern Recognition Applications and Methods, ICPRAM 2018 Y1 - 2018 SN - 978-989-758-276-9 U6 - https://doi.org/10.5220/0006692802140221 SP - 214 EP - 221 ER - TY - CHAP A1 - Ferrein, Alexander A1 - Maier, Christopher A1 - Mühlbacher, Clemens A1 - Niemüller, Tim A1 - Steinbauer, Gerald A1 - Vassos, Stravros T1 - Controlling logistics robots with the action-based language YAGI T2 - Intelligent Robotics and Applications: 9th International Conference, ICIRA 2016, Tokyo, Japan, August 22-24, 2016, Proceedings, Part I Y1 - 2016 SN - 978-3-319-43505-3 (Print) SN - 978-3-319-43506-0 (Online) U6 - https://doi.org/10.1007/978-3-319-43506-0_46 N1 - Series: Lecture Notes in Computer Science (including subseries Lecture Notes in Artificial Intelligence and Lecture Notes in Bioinformatics) VL - 9834 SP - 525 EP - 537 PB - Springer ER - TY - CHAP A1 - Ferrein, Alexander A1 - Maier, Christopher A1 - Mühlbacher, Clemens A1 - Niemueller, Tim A1 - Steinbauer, Gerald A1 - Vassos, Stravros T1 - Controlling Logistics Robots with the Action-based Language YAGI T2 - Proceedings of the 2015 IROS Workshop on Workshop on Task Planning for Intelligent Robots in Service and Manufacturing Y1 - 2015 ER - TY - CHAP A1 - Hofmann, Till A1 - Mataré, Victor A1 - Schiffer, Stefan A1 - Ferrein, Alexander A1 - Lakemeyer, Gerhard T1 - Constraint-based online transformation of abstract plans into executable robot actions T2 - Proceedings of the 2018 AAAI Spring Symposium on Integrating Representation, Reasoning, Learning, and Execution for Goal Directed Autonomy Y1 - 2018 SP - 549 EP - 553 ER - TY - CHAP A1 - Ferrein, Alexander A1 - Meeßen, Marcus A1 - Limpert, Nicolas A1 - Schiffer, Stefan ED - Lepuschitz, Wilfried T1 - Compiling ROS schooling curricula via contentual taxonomies T2 - Robotics in Education N2 - The Robot Operating System (ROS) is the current de-facto standard in robot middlewares. The steadily increasing size of the user base results in a greater demand for training as well. User groups range from students in academia to industry professionals with a broad spectrum of developers in between. To deliver high quality training and education to any of these audiences, educators need to tailor individual curricula for any such training. In this paper, we present an approach to ease compiling curricula for ROS trainings based on a taxonomy of the teaching contents. The instructor can select a set of dedicated learning units and the system will automatically compile the teaching material based on the dependencies of the units selected and a set of parameters for a particular training. We walk through an example training to illustrate our work. Y1 - 2021 SN - 978-3-030-67411-3 U6 - https://doi.org/10.1007/978-3-030-67411-3_5 N1 - RiE: International Conference on Robotics in Education (RiE); Advances in Intelligent Systems and Computing book series (AISC, volume 1316) SP - 49 EP - 60 PB - Springer CY - Cham ER - TY - CHAP A1 - Steinbauer, Gerald A1 - Ferrein, Alexander T1 - CogRob 2018 : Cognitive Robotics Workshop. Proceedings of the 11th Cognitive Robotics Workshop 2018 co-located with 16th International Conference on Principles of Knowledge Representation and Reasoning (KR 2018). Tempe, AZ, USA, October 27th, 2018. T2 - CEUR workshop proceedings Y1 - 2019 SN - 1613-0073 N1 - edited by Gerald Steinbauer, Alexander Ferrein IS - Vol-2325 ER - TY - CHAP A1 - Dey, Thomas A1 - Elsen, Ingo A1 - Ferrein, Alexander A1 - Frauenrath, Tobias A1 - Reke, Michael A1 - Schiffer, Stefan ED - Makedon, Fillia T1 - CO2 Meter: a do-it-yourself carbon dioxide measuring device for the classroom T2 - PETRA '21: Proceedings of the 14th Pervasive Technologies Related to Assistive Environments Conference N2 - In this paper we report on CO2 Meter, a do-it-yourself carbon dioxide measuring device for the classroom. Part of the current measures for dealing with the SARS-CoV-2 pandemic is proper ventilation in indoor settings. This is especially important in schools with students coming back to the classroom even with high incidents rates. Static ventilation patterns do not consider the individual situation for a particular class. Influencing factors like the type of activity, the physical structure or the room occupancy are not incorporated. Also, existing devices are rather expensive and often provide only limited information and only locally without any networking. This leaves the potential of analysing the situation across different settings untapped. Carbon dioxide level can be used as an indicator of air quality, in general, and of aerosol load in particular. Since, according to the latest findings, SARS-CoV-2 can be transmitted primarily in the form of aerosols, carbon dioxide may be used as a proxy for the risk of a virus infection. Hence, schools could improve the indoor air quality and potentially reduce the infection risk if they actually had measuring devices available in the classroom. Our device supports schools in ventilation and it allows for collecting data over the Internet to enable a detailed data analysis and model generation. First deployments in schools at different levels were received very positively. A pilot installation with a larger data collection and analysis is underway. KW - embedded hardware KW - sensor networks KW - information systems KW - education KW - do-it-yourself Y1 - 2021 SN - 9781450387927 U6 - https://doi.org/10.1145/3453892.3462697 N1 - PETRA '21: The 14th PErvasive Technologies Related to Assistive Environments Conference Corfu Greece 29 June 2021- 2 July 2021 SP - 292 EP - 299 PB - Association for Computing Machinery CY - New York ER - TY - CHAP A1 - Niemüller, Tim A1 - Lakemeyer, Gerhard A1 - Ferrein, Alexander T1 - Aspects of integrating diverse software into robotic systems extended abstract T2 - ICRA 2013 - 8th Workshop on Software Development and Integration in Robotics (SDIR), Karlsruhe, Germany Y1 - 2013 SP - 1 EP - 2 ER - TY - CHAP A1 - Arndt, Tobias A1 - Conzen, Max A1 - Elsen, Ingo A1 - Ferrein, Alexander A1 - Galla, Oskar A1 - Köse, Hakan A1 - Schiffer, Stefan A1 - Tschesche, Matteo T1 - Anomaly detection in the metal-textile industry for the reduction of the cognitive load of quality control workers T2 - PETRA '23: Proceedings of the 16th International Conference on PErvasive Technologies Related to Assistive Environments N2 - This paper presents an approach for reducing the cognitive load for humans working in quality control (QC) for production processes that adhere to the 6σ -methodology. While 100% QC requires every part to be inspected, this task can be reduced when a human-in-the-loop QC process gets supported by an anomaly detection system that only presents those parts for manual inspection that have a significant likelihood of being defective. This approach shows good results when applied to image-based QC for metal textile products. KW - Datasets KW - Neural networks KW - Anomaly detection KW - Quality control KW - Process optimization Y1 - 2023 SN - 9798400700699 U6 - https://doi.org/10.1145/3594806.3596558 N1 - PETRA '23: Proceedings of the 16th International Conference on PErvasive Technologies Related to Assistive Environments, Corfu, Greece, July 5 - 7, 2023 SP - 535 EP - 542 PB - ACM ER - TY - CHAP A1 - Alhwarin, Faraj A1 - Schiffer, Stefan A1 - Ferrein, Alexander A1 - Scholl, Ingrid T1 - An Optimized Method for 3D Body Scanning Applications Based on KinectFusion T2 - Communications in Computer and Information Science Y1 - 2019 U6 - https://doi.org/10.1007/978-3-030-29196-9_6 SN - 1865-0929 N1 - 11th International Joint Conference on Biomedical Engineering Systems and Technologies, BIOSTEC 2018; Funchal; Portugal; 19 January 2018 through 21 January 2018 VL - 1024 SP - 100 EP - 113 PB - Springer ER - TY - CHAP A1 - Zug, Sebastian A1 - Niemueller, Tim A1 - Hochgeschwender, Nico A1 - Seidensticker, Kai A1 - Seidel, Martin A1 - Friedrich, Tim A1 - Neumann, Tobias A1 - Karras, Ulrich A1 - Kraetzschmar, Gerhard K. A1 - Ferrein, Alexander T1 - An Integration Challenge to Bridge the Gap Among Industry-Inspired RoboCup Leagues T2 - RoboCup 2016: Robot World Cup XX. RoboCup 2016. Y1 - 2017 SN - 978-3-319-68792-6 U6 - https://doi.org/10.1007/978-3-319-68792-6_13 N1 - Lecture Notes in Computer Science, LNCS, Vol 9776 SP - 157 EP - 168 PB - Springer CY - Cham ER - TY - CHAP A1 - Alhwarin, Faraj A1 - Ferrein, Alexander A1 - Scholl, Ingrid T1 - An Efficient Hashing Algorithm for NN Problem in HD Spaces T2 - Lecture Notes in Computer Science Y1 - 2019 SN - 978-303005498-4 U6 - https://doi.org/10.1007/978-3-030-05499-1_6 N1 - 7th International Conference on Pattern Recognition Applications and Methods, ICPRAM 2018; Funchal; Portugal; 16 January 2018 through 18 January 2018; Code 222779 SP - 101 EP - 115 ER - TY - CHAP A1 - Ferrein, Alexander A1 - Lakemeyer, Gerhard A1 - Schiffer, Stefan T1 - AllemaniACs@ home 2006 team description Y1 - 2006 SP - 1 EP - 6 ER - TY - CHAP A1 - Dylla, Frank A1 - Ferrein, Alexander A1 - Lakemeyer, Gerhard T1 - AllemaniACs 2003 team description T2 - RoboCup 2003 : Robot Soccer World Cup VII Y1 - 2003 SP - 1 EP - 3 ER - TY - CHAP A1 - Marco, Heather G. A1 - Ferrein, Alexander T1 - AGNES: The African-German Network of Excellence in Science T2 - Proceedings of the 2nd Developing World Robotics Forum, Workshop at IEEE AFRICON 2017 Y1 - 2017 SP - 1 EP - 2 ER - TY - CHAP A1 - Schiffer, Stefan A1 - Ferrein, Alexander T1 - A System Layout for Cognitive Service Robots T2 - Cognitive Robot Architectures. Proceedings of EUCognition 2016 Y1 - 2017 SN - 1613-0073 N1 - CEUR-WS Vol-1855 SP - 44 EP - 45 ER - TY - CHAP A1 - Ferrein, Alexander A1 - Scholl, Ingrid A1 - Neumann, Tobias A1 - Krückel, Kai A1 - Schiffer, Stefan T1 - A system for continuous underground site mapping and exploration Y1 - 2019 U6 - https://doi.org/10.5772/intechopen.85859 ER - TY - CHAP A1 - Eltester, Niklas Sebastian A1 - Ferrein, Alexander A1 - Schiffer, Stefan T1 - A smart factory setup based on the RoboCup logistics league T2 - 2020 IEEE Conference on Industrial Cyberphysical Systems (ICPS) N2 - In this paper we present SMART-FACTORY, a setup for a research and teaching facility in industrial robotics that is based on the RoboCup Logistics League. It is driven by the need for developing and applying solutions for digital production. Digitization receives constantly increasing attention in many areas, especially in industry. The common theme is to make things smart by using intelligent computer technology. Especially in the last decade there have been many attempts to improve existing processes in factories, for example, in production logistics, also with deploying cyber-physical systems. An initiative that explores challenges and opportunities for robots in such a setting is the RoboCup Logistics League. Since its foundation in 2012 it is an international effort for research and education in an intra-warehouse logistics scenario. During seven years of competition a lot of knowledge and experience regarding autonomous robots was gained. This knowledge and experience shall provide the basis for further research in challenges of future production. The focus of our SMART-FACTORY is to create a stimulating environment for research on logistics robotics, for teaching activities in computer science and electrical engineering programmes as well as for industrial users to study and explore the feasibility of future technologies. Building on a very successful history in the RoboCup Logistics League we aim to provide stakeholders with a dedicated facility oriented at their individual needs. Y1 - 2020 U6 - https://doi.org/10.1109/ICPS48405.2020.9274766 N1 - 2020 IEEE Conference on Industrial Cyberphysical Systems (ICPS), 10-12 June 2020, Tampere, Finland. SP - 297 EP - 302 PB - IEEE CY - New York, NY ER - TY - CHAP A1 - Reke, Michael A1 - Peter, Daniel A1 - Schulte-Tigges, Joschua A1 - Schiffer, Stefan A1 - Ferrein, Alexander A1 - Walter, Thomas A1 - Matheis, Dominik T1 - A Self-Driving Car Architecture in ROS2 T2 - 2020 International SAUPEC/RobMech/PRASA Conference, Cape Town, South Africa N2 - In this paper we report on an architecture for a self-driving car that is based on ROS2. Self-driving cars have to take decisions based on their sensory input in real-time, providing high reliability with a strong demand in functional safety. In principle, self-driving cars are robots. However, typical robot software, in general, and the previous version of the Robot Operating System (ROS), in particular, does not always meet these requirements. With the successor ROS2 the situation has changed and it might be considered as a solution for automated and autonomous driving. Existing robotic software based on ROS was not ready for safety critical applications like self-driving cars. We propose an architecture for using ROS2 for a self-driving car that enables safe and reliable real-time behaviour, but keeping the advantages of ROS such as a distributed architecture and standardised message types. First experiments with an automated real passenger car at lower and higher speed-levels show that our approach seems feasible for autonomous driving under the necessary real-time conditions. Y1 - 2020 SN - 978-1-7281-4162-6 U6 - https://doi.org/10.1109/SAUPEC/RobMech/PRASA48453.2020.9041020 N1 - 2020 International SAUPEC/RobMech/PRASA Conference, 29-31 Jan. 2020, Cape Town, South Africa SP - 1 EP - 6 PB - IEEE CY - New York, NY ER - TY - CHAP A1 - Neumann, Tobias A1 - Dülberg, Enno A1 - Schiffer, Stefan A1 - Ferrein, Alexander T1 - A rotating platform for swift acquisition of dense 3D point clouds T2 - Intelligent Robotics and Applications: 9th International Conference, ICIRA 2016, Tokyo, Japan, August 22-24, 2016, Proceedings, Part I Y1 - 2016 SN - 978-3-319-43505-3 (Print) SN - 978-3-319-43506-0 (Online) U6 - https://doi.org/10.1007/978-3-319-43506-0_22 N1 - Series: Lecture Notes in Computer Science (including subseries Lecture Notes in Artificial Intelligence and Lecture Notes in Bioinformatics) VL - 9834 SP - 257 EP - 268 PB - Springer ER - TY - CHAP A1 - Limpert, Nicolas A1 - Schiffer, Stefan A1 - Ferrein, Alexander T1 - A Local Planner for Ackermann-Driven Vehicles in ROS SBPL T2 - Proceedings of the International Conference on Pattern Recognition Association of South Africa and Robotics and Mechatronics (PRASA-RobMech), 2015 Y1 - 2015 U6 - https://doi.org/10.1109/RoboMech.2015.7359518 SP - 172 EP - 177 ER - TY - CHAP A1 - Walenta, Robert A1 - Schellekens, Twan A1 - Ferrein, Alexander A1 - Schiffer, Stefan T1 - A decentralised system approach for controlling AGVs with ROS T2 - AFRICON, Proceedings Y1 - 2017 SN - 978-1-5386-2775-4 U6 - https://doi.org/10.1109/AFRCON.2017.8095693 SN - 2153-0033 N1 - AFRICON <2017, 18-20 Sept., Cape Town, South Africa> SP - 1436 EP - 1441 PB - IEEE ER - TY - CHAP A1 - Ferrein, Alexander T1 - 3D-Mapping von Straßentunneln T2 - 16. Geokinematischer Tag, 07. und 08. Mai 2015 : Tagungsband / Technische Universität Bergakademie Freiberg Y1 - 2015 N1 - Schriftenreihe des Instituts für Markscheidewesen und Geodsäsie an der Technischen Universität Bergakademie Freiberg SP - 31 EP - 40 ER -