Browse Results

Showing 49,326 through 49,350 of 62,879 results

Robot Manipulator Redundancy Resolution

by Yunong Zhang Long Jin

Introduces a revolutionary, quadratic-programming based approach to solving long-standing problems in motion planning and control of redundant manipulators This book describes a novel quadratic programming approach to solving redundancy resolutions problems with redundant manipulators. Known as ``QP-unified motion planning and control of redundant manipulators'' theory, it systematically solves difficult optimization problems of inequality-constrained motion planning and control of redundant manipulators that have plagued robotics engineers and systems designers for more than a quarter century. An example of redundancy resolution could involve a robotic limb with six joints, or degrees of freedom (DOFs), with which to position an object. As only five numbers are required to specify the position and orientation of the object, the robot can move with one remaining DOF through practically infinite poses while performing a specified task. In this case redundancy resolution refers to the process of choosing an optimal pose from among that infinite set. A critical issue in robotic systems control, the redundancy resolution problem has been widely studied for decades, and numerous solutions have been proposed. This book investigates various approaches to motion planning and control of redundant robot manipulators and describes the most successful strategy thus far developed for resolving redundancy resolution problems. Provides a fully connected, systematic, methodological, consecutive, and easy approach to solving redundancy resolution problems Describes a new approach to the time-varying Jacobian matrix pseudoinversion, applied to the redundant-manipulator kinematic control Introduces The QP-based unification of robots' redundancy resolution Illustrates the effectiveness of the methods presented using a large number of computer simulation results based on PUMA560, PA10, and planar robot manipulators Provides technical details for all schemes and solvers presented, for readers to adopt and customize them for specific industrial applications Robot Manipulator Redundancy Resolution is must-reading for advanced undergraduates and graduate students of robotics, mechatronics, mechanical engineering, tracking control, neural dynamics/neural networks, numerical algorithms, computation and optimization, simulation and modelling, analog, and digital circuits. It is also a valuable working resource for practicing robotics engineers and systems designers and industrial researchers.

Robot Memetics: A Space Exploration Perspective (SpringerBriefs in Electrical and Computer Engineering)

by Christopher Rouff Edward Tunstel Walt Truszkowski Mohammad Akhavannik

This book provides a novel perspective on the concept of memetics as applied to the development and evolution of intelligent robots and robotic communities/cultures. It provides a framework for the emergence of a hybrid community of people and intelligent robots collaborating to realize mutual benefits and scientific objectives. It aims to show that as the hybrid community emerges, so does its culture. Once this foundational work is done, the book illustrates the robot memetic ideas in the context of a space exploration scenario based on the development and operation of a human/robot settlement on Mars.

Robot Operating System (ROS)

by Anis Koubaa

The objective of this book is to provide the reader with a comprehensive coverage on the Robot Operating Systems (ROS) and latest related systems, which is currently considered as the main development framework for robotics applications. The book includes twenty-seven chapters organized into eight parts. Part 1 presents the basics and foundations of ROS. In Part 2, four chapters deal with navigation, motion and planning. Part 3 provides four examples of service and experimental robots. Part 4 deals with real-world deployment of applications. Part 5 presents signal-processing tools for perception and sensing. Part 6 provides software engineering methodologies to design complex software with ROS. Simulations frameworks are presented in Part 7. Finally, Part 8 presents advanced tools and frameworks for ROS including multi-master extension, network introspection, controllers and cognitive systems. This book will be a valuable companion for ROS users and developers to learn more ROS capabilities and features.

Robot Operating System (ROS)

by Anis Koubaa

The objective of this book is to provide the reader with a comprehensive coverage on the Robot Operating Systems (ROS) and latest related systems, which is currently considered as the main development framework for robotics applications. The book includes twenty-seven chapters organized into eight parts. Part 1 presents the basics and foundations of ROS. In Part 2, four chapters deal with navigation, motion and planning. Part 3 provides four examples of service and experimental robots. Part 4 deals with real-world deployment of applications. Part 5 presents signal-processing tools for perception and sensing. Part 6 provides software engineering methodologies to design complex software with ROS. Simulations frameworks are presented in Part 7. Finally, Part 8 presents advanced tools and frameworks for ROS including multi-master extension, network introspection, controllers and cognitive systems. This book will be a valuable companion for ROS users and developers to learn more ROS capabilities and features.

Robot Operating System (ROS) for Absolute Beginners: Robotics Programming Made Easy

by Lentin Joseph Aleena Johny

Start programming your own robots using Robot Operation System (ROS). Targeted for absolute beginners in ROS, Linux, and Python, this guide lets you build your own robotics projects. You'll learn the basic foundation of Ubuntu Linux. Begin with the fundamentals. Installation and useful commands will give you the basic tools you need while programming a robot. Then add useful software applications that can be used while making robots. Programming robots can be done using any of the programming languages. Most popular programming languages are Python and C++. You will incorporate the fundamentals of C++ by learning object oriented programing concepts from example and building C++ projects.Finally, tackle an ROS hands-on project to apply all the concepts of ROS you've learned. The aim of the project is to perform a dead-reckoning using a cheap mobile robot. You can command your robot's position on Rviz and your robot will move to that position! Not only will you learn to program, you'll gain hands-on experience working with hardware to create a real robot.What You’ll LearnInstall Ubuntu 20Install ROS NoeticUse ROS Programming with roscpp and rospy Build a mobile robot from scratch using ROSWho This Book Is ForRobotics enthusiast with little or no prior programming experience.

Robot Operating System Cookbook: Over 70 recipes to help you master advanced ROS concepts

by Kumar Bipin

Leverage the power of ROS to build exciting collaborative robots.Key FeaturesDelve into an open source, meta-operating system for your robotGet acquainted with tools and libraries for building and running code on multiple platformsUse Gazebo to model your robot and create a virtual environmentBook DescriptionThis book will leverage the power of ROS with an introduction to its core and advanced concepts through exciting recipes. You will get acquainted with the use of different synchronous and asynchronous communication methods, including messages, services, and actions. You will learn how to use the various debugging and visualization tools used in development and how to interface sensors and actuators with the ROS framework.Firstly, you will get to grips with ROS simulation frameworks, such as Gazebo and RotorS for modeling and simulating any physical robot and virtual environment. You will also cover mobile robotics, micro-aerial vehicles, and robotic arms, which are the leading branches of robotic applications. Robot Operating System Cookbook will also guide you in the development of an autonomous navigation framework for both mobile robots and micro-aerial vehicles.Finally, you will explore ROS-Industrial, an open source project that extends the advanced capabilities of ROS software to manufacturing industries.What you will learnExplore advanced concepts, such as ROS pluginlib, nodelets, and actionlibWork with ROS visualization, profiling, and debugging toolsGain experience in robot modeling and simulation using GazeboUnderstand the ROS Navigation Stack for mobile robotsConfigure a MoveIt! package for a manipulator robotDevelop an autonomous navigation framework for MAV using ORB SLAM and MoveItIntegrate sensors, actuators, and robots into the ROS ecosystemGet acquainted with the ROS-Industrial package with hardware support, capabilities, and applicationsWho this book is forIf you’re a researcher or engineer with an interest in the problems, solutions, and future research issues that you may encounter in the development of robotic applications, this book is for you. Basic knowledge of C++ and Python programming with the GNU/Linux environment is strongly recommended to assist with understanding the key concepts covered in the book.

Robot Operating System for Absolute Beginners: Robotics Programming Made Easy

by Lentin Joseph

Learn how to get started with robotics programming using Robot Operation System (ROS). Targeted for absolute beginners in ROS, Linux, and Python, this short guide shows you how to build your own robotics projects.ROS is an open-source and flexible framework for writing robotics software. With a hands-on approach and sample projects, Robot Operating System for Absolute Beginners will enable you to begin your first robot project. You will learn the basic concepts of working with ROS and begin coding with ROS APIs in both C++ and Python.What You’ll LearnInstall ROSReview fundamental ROS conceptsWork with frequently used commands in ROSBuild a mobile robot from scratch using ROSWho This Book Is ForAbsolute beginners with little to no programming experience looking to learn robotics programming.

Robot Operating System: The Complete Reference (Volume 3) (Studies in Computational Intelligence #778)

by Anis Koubaa

Building on the successful first and second volumes, this book is the third volume of the Springer book on the Robot Operating System (ROS): The Complete Reference. The Robot Operating System is evolving from year to year with a wealth of new contributed packages and enhanced capabilities. Further, the ROS is being integrated into various robots and systems and is becoming an embedded technology in emerging robotics platforms. The objective of this third volume is to provide readers with additional and comprehensive coverage of the ROS and an overview of the latest achievements, trends and packages developed with and for it. Combining tutorials, case studies, and research papers, the book consists of sixteen chapters and is divided into five parts. Part 1 presents multi-robot systems with the ROS. In Part 2, four chapters deal with the development of unmanned aerial systems and their applications. In turn, Part 3 highlights recent work related to navigation, motion planning and control. Part 4 discusses recently contributed ROS packages for security, ROS2, GPU usage, and real-time processing. Lastly, Part 5 deals with new interfaces allowing users to interact with robots. Taken together, the three volumes of this book offer a valuable reference guide for ROS users, researchers, learners and developers alike. Its breadth of coverage makes it a unique resource.

Robot Operating System: The Complete Reference (Volume 4) (Studies in Computational Intelligence #831)

by Anis Koubaa

This is the fourth volume of the successful series Robot Operating Systems: The Complete Reference, providing a comprehensive overview of robot operating systems (ROS), which is currently the main development framework for robotics applications, as well as the latest trends and contributed systems. The book is divided into four parts: Part 1 features two papers on navigation, discussing SLAM and path planning. Part 2 focuses on the integration of ROS into quadcopters and their control. Part 3 then discusses two emerging applications for robotics: cloud robotics, and video stabilization. Part 4 presents tools developed for ROS; the first is a practical alternative to the roslaunch system, and the second is related to penetration testing. This book is a valuable resource for ROS users and wanting to learn more about ROS capabilities and features.

Robot Operating System: The Complete Reference (Volume 5) (Studies in Computational Intelligence #895)

by Anis Koubaa

This book is the fifth volume in the successful book series Robot Operating System: The Complete Reference. The objective of the book is to provide the reader with comprehensive coverage on the Robot Operating System (ROS), which is currently considered to be the primary development framework for robotics applications, and the latest trends and contributing systems. The content is divided into six parts. Pat I presents for the first time the emerging ROS 2.0 framework, while Part II focuses on multi-robot systems, namely on SLAM and Swarm coordination. Part III provides two chapters on autonomous systems, namely self-driving cars and unmanned aerial systems. In turn, Part IV addresses the contributions of simulation frameworks for ROS. In Part V, two chapters explore robotic manipulators and legged robots. Finally, Part VI presents emerging topics in monocular SLAM and a chapter on fault tolerance systems for ROS. Given its scope, the book will offer a valuable companion for ROS users and developers, helping them deepen their knowledge of ROS capabilities and features.

Robot Operating System: The Complete Reference (Volume 6) (Studies in Computational Intelligence #962)

by Anis Koubaa

This book is the sixth volume of the successful book series on Robot Operating System: The Complete Reference. The objective of the book is to provide the reader with comprehensive coverage of the Robot Operating Systems (ROS) and the latest trends and contributed systems. ROS is currently considered as the primary development framework for robotics applications. There are seven chapters organized into three parts. Part I presents two chapters on the emerging ROS 2.0 framework; in particular, ROS 2.0 is become increasingly mature to be integrated into the industry. The first chapter from Amazon AWS deals with the challenges that ROS 2 developers will face as they transition their system to be commercial-grade. The second chapter deals with reactive programming for both ROS1 and ROS. In Part II, two chapters deal with advanced robotics, namely on the usage of robots in farms, and the second deals with platooning systems. Part III provides three chapters on ROS navigation. The first chapter deals with the use of deep learning for ROS navigation. The second chapter presents a detailed tuning guide on ROS navigation and the last chapter discusses SLAM for ROS applications. I believe that this book is a valuable companion for ROS users and developers to learn more ROS capabilities and features.

Robot Operating System: The Complete Reference (Volume 7) (Studies in Computational Intelligence #1051)

by Anis Koubaa

This book is the seventh volume of the successful book series on Robot Operating System: The Complete Reference, which started in 2016. The book's objective is to provide the reader with comprehensive coverage on the Robot Operating Systems (ROS) and the latest trends and contributed systems. ROS has been considered as the primary development framework for robotics applications.There are seven chapters organized into three parts. Part I presents one chapter dealing with ROS2 and presents a tutorial on using the MediaPipe framework with ROS2. In Part II, three chapters present new contributions of ROS frameworks and applications, including micro-ROS, Autonomous 3D Thermal Mapping of Disaster Environments, and Lab-scale Smart Factory Implementation Using ROS. Part III provides contributions on how to use ROS for cooperative robotics behaviors, particularly in platoon applications, in addition to developing new perception and control algorithms with sensing technologies. This book will be a valuable companion for ROS users and developers to learn more about ROS capabilities and features.

Robot Path Planning and Cooperation: Foundations, Algorithms And Experimentations (Studies In Computational Intelligence #772)

by Anis Koubaa Hachemi Bennaceur Imen Chaari Sahar Trigui Adel Ammar Mohamed-Foued Sriti Maram Alajlan Omar Cheikhrouhou Yasir Javed

This book presents extensive research on two main problems in robotics: the path planning problem and the multi-robot task allocation problem. It is the first book to provide a comprehensive solution for using these techniques in large-scale environments containing randomly scattered obstacles. The research conducted resulted in tangible results both in theory and in practice. For path planning, new algorithms for large-scale problems are devised and implemented and integrated into the Robot Operating System (ROS). The book also discusses the parallelism advantage of cloud computing techniques to solve the path planning problem, and, for multi-robot task allocation, it addresses the task assignment problem and the multiple traveling salesman problem for mobile robots applications. In addition, four new algorithms have been devised to investigate the cooperation issues with extensive simulations and comparative performance evaluation. The algorithms are implemented and simulated in MATLAB and Webots.

Robot Perception and Learning: A Human-Aware Navigation and Long-Term Autonomy Perspective (SpringerBriefs in Computer Science)

by Zhi Yan

This book is divided into five chapters. Chapter 1 introduces the background of the research, the content positioning, and some related open source resources. Chapter 2 discusses some benchmarking issues related to the field of embodied intelligence and mobile robotics. Chapter 3 introduces robot perception, especially the object detection and tracking based on 3D lidar with contemporary characteristics. Chapter 4 introduces robot learning, especially robot online learning methods with strong embodied intelligence features. Chapter 5 summarizes the book and provides prospects for future research and application directions.Reading this book helps readers have a systematic understanding of the latest research in related fields. The book mainly introduces methods and principles, and the corresponding experimental results need to refer to the corresponding scientific papers. This book is aimed at practitioners in the field with a certain knowledge base, including but not limited to graduate students, Ph.D. students, postdocs, etc.

Robot Play for All: Developing Toys and Games for Disability (Research for Development)

by Andrea Bonarini Serenella Besio

This book presents a comprehensive guide to the design of playing robots and the related play experiences. Play is a natural activity for building and improving abilities, and it reveals important particularly for persons with disabilities. Many social, physical and cultural factors may hinder children with disabilities from fully enjoying play as their peers. Autonomous robots with specific characteristics can enhance the ludic experience, having implications for the character of the play and presenting opportunities related to autonomy and physical movement, the very nature of robots. Their introduction into play thus provides everybody, and in particular persons with disabilities, new possibilities for developing abilities, improving general status, participating in social contexts, as well as supporting professionals in monitoring progress. This book presents a framework for the design of playful activities with robots, developed over 20 years’ experience at AIRLab - POLIMI. Part 1 introduces the play concepts and characteristics, and research results about play of children with different kinds of impairments. Part 2 focuses on implementing robots able to play. The design of playful activities is discussed, as well as the necessary characteristics for them to be useful in both general play and activities involving disability-related limitations. In Part 3, the defined framework is used to analyze possibilities involving robots available on the toy market, robots developed at research labs, and robots to be developed in the next future. The aim of the book is to give developers, caregivers, and users a set of methodological tools for selecting, exploring, and designing inclusive play activities where robots play a central role.

Robot Rules: Regulating Artificial Intelligence In The 21st Century

by Jacob Turner

This book explains why AI is unique, what legal and ethical problems it could cause, and how we can address them. It argues that AI is unlike is any other previous technology, owing to its ability to take decisions independently and unpredictably. This gives rise to three issues: responsibility—who is liable if AI causes harm; rights—the disputed moral and pragmatic grounds for granting AI legal personality; and the ethics surrounding the decision-making of AI. The book suggests that in order to address these questions we need to develop new institutions and regulations on a cross-industry and international level. Incorporating clear explanations of complex topics, Robot Rules will appeal to a multi-disciplinary audience, from those with an interest in law, politics and philosophy, to computer programming, engineering and neuroscience.

Robot Sex: Social and Ethical Implications

by John Danaher Neil McArthur

Perspectives from philosophy, psychology religious studies, economics, and law on the possible future of robot-human sexual relationships. Sexbots are coming. Given the pace of technological advances, it is inevitable that realistic robots specifically designed for people's sexual gratification will be developed in the not-too-distant future. Despite popular culture's fascination with the topic, and the emergence of the much-publicized Campaign Against Sex Robots, there has been little academic research on the social, philosophical, moral, and legal implications of robot sex. This book fills the gap, offering perspectives from philosophy, psychology, religious studies, economics, and law on the possible future of robot-human sexual relationships. Contributors discuss what a sex robot is, if they exist, why we should take the issue seriously, and what it means to “have sex” with a robot. They make the case for developing sex robots, arguing for their beneficial nature, and the case against it, on religious and moral grounds; they consider the subject from the robot's perspective, addressing such issues as consent and agency; and they ask whether it is possible for a human to form a mutually satisfying, loving relationship with a robot. Finally, they speculate about the future of human-robot sexual interaction, considering the social acceptability of sex robots and the possible effect on society. Contributors Marina Adshade, Thomas Arnold, Julie Carpenter, John Danaher, Brian Earp, Lily Eva Frank, Joshua Goldstein, Michael Hauskeller, Noreen Herzfeld, Neil McArthur, Mark Migotti, Sven Nyholm, Ezio di Nucci, Steve Petersen, Anders Sandberg, Matthias Scheutz, Litska Strikwerda, Nicole Wyatt

Robot Souls: Programming in Humanity

by Eve Poole

Two of the biggest design problems in Artificial Intelligence are how to build robots that behave in line with human values and how to stop them ever going rogue. One under-explored solution to these alignment and control problems might be to examine how these are already addressed in the design of humans. Looking closely at the human blueprint, it contains a suite of capacities that are so clumsy they have generally been kept away from AI. It was assumed that robots with features like emotions and intuition, that made mistakes and looked for meaning and purpose, would not work as well as robots without this kind of code. But on considering why all these irrational properties are there, it seems that they emerge from the source code of soul. Because it is actually this ‘junk’ code that makes us human and promotes the kind of reciprocal altruism that keeps humanity alive and thriving. Robot Souls looks at developments in AI and reviews the emergence of ideas of consciousness and the soul. It places our ‘junk code’ in this context and argues that it is time to foreground that code, and to use it to look again at how we are programming AI.

Robot Teams: From Diversity to Polymorphism

by Tucker Balch Lynne E. Parker

This is a comprehensive volume on robot teams that will be the standard reference on multi-robot systems. The volume provides not only the essentials of multi-agent robotics theory but also descriptions of exemplary implemented systems demonstrating the key concepts of multi-robot research. Information is presented in a descriptive manner and augme

Robot-Proof, revised and updated edition: Higher Education in the Age of Artificial Intelligence

by Joseph E. Aoun

A fresh look at a “robot-proof” education in the new age of generative AI.In 2017, Robot-Proof, the first edition, foresaw the advent of the AI economy and called for a new model of higher education designed to help human beings flourish alongside smart machines. That economy has arrived. Creative tasks that, seven years ago, seemed resistant to automation can now be performed with a simple prompt. As a result, we must now learn not only to be conversant with these technologies, but also to comprehend and deploy their outputs. In this revised and updated edition, Joseph Aoun rethinks the university’s mission for a world transformed by AI, advocating for the lifelong endeavor of a “robot-proof” education. Aoun puts forth a framework for a new curriculum, humanics, which integrates technological, data, and human literacies in an experiential setting, and he renews the call for universities to embrace lifelong learning through a social compact with government, employers, and learners themselves. Drawing on the latest developments and debates around generative AI, Robot-Proof is a blueprint for the university as a force for human reinvention in an era of technological change—an era in which we must constantly renegotiate the shifting boundaries between artificial intelligence and the capacities that remain uniquely human.

Roboter- und KI-Ethik: Eine methodische Einführung – Grundlagen der Technikethik Band 1

by Michael Funk

Was ist die Ethik der Roboter? Was ist KI-Ethik? Was sind „moralische Maschinen“? Welchen Gesetzen sollen sie folgen? Haben wir die Roboter, die wir brauchen, und brauchen wir die Roboter, die wir haben?In vorliegendem Buch werden Grundlagen der Ethik im Umgang mit Robotern, Drohnen und KI allgemeinverständlich dargestellt. Hierzu zählt die Unterscheidung von Moral, Ethik und Ethos sowie deren Anwendung auf Menschen und Maschinen. Kriterien, Fehlschlüsse und Robotergesetze werden vorgestellt, wie auch in die umfassende Gegenwartsdebatte übersichtlich eingeführt. Grafiken und Beispiele bieten Orientierung in einem hochaktuellen und komplexen Feld.Als methodische Einführung richtet sich vorliegendes Buch an Ingenieurwissenschaftler*innen, Informatiker*innen und Geisteswissenschaftler*innen im Berufsalltag, aber auch an interessierte Lai*innen, die Grundlagen der Ethik kennen lernen wollen. Es bildet den ersten, in sich abgerundeten Teil der Buchreihe Grundlagen der Technikethik.Mit einem Geleitwort von Yvonne Hofstetter.

Robotic Building (Springer Series in Adaptive Environments)

by Henriette Bier

The first volume of the Adaptive Environments series focuses on Robotic Building, which refers to both physically built robotic environments and robotically supported building processes. Physically built robotic environments consist of reconfigurable, adaptive systems incorporating sensor-actuator mechanisms that enable buildings to interact with their users and surroundings in real-time. These require Design-to-Production and Operation chains that are numerically controlled and (partially or completely) robotically driven. From architectured materials, on- and off-site robotic production to robotic building operation augmenting everyday life, the volume examines achievements of the last decades and outlines potential future developments in Robotic Building.This book offers an overview of the developments within robotics in architecture so far, and explains the future possibilities of this field. The study of interactions between human and non-human agents at building, design, production and operation level will interest readers seeking information on architecture, design-to-robotic-production and design-to-robotic-operation.

Robotic Fabrication in Architecture, Art and Design 2014

by Wes Mcgee Monica Ponce de Leon

Robotic automation has become ubiquitous in the modern manufacturing landscape, spanning an overwhelming range of processes and applications-- from small scale force-controlled grinding operations for orthopedic joints to large scale composite manufacturing of aircraft fuselages. Smart factories, seamlessly linked via industrial networks and sensing, have revolutionized mass production, allowing for intelligent, adaptive manufacturing processes across a broad spectrum of industries. Against this background, an emerging group of researchers, designers, and fabricators have begun to apply robotic technology in the pursuit of architecture, art, and design, implementing them in a range of processes and scales. Coupled with computational design tools the technology is no longer relegated to the repetitive production of the assembly line, and is instead being employed for the mass-customization of non-standard components. This radical shift in protocol has been enabled by the development of new design to production workflows and the recognition of robotic manipulators as "multi-functional" fabrication platforms, capable of being reconfigured to suit the specific needs of a process. The emerging discourse surrounding robotic fabrication seeks to question the existing norms of manufacturing and has far reaching implications for the future of how architects, artists, and designers engage with materialization processes. This book presents the proceedings of Rob|Arch2014, the second international conference on robotic fabrication in architecture, art, and design. It includes a Foreword by Sigrid Brell-Cokcan and Johannes Braumann, Association for Robots in Architecture. The work contained traverses a wide range of contemporary topics, from methodologies for incorporating dynamic material feedback into existing fabrication processes, to novel interfaces for robotic programming, to new processes for large-scale automated construction. The latent argument behind this research is that the term 'file-to-factory' must not be a reductive celebration of expediency but instead a perpetual challenge to increase the quality of feedback between design, matter, and making

Robotic Fabrication in Architecture, Art and Design 2018: Foreword by Sigrid Brell-Çokcan and Johannes Braumann, Association for Robots in Architecture

by Philippe Block Marco Hutter Jan Willmann Kendra Byrne Tim Schork

The book presents research from Rob|Arch 2018, the fourth international conference on robotic fabrication in architecture, art, and design. In capturing the myriad of scientific advances in robotics fabrication that are currently underway – such as collaborative design tools, computerised materials, adaptive sensing and actuation, advanced construction, on-site and cooperative robotics, machine-learning, human-machine interaction, large-scale fabrication and networked workflows, to name but a few – this compendium reveals how robotic fabrication is becoming a driver of scientific innovation, cross-disciplinary fertilization and creative capacity of an unprecedented kind.

Robotic Grasping and Manipulation: First Robotic Grasping and Manipulation Challenge, RGMC 2016, Held in Conjunction with IROS 2016, Daejeon, South Korea, October 10–12, 2016, Revised Papers (Communications in Computer and Information Science #816)

by Yu Sun Joe Falco

This book constitutes the refereed proceedings of the First Robotic Grasping and Manipulation Challenge, RGMC 2016, held at IROS 2016, Daejeon, South Korea, in October 2016.The 13 revised full papers presented were carefully reviewed and are describing the rules, results, competitor systems and future directions of the inaugural competition. The competition was designed to allow researchers focused on the application of robot systems to compare the performance of hand designs as well as autonomous grasping and manipulation solutions across a common set of tasks. The competition was comprised of three tracks that included hand-in-hand grasping, fully autonomous grasping, and simulation.

Refine Search

Showing 49,326 through 49,350 of 62,879 results