• Refine Query
  • Source
  • Publication year
  • to
  • Language
  • 260
  • 107
  • 71
  • 46
  • 17
  • 13
  • 10
  • 10
  • 9
  • 8
  • 8
  • 7
  • 3
  • 2
  • 1
  • Tagged with
  • 651
  • 127
  • 118
  • 116
  • 85
  • 64
  • 63
  • 58
  • 57
  • 54
  • 54
  • 48
  • 45
  • 39
  • 37
  • About
  • The Global ETD Search service is a free service for researchers to find electronic theses and dissertations. This service is provided by the Networked Digital Library of Theses and Dissertations.
    Our metadata is collected from universities around the world. If you manage a university/consortium/country archive and want to be added, details can be found on the NDLTD website.
141

Autonomous Propulsion for a GPR-UGV / Autonom framdrivning för obemannat markradarfordon

Wall Eskilsson, Fredrik January 2022 (has links)
This thesis presents the research and development behind the integration of an autonomous propulsion system for a four-wheeled Ground Penetrating Radar (GPR) measurement unit, previously requiring manual operation. In order to ease the administration of the complex new system, Robot Operating System (ROS) 2 was used as middleware, where an implementation of Light Detection And Ranging (LiDAR) 3D-SLAM (Simultaneous Localization And Mapping) served to secure precise localization of the Unmanned Ground Vehicle (UGV) and mapping of its environment. This, with the ultimate goal of enabling accurate survey execution along paths optimized for various dynamic indoor- and outdoor environments. From a more general point of view, this work can also act as a hardware- and software selection guide for similar projects, especially if stricter physical limitations apply and the autonomous system is not considered the primary system, but the majority of the internal enclosed space of the UGV is reserved for higher purpose equipment or storage requirements. In this first prototype iteration, the mapping accuracy of the autonomous system reached centimeter precision and the execution of surveys in grid- and spiral patterns yielded position accuracies of 5(2) cm and 6(4) cm, respectively. These results are indeed very promising and show the proof of concept needed to enter the next development phase.
142

Control of a Robotic Vehicle Using a Driving Simulator

Su, Jian 23 August 2022 (has links)
No description available.
143

Role of Reactive Oxygen Species and Therapeutic Implications in BRAF Mutant Melanoma

Yuan, Long 29 October 2020 (has links)
No description available.
144

Dynamic Path Planning, Mapping, and Navigation for Autonomous GPR Survey Robots

Hjartarson, Ketill January 2023 (has links)
To map the subsurface Ground Penetrating Radar (GPR) can be used in a non-invasive way. It is currently done manually by pushing a wheeled device on a handlebar. This thesis suggests an alternative method using an integrated autonomous solution. To ac- complice that: several sensors were fused to give the robot perception of the world, the ability to localize itself within it, and plan a path to reach the goal. Detecting algorithms were implemented and tested to ensure the robot could handle a dynamic and compli- cated world. The results showed that the robot could independently navigate in a grid pattern conducting GPR surveys while avoiding obstacles and finding a safe route. All this will allow for collecting GPR data with precise localization measurements and in paths more detailed than a human operator could. In addition, it enables the operator to be at a safe distance in dangerous environments and to search large areas.
145

Biochemistry of Reactive Oxygen Species in Selective Cancer Cell Toxicity and Protection of Normal Cells

Abdul Salam, Safnas Farwin January 2017 (has links)
No description available.
146

A Multi Axis Real Time Control From PLC With ROS

Shipei, Tian 01 February 2018 (has links)
No description available.
147

The Robot Operating System in Transition: Experiments and Tutorials

Starkman, James 04 June 2018 (has links)
No description available.
148

THE RELATIONSHIP BETWEEN LACTIC ACID, REACTIVE OXYGEN SPECIES AND THE HYPOXIA-INDUCED ACIDIFICATION SEEN IN CHEMOSENSITIVE NEURONS OF THE NUCLEUS TRACTUS SOLITARIUS (NTS)

Downing, Trevor 08 October 2006 (has links)
No description available.
149

A Real-Time Server Based Approach for Safe and Timely Intersection Crossings

Oza, Pratham Rajan 31 May 2019 (has links)
Safe and efficient traffic control remains a challenging task with the continued increase in the number of vehicles, especially in urban areas. This manuscript focuses on traffic control at intersections, since urban roads with closely spaced intersections are often prone to queue spillbacks, which disrupt traffic flows across the entire network and increase congestion. While various intelligent traffic control solutions exist for autonomous systems, they are not applicable to or ineffective against human-operated vehicles or mixed traffic. On the other hand, existing approaches to manage intersections with human-operated vehicles, cannot adequately adjust to dynamic traffic conditions. This manuscript presents a technology-agnostic adaptive real-time server based approach to dynamically determine signal timings at an intersection based on changing traffic conditions and queue lengths (i.e., wait times) to minimize, if not eliminate, spillbacks without unnecessarily increasing delays associated with intersection crossings. We also provide timeliness guarantee bounds by analyzing the travel time delays, hence making our approach more dependable and predictable. The proposed approach was validated in simulations and on a realistic hardware testbed with robots mimicking human driving behaviors. Compared to the pre-timed traffic control and an adaptive scheduling based traffic control, our algorithm is able to avoid spillbacks under highly dynamic traffic conditions and improve the average crossing delay in most cases by 10--50 %. / Master of Science / Safe and efficient traffic control remains a challenging task with the continued increase in the number of vehicles, especially in urban areas. This manuscript focuses on traffic control at intersections, since urban roads with closely spaced intersections are often prone to congestion that blocks other intersection upstream, which disrupt traffic flows across the entire network. While various intelligent traffic control solutions exist for autonomous systems, they are not applicable to or ineffective against human-operated vehicles or mixed traffic. On the other hand, existing approaches to manage intersections with human-operated vehicles, cannot adequately adjust to dynamic traffic conditions. This work presents a technologyagnostic adaptive approach to dynamically determine signal timings at an intersection based on changing traffic conditions and queue lengths (i.e., wait times) to minimize, if not eliminate, spillbacks without unnecessarily increasing delays associated with intersection crossings. We also provide theoretical bounds to guarantee the performance of our approach in terms of the travel delays that may incur on the vehicles in the system, hence making our approach more dependable and predictable. The proposed approach was validated in simulations and on a realistic hardware testbed which uses robots to mimic human driving behaviour in an urban environment. Comparisons with widely deployed and state-of-the-art traffic control techniques show that our approach is able to minimize spillbacks as well as improve on the average crossing delay in most cases.
150

Development and Characterization of an Interprocess Communications Interface and Controller for Bipedal Robots

Burton, James David 18 January 2016 (has links)
As robotic systems grow in complexity, they inevitably undergo a process of specialization whereby they separate into an array of interconnected subsystems and individual processes. In order to function as a unified system, these processes rely heavily on interprocess communications (IPC) to transfer information between subsystems and various execution loops. This thesis presents the design, implementation, and validation of the Valor ROS Controller, a hybrid IPC interface layer and robot controller. The Valor ROS Controller connects the motion control system, implemented with the internally created Bifrost IPC, developed by Team VALOR for the DARPA Robotics Challenge (DRC) with the high level software developed by Team ViGIR that uses the Robot Operating System (ROS) IPC framework. The Valor ROS Controller also acts as a robot controller designed to run on THOR and ESCHER, and is configurable to use different control modes and controller implementations. By combining an IPC interface layer with controllers, the Valor ROS Controller enabled Team VALOR to use Team ViGIR's software capabilities at the DRC Finals. In addition to the qualitative validation of Team VALOR competing at the DRC Finals, this thesis studies the efficiency of the Valor ROS Controller by quantifying its computational resourceful utilization, message pathway latency, and joint controller tracking. Another contribution of this thesis is the quantification of end-effector pose error incurred by whole-body motions. This phenomenon has been observed on both THOR and ESCHER as one of their arms moves through a trajectory, however, it has never been studied in depth on either robot. The results demonstrate that the Valor ROS Controller adequately uses computational resources and has message latencies in the order of 50 ms. The results also indicate several avenues to improve arm tracking in Team VALOR's system. Whole-body motions account for approximately 5 cm of the end-effector pose error observed on hardware when an arm is at near full extension. / Master of Science

Page generated in 0.0279 seconds