• Refine Query
  • Source
  • Publication year
  • to
  • Language
  • 2
  • 1
  • Tagged with
  • 5
  • 5
  • 5
  • 2
  • 2
  • 2
  • 1
  • 1
  • 1
  • 1
  • 1
  • 1
  • 1
  • 1
  • 1
  • 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.
1

Learning a Spatial Field in Minimum Time with a Team of Robots

Suryan, Varun January 2018 (has links)
We study an informative path planning problem where the goal is to minimize the time required to learn a spatial field. Specifically, our goal is to ensure that the mean square error between the learned and actual fields is below a predefined value. We study three versions of the problem. In the placement version, the objective is to minimize the number of measurement locations. In the mobile robot version, we seek to minimize the total time required to visit and collect measurements from the measurement locations. A multi-robot version is studied as well where the objective is to minimize the time required by the last robot to return back to a common starting location called depot. By exploiting the properties of Gaussian Process regression, we present constant-factor approximation algorithms that ensure the required guarantees. In addition to the theoretical results, we also compare the empirical performance using a real-world dataset with other baseline strategies. / M. S. / We solve the problem of measuring a physical phenomenon accurately using a team of robots in minimum time. Examples of such phenomena include the amount of nitrogen present in the soil within a farm and concentration of harmful chemicals in a water body etc. Knowing accurately the extent of such quantities is important for a variety of economic and environmental reasons. For example, knowing the content of various nutrients in the soil within a farm can help the farmers to improve the yield and reduce the application of fertilizers, the concentration of certain chemicals inside a water body may affect the marine life in various ways. In this thesis, we present several algorithms which can help robots to be deployed efficiently to quantify such phenomena accurately. Traditionally, robots had to be teleoperated. The algorithms proposed in this thesis enable robots to work more autonomously.
2

Learning and monitoring of spatio-temporal fields with sensing robots

Lan, Xiaodong 28 October 2015 (has links)
This thesis proposes new algorithms for a group of sensing robots to learn a para- metric model for a dynamic spatio-temporal field, then based on the learned model trajectories are planned for sensing robots to best estimate the field. In this thesis we call these two parts learning and monitoring, respectively. For the learning, we first introduce a parametric model for the spatio-temporal field. We then propose a family of motion strategies that can be used by a group of mobile sensing robots to collect point measurements about the field. Our motion strategies are designed to collect enough information from enough locations at enough different times for the robots to learn the dynamics of the field. In conjunction with these motion strategies, we propose a new learning algorithm based on subspace identification to learn the parameters of the dynamical model. We prove that as the number of data collected by the robots goes to infinity, the parameters learned by our algorithm will converge to the true parameters. For the monitoring, based on the model learned from the learning part, three new informative trajectory planning algorithms are proposed for the robots to collect the most informative measurements for estimating the field. Kalman filter is used to calculate the estimate, and to compute the error covariance of the estimate. The goal is to find trajectories for sensing robots that minimize a cost metric on the error covariance matrix. We propose three algorithms to deal with this problem. First, we propose a new randomized path planning algorithm called Rapidly-exploring Random Cycles (RRC) and its variant RRC* to find periodic trajectories for the sensing robots that try to minimize the largest eigenvalue of the error covariance matrix over an infinite horizon. The algorithm is proven to find the minimum infinite horizon cost cycle in a graph, which grows by successively adding random points. Secondly, we apply kinodynamic RRT* to plan continuous trajectories to estimate the field. We formulate the evolution of the estimation error covariance matrix as a differential constraint and propose extended state space and task space sampling to fit this problem into classical RRT* setup. Thirdly, Pontryagin’s Minimum Principle is used to find a set of necessary conditions that must be satisfied by the optimal trajectory to estimate the field. We then consider a real physical spatio-temporal field, the surface water temper- ature in the Caribbean Sea. We first apply the learning algorithm to learn a linear dynamical model for the temperature. Then based on the learned model, RRC and RRC* are used to plan trajectories to estimate the temperature. The estimation performance of RRC and RRC* trajectories significantly outperform the trajectories planned by random search, greedy and receding horizon algorithms.
3

OBJECT EXPLORATION, CHARACTERIZATION, AND RECOGNITION BASED ON TACTILE SENSING

Chenxi Xiao (11372823) 19 April 2023 (has links)
<p>Tactile sensing is an essential human ability for understanding their surroundings. It allows humans to detect and manipulate objects that are concealed or difficult to see in low-light settings. Further, tactile sensing enables people to comprehend object and surface properties that cannot be obtained through visual feedback alone. This is achieved with gentle touches, enabling tactile exploration of fragile, sensitive objects, or living organisms. This capability could be transferred to robots through suitable hardware and algorithms. Nevertheless, current tactile sensors and skills for robotics are not comparable to the tactile sense of humans, thus resulting in inferior characterization of scenes and a risk of altering object states.</p> <p><br></p> <p>To address these limitations, this dissertation proposes a novel framework for robot active tactile exploration and object characterization. The framework combines bioinspired soft sensors and minimally invasive tactile exploration strategies to minimize perturbations to objects. This framework was achieved by: (1) an ultrasensitive whisker sensor that enables object characterization with minimal interaction forces; (2) autonomous tactile exploration skills to localize objects and then characterize their shape and surface properties; and (3) machine learning techniques to analyze contact information gathered by our tactile sensors, enabling the understanding of object attributes by tactile sensing alone. </p> <p><br></p> <p>Experiments were conducted to validate the effectiveness of the framework. In terms of object localization efficiency, informative path planners and contour exploration patterns outperformed baseline methods. Furthermore, the whisker sensor was successfully employed to characterize object surface and liquid properties. Finally, the features found through the characterization process allowed for successful classification by machine learning techniques. These results indicate that the proposed framework can effectively gather multimodal features from environments while maintaining the safety of objects. </p>
4

Robotic Search Planning In Large Environments with Limited Computational Resources and Unreliable Communications

Biggs, Benjamin Adams 24 February 2023 (has links)
This work is inspired by robotic search applications where a robot or team of robots is equipped with sensors and tasked to autonomously acquire as much information as possible from a region of interest. To accomplish this task, robots must plan paths through the region of interest that maximize the effectiveness of the sensors they carry. Receding horizon path planning is a popular approach to addressing the computationally expensive task of planning long paths because it allows robotic agents with limited computational resources to iteratively construct a long path by solving for an optimal short path, traversing a portion of the short path, and repeating the process until a receding horizon path of the desired length has been constructed. However, receding horizon paths do not retain the optimality properties of the short paths from which they are constructed and may perform quite poorly in the context of achieving the robotic search objective. The primary contributions of this work address the worst-case performance of receding horizon paths by developing methods of using terminal rewards in the construction of receding horizon paths. We prove that the proposed methods of constructing receding horizon paths provide theoretical worst-case performance guarantees. Our result can be interpreted as ensuring that the receding horizon path performs no worse in expectation than a given sub-optimal search path. This result is especially practical for subsea applications where, due to use of side-scan sonar in search applications, search paths typically consist of parallel straight lines. Thus for subsea search applications, our approach ensures that expected performance is no worse than the usual subsea search path, and it might be much better. The methods proposed in this work provide desirable lower-bound guarantees for a single robot as well as teams of robots. Significantly, we demonstrate that existing planning algorithms may be easily adapted to use our proposed methods. We present our theoretical guarantees in the context of subsea search applications and demonstrate the utility of our proposed methods through simulation experiments and field trials using real autonomous underwater vehicles (AUVs). We show that our worst-case guarantees may be achieved despite non-idealities such as sub-optimal short-paths used to construct the longer receding horizon path and unreliable communication in multi-agent planning. In addition to theoretical guarantees, An important contribution of this work is to describe specific implementation solutions needed to integrate and implement these ideas for real-time operation on AUVs. / Doctor of Philosophy / This work is inspired by robotic search applications where a robot or team of robots is equipped with sensors and tasked to autonomously acquire as much information as possible from a region of interest. To accomplish this task, robots must plan paths through the region of interest that maximize the effectiveness of the sensors they carry. Receding horizon path planning is a popular approach to addressing the computationally expensive task of planning long paths because it allows robotic agents with limited computational resources to iteratively construct a long path by solving for an optimal short path, traversing a portion of the short path, and repeating the process until a receding horizon path of the desired length has been constructed. However, receding horizon paths do not retain the optimality properties of the short paths from which they are constructed and may perform quite poorly in the context of achieving the robotic search objective. The primary contributions of this work address the worst-case performance of receding horizon paths by developing methods of using terminal rewards in the construction of receding horizon paths. The methods proposed in this work provide desirable lower-bound guarantees for a single robot as well as teams of robots. We present our theoretical guarantees in the context of subsea search applications and demonstrate the utility of our proposed methods through simulation experiments and field trials using real autonomous underwater vehicles (AUVs). In addition to theoretical guarantees, An important contribution of this work is to describe specific implementation solutions needed to integrate and implement these ideas for real-time operation on AUVs.
5

Risk-Aware Human-In-The-Loop Multi-Robot Path Planning for Lost Person Search and Rescue

Cangan, Barnabas Gavin 12 July 2019 (has links)
We introduce a framework that would enable using autonomous aerial vehicles in search and rescue scenarios associated with missing person incidents to assist human searchers. We formulate a lost person behavior model and a human searcher model informed by data collected from past search missions. These models are used to generate a probabilistic heatmap of the lost person's position and anticipated searcher trajectories. We use Gaussian processes with a Gibbs' kernel for data fusion to accurately model a limited field-of-view sensor. Our algorithm thereby computes a set of trajectories for a team of aerial vehicles to autonomously navigate, so as to assist and complement human searchers' efforts. / Master of Science / Our goal is to assist human searchers using autonomous aerial vehicles in search and rescue scenarios associated with missing person incidents. We formulate a lost person behavior model and a human searcher model informed by data collected from past search missions. These models are used to generate a probabilistic heatmap of the lost person’s position and anticipated searcher trajectories. We use Gaussian processes for data fusion with Gibbs’ kernel to accurately model a limited field-of-view sensor. Our algorithm thereby computes a set of trajectories for a team of aerial vehicles to autonomously navigate, so as to assist and complement human searchers’ efforts.

Page generated in 0.1187 seconds