RoboCup 2017: Robot World Cup XXI

RoboCup 2017: Robot World Cup XXI
Title RoboCup 2017: Robot World Cup XXI PDF eBook
Author Hidehisa Akiyama
Publisher Springer
Pages 528
Release 2018-09-12
Genre Computers
ISBN 3030003086

Download RoboCup 2017: Robot World Cup XXI Book in PDF, Epub and Kindle

This book includes the post-conference proceedings of the 21st RoboCup International Symposium, held in Nagoya, Japan, in September 2017. The 33 full revised papers and 9 papers from the winning teams presented were carefully reviewed and selected from 58 submissions. The papers are orginazed on topical sections on Robotics, Artificial intelligence, Environment perception, State estimation and much more.

RoboCup 2023: Robot World Cup XXVI

RoboCup 2023: Robot World Cup XXVI
Title RoboCup 2023: Robot World Cup XXVI PDF eBook
Author Cédric Buche
Publisher Springer Nature
Pages 450
Release
Genre
ISBN 3031550153

Download RoboCup 2023: Robot World Cup XXVI Book in PDF, Epub and Kindle

RoboCup 2018: Robot World Cup XXII

RoboCup 2018: Robot World Cup XXII
Title RoboCup 2018: Robot World Cup XXII PDF eBook
Author Dirk Holz
Publisher Springer
Pages 548
Release 2019-08-06
Genre Computers
ISBN 3030275442

Download RoboCup 2018: Robot World Cup XXII Book in PDF, Epub and Kindle

This book includes the post-conference proceedings of the 22nd RoboCup International Symposium, held in Montreal, QC, Canada, in June 2018. The 32 full revised papers and 11 papers from the winning teams presented were carefully reviewed and selected from 51 submissions. This book highlights the approaches of champion teams from the competitions and documents the proceedings of the 22nd annual RoboCup International Symposium. Due to the complex research challenges set by the RoboCup initiative, the RoboCup International Symposium offers a unique perspective for exploring scientific and engineering principles underlying advanced robotic and AI systems.

RoboCup 2016: Robot World Cup XX

RoboCup 2016: Robot World Cup XX
Title RoboCup 2016: Robot World Cup XX PDF eBook
Author Sven Behnke
Publisher Springer
Pages 656
Release 2017-11-01
Genre Computers
ISBN 3319687921

Download RoboCup 2016: Robot World Cup XX Book in PDF, Epub and Kindle

This book includes the post-conference proceedings of the 20th RoboCup International Symposium, held in Leipzig, Germany, in July 2016. In addition to the 38 contributions to the symposium, selected from 63 submissions, the book also contains 15 champion papers of teams winning individual leagues of the RoboCup 2016 competition, the Amazon Picking Challenge, and the Harting Open Source Award. The papers present current research in the fields of robotics and artificial intelligence with a special focus to robot hardware and software, environment perception, action planning and control, robot learning, multi-robot systems, and human-robot interaction.

RoboCup 2021: Robot World Cup XXIV

RoboCup 2021: Robot World Cup XXIV
Title RoboCup 2021: Robot World Cup XXIV PDF eBook
Author Rachid Alami
Publisher Springer Nature
Pages 370
Release 2022-03-21
Genre Computers
ISBN 3030986829

Download RoboCup 2021: Robot World Cup XXIV Book in PDF, Epub and Kindle

This book constitutes the proceedings of the 24th RoboCup International Symposium which was held online during June 22 - June 28, 2021. The 19 full papers included in these proceedings were carefully reviewed and selected from 42 submissions; the volume also includes 10 RoboCup Champions Papers. In addition to presenting the proceedings of the RoboCup 2021 Symposium, the book highlights the approaches of champion teams from the competitions. Due to the complex research challenges set by the RoboCup initiative, the RoboCup International Symposium offers a unique perspective for exploring scientific and engineering principles underlying advanced robotic and AI systems.

RoboCup 2019: Robot World Cup XXIII

RoboCup 2019: Robot World Cup XXIII
Title RoboCup 2019: Robot World Cup XXIII PDF eBook
Author Stephan Chalup
Publisher Springer Nature
Pages 672
Release 2019-11-30
Genre Computers
ISBN 303035699X

Download RoboCup 2019: Robot World Cup XXIII Book in PDF, Epub and Kindle

This book includes the post-conference proceedings of the 23rd RoboCup International Symposium, held in Sydney, NSW, Australia, in July 2019. The 38 full revised papers and 14 invited papers presented in this book were carefully reviewed and selected from 74 submissions. This book highlights the approaches of champion teams from the competitions and documents the proceedings of the 23rd annual RoboCup International Symposium. Due to the complex research challenges set by the RoboCup initiative, the RoboCup International Symposium offers a unique perspective for exploring scientific and engineering principles underlying advanced robotic and AI systems.

Domain-Specific Languages

Domain-Specific Languages
Title Domain-Specific Languages PDF eBook
Author Andrzej Wąsowski
Publisher Springer Nature
Pages 494
Release 2023-03-05
Genre Computers
ISBN 3031236696

Download Domain-Specific Languages Book in PDF, Epub and Kindle

This textbook describes the theory and the pragmatics of using and engineering high-level software languages – also known as modeling or domain-specific languages (DSLs) – for creating quality software. This includes methods, design patterns, guidelines, and testing practices for defining the syntax and the semantics of languages. While remaining close to technology, the book covers multiple paradigms and solutions, avoiding a particular technological silo. It unifies the modeling, the object-oriented, and the functional-programming perspectives on DSLs. The book has 13 chapters. Chapters 1 and 2 introduce and motivate DSLs. Chapter 3 kicks off the DSL engineering lifecycle, describing how to systematically develop abstract syntax by analyzing a domain. Chapter 4 addresses the concrete syntax, including the systematic engineering of context-free grammars. Chapters 5 and 6 cover the static semantics – with basic constraints as a starting point and type systems for advanced DSLs. Chapters 7 (Transformation), 8 (Interpretation), and 9 (Generation) describe different paradigms for designing and implementing the dynamic semantics, while covering testing and other kinds of quality assurance. Chapter 10 is devoted to internal DSLs. Chapters 11 to 13 show the application of DSLs and engage with simpler alternatives to DSLs in a highly distinguished domain: software variability. These chapters introduce the underlying notions of software product lines and feature modeling. The book has been developed based on courses on model-driven software engineering (MDSE) and DSLs held by the authors. It aims at senior undergraduate and junior graduate students in computer science or software engineering. Since it includes examples and lessons from industrial and open-source projects, as well as from industrial research, practitioners will also find it a useful reference. The numerous examples include code in Scala 3, ATL, Alloy, C#, F#, Groovy, Java, JavaScript, Kotlin, OCL, Python, QVT, Ruby, and Xtend. The book contains as many as 277 exercises. The associated code repository facilitates learning and using the examples in a course.