245 research outputs found

    A Sensor Ontology For The Domain Of Firefighting Robots

    Get PDF
    Fires create thousands of dollars in damage and thousands of deaths each year. Firefighters risk their lives everyday and are often killed in action. Firefighting robots may be able to reduce the loss of lives and damage due to fires. Robots are often used for redundant tasks that require the consistency and efficiency of a machine. They are especially optimal for tasks that require strength that exceeds that of a typical human being or for environments that are hazardous to people. Robots\u27 metallic exteriors are far more durable and easier to replace than flesh and blood, thus they are ideal for fighting fire that may be unreachable or too dangerous for humaning beings. Firefighting robots are most often shaped like tanks and are equipped with fire extinguishers, sensors, and cameras. The robots are typically operated via remote control and lack autonomy. Because of the volatile nature of fires, it is difficult for software engineers to create algorithms to make firefighting robots more autonomous. Ontologies are commonly used for sharing domain information and structuring and analyzing data. This study proposes using an ontology that is designed specifically for a firefighting robot programmed to rescue a human in danger in order to make a decision making algorithm. The methodology uses ontological tools to build the ontology. A decision-making algorithm is created using the information that is stored in the ontology. The study is evaluated on the accuracy rate of making the correct decision. It is also evaluated on if the decision-making algorithm performs significantly better than decisions chosen at random

    Preparing for Future Forest Fires: Emerging Technologies and Innovations

    Get PDF
    Forest fires are part of the global ecosystems occurring for a long time in earth history.  These forest fires are part of the processes which establish the ecosystems and directly influence plant species composition within the ecosystems. However, the anthropogenic effect has changed this relationship causing an increasing number of forest fires Human activities have also changed world climate and future climate is expected to increase in temperature with dire consequences on the earth environment. These changes will profoundly impact on the earth’s socio-economic and human well-being. One of the effects of higher global temperature is increasing forest fires occurrences with stronger intensities.  There is a need to develop innovation and new technologies to manage these future fires. This paper aims to review various innovations and new technologies that can be used for the whole spectrum of forest fire management, from forest fire prediction to forest restoration of burnt areas. Emerging technologies such as geospatial technologies, the Internet of Things (IoT), Artificial Intelligence, 5G & enhanced connectivity, the Internet of Behaviors (IoB), virtual and augmented reality, and robotics are discussed and potential applications to forest fire management are discussed. Adaptation of these technologies is vital in the effective management of future forest fires. Key words: Climate Change, Future Fires, InnovationsKebakaran hutan merupakan bagian dari ekosistem global yang terjadi sejak lama dalam sejarah bumi. Kebakaran hutan ini merupakan bagian dari proses yang membentuk ekosistem dan secara langsung mempengaruhi komposisi spesies tumbuhan di dalam ekosistem. Namun, efek antropogenik telah mengubah hubungan ini yang menyebabkan peningkatan jumlah kebakaran hutan Aktivitas manusia juga telah mengubah iklim dunia dan iklim di masa depan diperkirakan akan meningkatkan suhu dengan konsekuensi yang mengerikan pada lingkungan bumi. Perubahan ini akan sangat berdampak pada sosial ekonomi bumi dan kesejahteraan manusia. Salah satu dampak dari peningkatan suhu global adalah meningkatnya kejadian kebakaran hutan dengan intensitas yang lebih kuat. Ada kebutuhan untuk mengembangkan inovasi dan teknologi baru untuk mengelola kebakaran di masa depan ini. Tulisan ini bertujuan untuk mengkaji berbagai inovasi dan teknologi baru yang dapat digunakan untuk seluruh spektrum penanggulangan kebakaran hutan, mulai dari prediksi kebakaran hutan hingga restorasi hutan pada kawasan yang terbakar. Teknologi yang muncul seperti teknologi geospasial, Internet of Things (IoT), Artificial Intelligence, 5G & konektivitas yang ditingkatkan, Internet of Behaviors (IoB), virtual dan augmented reality, dan robotika dibahas dan aplikasi potensial untuk manajemen kebakaran hutan dibahas. Adaptasi teknologi ini sangat penting dalam pengelolaan kebakaran hutan yang efektif di masa depan. Kata kunci: Perubahan Iklim, Kebakaran di Masa Depan, Inovas

    Robotics and IoT: Interdisciplinary Applied Research in the RIoT Zone

    Get PDF
    Short Abstract: Robotics and the Internet of Things are intrinsically multi-disciplinary subjects that investigate the interaction between the physical and the cyber worlds and how they impact society. As a result, they not only demand careful consideration of digital and analog technologies, but also the human element. The “RIoT Zone” brings together disparate people and ideas to address intuitive autonomy. Full Abstract: Robotics and the Internet of Things are intrinsically multi-disciplinary subjects that investigate the interaction between the physical and the cyber worlds and how they impact society. As a result, they not only demand careful consideration of digital and analog technologies, but also the human element. The “RIoT Zone” brings together disparate people and ideas to address a human-centric form of intelligence we call “intuitive autonomy”. This talk will describe human/robot interaction and the programming of robots by human demonstration from the perspectives of Engineering Technology, Computer Information Technology, Industrial Engineering and Psychology

    Multiple UAV systems: a survey

    Get PDF
    Nowadays, Unmanned Aerial Vehicles (UAVs) are used in many different applications. Using systems of multiple UAVs is the next obvious step in the process of applying this technology for variety of tasks. There are few research works that cover the applications of these systems and they are all highly specialized. The goal of this survey is to fill this gap by providing a generic review on different applications of multiple UAV systems that have been developed in recent years. We also present a nomenclature and architecture taxonomy for these systems. In the end, a discussion on current trends and challenges is provided.This work was funded by the Ministry of Economy, Industryand Competitiveness of Spain under Grant Nos. TRA2016-77012-R and BES-2017-079798Peer ReviewedPostprint (published version

    INTERFACING CMOS CAMERA WITH ARM MICROCONTROLLER FOR SMALL ROBOTIC PLATFORM

    Get PDF
    This proposal presents an autonomous color tracking mobile robot with obstacle avoidance. The robot detects the object color through CMUcam2. CMUcam2 is a camera which comes with an onboard image processing capabilities and can be interfaced directly to microcontroller. The robot follows the object according to the algorithm that had been programmed. The heart of the system is Raspberry Pi. Raspberry Pi is a credit-card sized computer that is powered by ARM11. This device runs on Linux OS and can be programmed to do specific functions. It supports many environments such C, Python and many more. The interfacing between the CMUcam2 and Raspberry Pi is performed through serial communication. The robot is programmed with Linux as the OS and C language to do the algorithm. In this project, a simple image processing technique is employed to process the image. The robot should be able to detect a specific color and follow it

    On the development and enhancement of artificial intelligence algorithms for swarm robots in real world applications

    Get PDF
    Swarm robotics is an area where using artificial intelligence (AI) can show a great deal of improvement. Obstacle avoidance, object detection, mapping and navigation are some the major algorithms required for successful execution of various tasks in the field of robotics. There is a challenge in applying these algorithms in a manner that swarm robots can use effectively. These five areas can be further researched to provide a platform for real world applications. This research aims to tackle the challenges involved in applying the aforementioned algorithms to swarm robotics and comparing the results with single robot systems. These techniques can be optimized by leveraging the advantage of swarm robots communication and scalability. The proposed algorithms were tested and validated using swarm robots along with profiling and simulations. For obstacle avoidance, two algorithms were devoloped. The first used a novel and modified force field method and the second used artificial neural networks (ANN). The results showed that the modified force field method performed better for static environments while ANNs worked better for dynamic environments. For object detection, the proposed algorithm uses an image classifier developed using ANN. The image classifier was trained to identify blocks of various colours using a convolutional neural network technique. This algorithm was then applied to swarm robotics using two proposed methods and results showed that multiple robots viewing objects from different angles provided better results as compared to single robot systems. This was validated with a 97% accuracy. In two dimension (2D) mapping, the proposed algorithm was developed using simultaneous localization and mapping (SLAM). The results showed that a single robot can require upto 3.5x more time for covering a given area compared to a swarm size of ten robots. This research shows a great deal of contribution in applying swarm robotics for surveilance purposes by showcasing the ability for swarm robotics to coordinate and execute the required task in an efficient time frame. The proposed three-dimension (3D) mapping algorithm used octomaps and occupancy grids to map out an image taken from a camera mounted on swarm robots. The images were obtained from various angles using multiple swarm robots. AI algorithms with a focus on swarm robotics are developed and enhanced for real world applications including fire-fighting, surveillance, fault analysis and construction. Results showed that swarm robots were able to complete a given task by up to six times faster as compared to a single robot. The overall contribution of this research lays a platform for further applications by showcasing the effectiveness of robotic algorithms in a swarm robot environment.Heriot-Watt University Fee Scholarshi

    DESIGN AND IMPLEMENTATION OF UNMANNED GROUND VEHICLE (MOVEMENT CONTROL)

    Get PDF
    The purpose of this report is to discuss the progress of the Final Year Project of the topic Design and Implementation of Unmanned Ground Vehicle (Movement Control). The main objective of the project is to build a movement control device that can control the movement of the Unmanned Ground Vehicle. The Unmanned Ground Vehicle operates by receiving instruction from human in a remote location via Radio Frequency (RF) communication channel. The movement will be determined by the direction of rotation of the motor inside the Unmanned Ground Vehicle. The project made use of RF transmitter and receiver modules, encoder, decoder, and microcontroller. C codes for both RF transmitter and receiver modules have been develop using PICC Compiler software

    INTERFACING CMOS CAMERA WITH ARM MICROCONTROLLER FOR SMALL ROBOTIC PLATFORM

    Get PDF
    This proposal presents an autonomous color tracking mobile robot with obstacle avoidance. The robot detects the object color through CMUcam2. CMUcam2 is a camera which comes with an onboard image processing capabilities and can be interfaced directly to microcontroller. The robot follows the object according to the algorithm that had been programmed. The heart of the system is Raspberry Pi. Raspberry Pi is a credit-card sized computer that is powered by ARM11. This device runs on Linux OS and can be programmed to do specific functions. It supports many environments such C, Python and many more. The interfacing between the CMUcam2 and Raspberry Pi is performed through serial communication. The robot is programmed with Linux as the OS and C language to do the algorithm. In this project, a simple image processing technique is employed to process the image. The robot should be able to detect a specific color and follow it

    Hybrid Cloud Model Checking Using the Interaction Layer of HARMS for Ambient Intelligent Systems

    Get PDF
    Soon, humans will be co-living and taking advantage of the help of multi-agent systems in a broader way than the present. Such systems will involve machines or devices of any variety, including robots. These kind of solutions will adapt to the special needs of each individual. However, to the concern of this research effort, systems like the ones mentioned above might encounter situations that will not be seen before execution time. It is understood that there are two possible outcomes that could materialize; either keep working without corrective measures, which could lead to an entirely different end or completely stop working. Both results should be avoided, specially in cases where the end user will depend on a high level guidance provided by the system, such as in ambient intelligence applications. This dissertation worked towards two specific goals. First, to assure that the system will always work, independently of which of the agents performs the different tasks needed to accomplish a bigger objective. Second, to provide initial steps towards autonomous survivable systems which can change their future actions in order to achieve the original final goals. Therefore, the use of the third layer of the HARMS model was proposed to insure the indistinguishability of the actors accomplishing each task and sub-task without regard of the intrinsic complexity of the activity. Additionally, a framework was proposed using model checking methodology during run-time for providing possible solutions to issues encountered in execution time, as a part of the survivability feature of the systems final goals

    Robot–City Interaction: Mapping the Research Landscape—A Survey of the Interactions Between Robots and Modern Cities

    Get PDF
    The goal of this work is to describe how robots interact with complex city environments, and to identify the main characteristics of an emerging field that we call Robot--City Interaction (RCI). Given the central role recently gained by modern cities as use cases for the deployment of advanced technologies, and the advancements achieved in the robotics field in recent years, we assume that there is an increasing interest both in integrating robots in urban ecosystems, and in studying how they can interact and benefit from each others. Therefore, our challenge becomes to verify the emergence of such area, to assess its current state and to identify the main characteristics, core themes and research challenges associated with it. This is achieved by reviewing a preliminary body of work contributing to this area, which we classify and analyze according to an analytical framework including a set of key dimensions for the area of RCI. Such review not only serves as a preliminary state-of-the-art in the area, but also allows us to identify the main characteristics of RCI and its research landscape
    • …
    corecore