781 research outputs found

    GUARDIANS final report

    Get PDF
    Emergencies in industrial warehouses are a major concern for firefghters. The large dimensions together with the development of dense smoke that drastically reduces visibility, represent major challenges. The Guardians robot swarm is designed to assist fire fighters in searching a large warehouse. In this report we discuss the technology developed for a swarm of robots searching and assisting fire fighters. We explain the swarming algorithms which provide the functionality by which the robots react to and follow humans while no communication is required. Next we discuss the wireless communication system, which is a so-called mobile ad-hoc network. The communication network provides also one of the means to locate the robots and humans. Thus the robot swarm is able to locate itself and provide guidance information to the humans. Together with the re ghters we explored how the robot swarm should feed information back to the human fire fighter. We have designed and experimented with interfaces for presenting swarm based information to human beings

    External localization system for mobile robotics

    Get PDF
    We present a fast and precise vision-based software intended for multiple robot localization. The core component of the proposed localization system is an efficient method for black and white circular pattern detection. The method is robust to variable lighting conditions, achieves sub-pixel precision, and its computational complexity is independent of the processed image size. With off-the-shelf computational equipment and low-cost camera, its core algorithm is able to process hundreds of images per second while tracking hundreds of objects with millimeter precision. We propose a mathematical model of the method that allows to calculate its precision, area of coverage, and processing speed from the camera’s intrinsic parameters and hardware’s processing capacity. The correctness of the presented model and performance of the algorithm in real-world conditions are verified in several experiments. Apart from the method description, we also publish its source code; so, it can be used as an enabling technology for various mobile robotics problems

    Navigation, Path Planning, and Task Allocation Framework For Mobile Co-Robotic Service Applications in Indoor Building Environments

    Full text link
    Recent advances in computing and robotics offer significant potential for improved autonomy in the operation and utilization of today’s buildings. Examples of such building environment functions that could be improved through automation include: a) building performance monitoring for real-time system control and long-term asset management; and b) assisted indoor navigation for improved accessibility and wayfinding. To enable such autonomy, algorithms related to task allocation, path planning, and navigation are required as fundamental technical capabilities. Existing algorithms in these domains have primarily been developed for outdoor environments. However, key technical challenges that prevent the adoption of such algorithms to indoor environments include: a) the inability of the widely adopted outdoor positioning method (Global Positioning System - GPS) to work indoors; and b) the incompleteness of graph networks formed based on indoor environments due to physical access constraints not encountered outdoors. The objective of this dissertation is to develop general and scalable task allocation, path planning, and navigation algorithms for indoor mobile co-robots that are immune to the aforementioned challenges. The primary contributions of this research are: a) route planning and task allocation algorithms for centrally-located mobile co-robots charged with spatiotemporal tasks in arbitrary built environments; b) path planning algorithms that take preferential and pragmatic constraints (e.g., wheelchair ramps) into consideration to determine optimal accessible paths in building environments; and c) navigation and drift correction algorithms for autonomous mobile robotic data collection in buildings. The developed methods and the resulting computational framework have been validated through several simulated experiments and physical deployments in real building environments. Specifically, a scenario analysis is conducted to compare the performance of existing outdoor methods with the developed approach for indoor multi-robotic task allocation and route planning. A simulated case study is performed along with a pilot experiment in an indoor built environment to test the efficiency of the path planning algorithm and the performance of the assisted navigation interface developed considering people with physical disabilities (i.e., wheelchair users) as building occupants and visitors. Furthermore, a case study is performed to demonstrate the informed retrofit decision-making process with the help of data collected by an intelligent multi-sensor fused robot that is subsequently used in an EnergyPlus simulation. The results demonstrate the feasibility of the proposed methods in a range of applications involving constraints on both the environment (e.g., path obstructions) and robot capabilities (e.g., maximum travel distance on a single charge). By focusing on the technical capabilities required for safe and efficient indoor robot operation, this dissertation contributes to the fundamental science that will make mobile co-robots ubiquitous in building environments in the near future.PHDCivil EngineeringUniversity of Michigan, Horace H. Rackham School of Graduate Studieshttps://deepblue.lib.umich.edu/bitstream/2027.42/143969/1/baddu_1.pd

    Particle diffusion model applied to the swarm robots navigation

    Get PDF
    The robots today become very powerful tools that support many human tasks. However, the trend of development has often been separated from its application. The use of swarm robots to search in collapsed environments today becomes in a real alternative solution to support rescue efforts in landslide and other disasters. However, these environments have special features (unknown and dynamic) under which rapid responses are required (little processing time) with a major limitation of sensors (problems for the use of cameras and GPS’s for example) and communication. In this paper, we analyze an alternative of navigation for swarm robots with very limited capabilities (very limited processing power, communication and sensing). Our minimalist approach seeks to solve the problem without requiring system identification, geometric map building, localization, or state estimation. Instead, we propose a strategy based on Brownian motion, in which each robot is modeled as a particle whose motion is influenced by landmarks installed in the environment. The degree of influence on the robot corresponds to the design of the navigation route. Under this scheme, the robots perform minimal processing, and the parallel navigation increases confidence in the search process. The proposed navigation scheme is analyzed and then evaluated by simulation

    A practical multirobot localization system

    Get PDF
    We present a fast and precise vision-based software intended for multiple robot localization. The core component of the software is a novel and efficient algorithm for black and white pattern detection. The method is robust to variable lighting conditions, achieves sub-pixel precision and its computational complexity is independent of the processed image size. With off-the-shelf computational equipment and low-cost cameras, the core algorithm is able to process hundreds of images per second while tracking hundreds of objects with a millimeter precision. In addition, we present the method's mathematical model, which allows to estimate the expected localization precision, area of coverage, and processing speed from the camera's intrinsic parameters and hardware's processing capacity. The correctness of the presented model and performance of the algorithm in real-world conditions is verified in several experiments. Apart from the method description, we also make its source code public at \emph{http://purl.org/robotics/whycon}; so, it can be used as an enabling technology for various mobile robotic problems

    Collaborative autonomy in heterogeneous multi-robot systems

    Get PDF
    As autonomous mobile robots become increasingly connected and widely deployed in different domains, managing multiple robots and their interaction is key to the future of ubiquitous autonomous systems. Indeed, robots are not individual entities anymore. Instead, many robots today are deployed as part of larger fleets or in teams. The benefits of multirobot collaboration, specially in heterogeneous groups, are multiple. Significantly higher degrees of situational awareness and understanding of their environment can be achieved when robots with different operational capabilities are deployed together. Examples of this include the Perseverance rover and the Ingenuity helicopter that NASA has deployed in Mars, or the highly heterogeneous robot teams that explored caves and other complex environments during the last DARPA Sub-T competition. This thesis delves into the wide topic of collaborative autonomy in multi-robot systems, encompassing some of the key elements required for achieving robust collaboration: solving collaborative decision-making problems; securing their operation, management and interaction; providing means for autonomous coordination in space and accurate global or relative state estimation; and achieving collaborative situational awareness through distributed perception and cooperative planning. The thesis covers novel formation control algorithms, and new ways to achieve accurate absolute or relative localization within multi-robot systems. It also explores the potential of distributed ledger technologies as an underlying framework to achieve collaborative decision-making in distributed robotic systems. Throughout the thesis, I introduce novel approaches to utilizing cryptographic elements and blockchain technology for securing the operation of autonomous robots, showing that sensor data and mission instructions can be validated in an end-to-end manner. I then shift the focus to localization and coordination, studying ultra-wideband (UWB) radios and their potential. I show how UWB-based ranging and localization can enable aerial robots to operate in GNSS-denied environments, with a study of the constraints and limitations. I also study the potential of UWB-based relative localization between aerial and ground robots for more accurate positioning in areas where GNSS signals degrade. In terms of coordination, I introduce two new algorithms for formation control that require zero to minimal communication, if enough degree of awareness of neighbor robots is available. These algorithms are validated in simulation and real-world experiments. The thesis concludes with the integration of a new approach to cooperative path planning algorithms and UWB-based relative localization for dense scene reconstruction using lidar and vision sensors in ground and aerial robots

    Visual attention and swarm cognition for off-road robots

    Get PDF
    Tese de doutoramento, InformĂĄtica (Engenharia InformĂĄtica), Universidade de Lisboa, Faculdade de CiĂȘncias, 2011Esta tese aborda o problema da modelação de atenção visual no contexto de robĂŽs autĂłnomos todo-o-terreno. O objectivo de utilizar mecanismos de atenção visual Ă© o de focar a percepção nos aspectos do ambiente mais relevantes Ă  tarefa do robĂŽ. Esta tese mostra que, na detecção de obstĂĄculos e de trilhos, esta capacidade promove robustez e parcimĂłnia computacional. Estas sĂŁo caracterĂ­sticas chave para a rapidez e eficiĂȘncia dos robĂŽs todo-o-terreno. Um dos maiores desafios na modelação de atenção visual advĂ©m da necessidade de gerir o compromisso velocidade-precisĂŁo na presença de variaçÔes de contexto ou de tarefa. Esta tese mostra que este compromisso Ă© resolvido se o processo de atenção visual for modelado como um processo auto-organizado, cuja operação Ă© modulada pelo mĂłdulo de selecção de acção, responsĂĄvel pelo controlo do robĂŽ. Ao fechar a malha entre o processo de selecção de acção e o de percepção, o Ășltimo Ă© capaz de operar apenas onde Ă© necessĂĄrio, antecipando as acçÔes do robĂŽ. Para fornecer atenção visual com propriedades auto-organizadas, este trabalho obtĂ©m inspiração da Natureza. Concretamente, os mecanismos responsĂĄveis pela capacidade que as formigas guerreiras tĂȘm de procurar alimento de forma auto-organizada, sĂŁo usados como metĂĄfora na resolução da tarefa de procurar, tambĂ©m de forma auto-organizada, obstĂĄculos e trilhos no campo visual do robĂŽ. A solução proposta nesta tese Ă© a de colocar vĂĄrios focos de atenção encoberta a operar como um enxame, atravĂ©s de interacçÔes baseadas em feromona. Este trabalho representa a primeira realização corporizada de cognição de enxame. Este Ă© um novo campo de investigação que procura descobrir os princĂ­pios bĂĄsicos da cognição, inspeccionando as propriedades auto-organizadas da inteligĂȘncia colectiva exibida pelos insectos sociais. Logo, esta tese contribui para a robĂłtica como disciplina de engenharia e para a robĂłtica como disciplina de modelação, capaz de suportar o estudo do comportamento adaptĂĄvel.Esta tese aborda o problema da modelação de atenção visual no contexto de robĂŽs autĂłnomos todo-o-terreno. O objectivo de utilizar mecanismos de atenção visual Ă© o de focar a percepção nos aspectos do ambiente mais relevantes Ă  tarefa do robĂŽ. Esta tese mostra que, na detecção de obstĂĄculos e de trilhos, esta capacidade promove robustez e parcimĂłnia computacional. Estas sĂŁo caracterĂ­sticas chave para a rapidez e eficiĂȘncia dos robĂŽs todo-o-terreno. Um dos maiores desafios na modelação de atenção visual advĂ©m da necessidade de gerir o compromisso velocidade-precisĂŁo na presença de variaçÔes de contexto ou de tarefa. Esta tese mostra que este compromisso Ă© resolvido se o processo de atenção visual for modelado como um processo auto-organizado, cuja operação Ă© modulada pelo mĂłdulo de selecção de acção, responsĂĄvel pelo controlo do robĂŽ. Ao fechar a malha entre o processo de selecção de acção e o de percepção, o Ășltimo Ă© capaz de operar apenas onde Ă© necessĂĄrio, antecipando as acçÔes do robĂŽ. Para fornecer atenção visual com propriedades auto-organizadas, este trabalho obtĂ©m inspi- ração da Natureza. Concretamente, os mecanismos responsĂĄveis pela capacidade que as formi- gas guerreiras tĂȘm de procurar alimento de forma auto-organizada, sĂŁo usados como metĂĄfora na resolução da tarefa de procurar, tambĂ©m de forma auto-organizada, obstĂĄculos e trilhos no campo visual do robĂŽ. A solução proposta nesta tese Ă© a de colocar vĂĄrios focos de atenção encoberta a operar como um enxame, atravĂ©s de interacçÔes baseadas em feromona. Este trabalho representa a primeira realização corporizada de cognição de enxame. Este Ă© um novo campo de investigação que procura descobrir os princĂ­pios bĂĄsicos da cognição, ins- peccionando as propriedades auto-organizadas da inteligĂȘncia colectiva exibida pelos insectos sociais. Logo, esta tese contribui para a robĂłtica como disciplina de engenharia e para a robĂłtica como disciplina de modelação, capaz de suportar o estudo do comportamento adaptĂĄvel.Fundação para a CiĂȘncia e a Tecnologia (FCT,SFRH/BD/27305/2006); Laboratory of Agent Modelling (LabMag

    Characterisation of a nuclear cave environment utilising an autonomous swarm of heterogeneous robots

    Get PDF
    As nuclear facilities come to the end of their operational lifetime, safe decommissioning becomes a more prevalent issue. In many such facilities there exist ‘nuclear caves’. These caves constitute areas that may have been entered infrequently, or even not at all, since the construction of the facility. Due to this, the topography and nature of the contents of these nuclear caves may be unknown in a number of critical aspects, such as the location of dangerous substances or significant physical blockages to movement around the cave. In order to aid safe decommissioning, autonomous robotic systems capable of characterising nuclear cave environments are desired. The research put forward in this thesis seeks to answer the question: is it possible to utilise a heterogeneous swarm of autonomous robots for the remote characterisation of a nuclear cave environment? This is achieved through examination of the three key components comprising a heterogeneous swarm: sensing, locomotion and control. It will be shown that a heterogeneous swarm is not only capable of performing this task, it is preferable to a homogeneous swarm. This is due to the increased sensory and locomotive capabilities, coupled with more efficient explorational prowess when compared to a homogeneous swarm

    Strategic creation and placement of landmarks for Robot navigation in a partially - known environment

    Get PDF
    Navigation of autonomous robots in uncharted or uncertain, and constrained or hazardous environment is a common problem but integrated with multiple challenges. This paper considers a subsection of such an environment and essays a feasible yet innovative solution for accurate parking and obstacle avoidance of a car-like mobile robot. The new method is based on strategic creation and positioning of landmarks in a bounded workspace that will aid or guide the robot to safely navigate the workspace and finally park correctly inside of the designated parking bay. By autonomously controlling its translational velocity and the steering angle, the car-like robot navigates from one (newly fixed) landmark to another (newly fixed) and finally converges to a target with a pre-defined posture. Attaining accurate posture is very important in real-life situations which involve tasks such as loading or off-loading and deliveries in constrained spaces. The paper establishes practical posture stability of the system. The computer simulations verify the effectiveness of the proposed method and the proposed control inputs

    Mobile Robots

    Get PDF
    The objective of this book is to cover advances of mobile robotics and related technologies applied for multi robot systems' design and development. Design of control system is a complex issue, requiring the application of information technologies to link the robots into a single network. Human robot interface becomes a demanding task, especially when we try to use sophisticated methods for brain signal processing. Generated electrophysiological signals can be used to command different devices, such as cars, wheelchair or even video games. A number of developments in navigation and path planning, including parallel programming, can be observed. Cooperative path planning, formation control of multi robotic agents, communication and distance measurement between agents are shown. Training of the mobile robot operators is very difficult task also because of several factors related to different task execution. The presented improvement is related to environment model generation based on autonomous mobile robot observations
    • 

    corecore