• Refine Query
  • Source
  • Publication year
  • to
  • Language
  • 1101
  • 350
  • 139
  • 134
  • 125
  • 87
  • 42
  • 39
  • 29
  • 24
  • 11
  • 11
  • 10
  • 7
  • 7
  • Tagged with
  • 2536
  • 492
  • 331
  • 286
  • 234
  • 196
  • 169
  • 158
  • 158
  • 151
  • 145
  • 135
  • 129
  • 128
  • 125
  • 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.
471

On The Right Path

Sustman, Edward A. 14 September 2006 (has links)
The practice of double-loaded corridors and circulation cores only serves to segregate spaces and develops no relationship between one space and another. In a contemporary society based on human interactions, should the conduit for delivering human-to-human connections be confined simply to notions of “horizontal circulation” and “vertical circulation”? Do we deserve better? This thesis proposes that a measure of continuity can unify disparate spaces. This continuous architecture can join these spaces in series resulting in an instant and direct relationship of one space to another. Continuity can facilitate not only the interaction of spaces but also the interaction between occupants. / Master of Architecture
472

Layering

Anderson, Kenneth John 18 August 2009 (has links)
The understanding of a space is a diverse and limitless endeavor. My investigations leading up to this design proposal addressed three(3), admittedly broad, notions of spatial adjacency and relation:path, threshold, and layering. / Master of Architecture
473

GIS based optimal design of sewer networks and pump stations

Agbenowosi, Newland Komla 11 June 2009 (has links)
In the planning and design of sewer networks, most of the decisions are spatially dependent because of the right of way considerations and the desire to have flow by gravity. This research addresses the application of combined optimization-geographic information system (GIS) technology in the design process. The program developed for the design uses selected manhole locations to generate the candidate potential sewer networks. The design area is delineated into subwatersheds for determining the locations for lift stations when gravity flow is not possible. Flows from upstream subwatersheds are transported to the downstream subwatersheds via a force main. The path and destination of each force main in the system is determined by applying the Dijkstra's shortest path algorithm to select the least cost path from a set of potential paths. This method seeks to minimize the total dynamic head. A modified length is used to represent the length of each link or force main segment. The modified length is the physical length of the link (representing the friction loss) plus an equivalent length (representing the static head). The least cost path for the force main is the path with the least total modified length. The design approach is applied to two areas in the town of Blacksburg, Virginia. The resulting network and the force main paths are discussed. / Master of Science
474

A* Node Search and Nonlinear Optimization for Satellite Relative Motion Path Planning

Connerney, Ian Edward 03 November 2021 (has links)
The capability to perform rendezvous and proximity operations about space objects is central to the next generation of space situational awareness. The ability to diagnose and respond to spacecraft anomalies is often hampered by the lack of capability to perform inspection or testing on the target vehicle in flight. While some limited ability to perform inspection can be provided by an extensible boom, such as the robotic arms deployed on the space shuttle and space station, a free-flying companion vehicle provides maximum flexibility of movement about the target. Safe and efficient utilization of a companion vehicle requires trajectories capable of minimizing spacecraft resources, e.g., time or fuel, while adhering to complex path and state constraints. This paper develops an efficient solution method capable of handling complex constraints based on a grid search A* algorithm and compares solution results against a state-of-the-art nonlinear optimization method. Trajectories are investigated that include nonlinear constraints, such as complex keep-out-regions and thruster plume impingement, that may be required for inspection of a specific target area in a complex environment. This work is widely applicable and can be expanded to apply to a variety of satellite relative motion trajectory planning problems. / The capability to perform rendezvous and proximity operations about space objects is central to the next generation of space situational awareness. The ability to diagnose and respond to spacecraft anomalies is often hampered by the lack of capability to perform inspection or testing on the target vehicle in flight. While some limited ability to perform inspection can be provided by an extensible boom, such as the robotic arms deployed on the space shuttle and space station, a free-flying companion vehicle provides maximum flexibility of movement about the target. Safe and efficient utilization of a companion vehicle requires trajectories capable of minimizing spacecraft resources, e.g., time or fuel, while adhering to complex path and state constraints. This paper develops an efficient solution method capable of handling complex constraints based on a grid search A* algorithm and compares solution results against a state-of-the-art nonlinear optimization method. Trajectories are investigated that include complex nonlinear constraints, such as complex keep-out-regions and thruster plume impingement, that may be required for inspection of a specific target area in a complex environment. This work is widely applicable and can be expanded to apply to a variety of satellite relative motion trajectory planning problems. / Master of Science / The ability of one satellite to perform actions near a second space satellite or other space object is important for understanding the space environment and accomplishing space mission goals. The development of a method to plan the path that one satellite takes near a second satellite such that fuel usage is minimized and other constraints satisfied is important for accomplishing mission goals. This thesis focuses on developing a fast solution method capable of handling complex constraints that can be applied to plan paths satellite relative motion operations. The solution method developed in this thesis is then compared to an existing solution method to determine the efficiency and accuracy of the method.
475

Spatial and temporal path planning

Slack, Marc G. 27 April 2010 (has links)
For robots to move out of the lab and into the real-world, they must be able to plan routes not only through space but through time as well. The introduction of a time factor to the planning process implies that robots must reason about other processes and agents that move through space independently of the robot's actions. This thesis presents an integrated route planner and spatial representation system for planning real-time paths through dynamic domains called Robonav. Robonav will find the safest 9 most efficient route through time and space as described by an evaluation function. Due to the design of the spatial representation and the mechanics of the algorithm, Robonav has an isomorphic mapping onto a machine with a highly parallel SIMD architecture. When Robonav is operated in a predictable domain, paths are found in O(p) time (where p is the length of a path). In unpredictable domains, where Robonav is operated in incremental mode, paths are found and executed in O(p²) time. / Master of Science
476

Real-Time Roadway Mapping and Ground Robotic Path Planning Via Unmanned Aircraft

Radford, Scott Carson 29 August 2014 (has links)
The thesis details the development of computer vision and path planning algorithms in order to map an area via UAV aerial imagery and aid a UGV in navigating a roadway when the road conditions are not previously known (i.e. disaster situations). Feature detection was used for transform calculation and image warping to create mosaics. A continuous extension using dynamic cropping based on newly gathered images was used to improve performance and computation time. Road detection using k-means segmentation and binary image morphing was applied to aerial imagery with image shifting tracked by the mosaicking to develop a large road map. Improvements to computation time were developed using k-means for calibration at intervals and nearest neighbor calculating for each image. This showed a greatly reduced computation time for a series of images with only 1-2% error compared to regular k-means segmentation. Path planning for the UAV utilized a traveling wave applied to the traveling salesman genetic algorithm solution to prioritize close targets and facilitate UGV deployment. Based on the large map of road locations and road detection method, the Rapidly-exploring Random Tree (RRT) algorithm was modified for real-time application and efficient data processing. Considerations of incomplete maps and goal adjustments was also incorporated. Finally, aerial imagery from an actual UAV flight was processed using these algorithms to validate and test flight parameters. Testing of different flight parameters showed the desired image overlay of 50% to give accurate mosaics. It also helped to develop a benchmark for the altitude, image resolution and frequency for flights. Vehicle requirements and algorithm limitations for future applications of this system are also discussed. / Master of Science
477

Feedback Control and Nonlinear Controllability of Nonholonomic Systems

Wadoo, Sabiha Amin 17 January 2003 (has links)
In this thesis we study the methods for motion planning for nonholonomic systems. These systems are characterized by nonholonomic constraints on their generalized velocities. The motion planning problem with constraints on the velocities is transformed into a control problem having fewer control inputs than the degrees of freedom. The main focus of the thesis is on the study of motion planning and design of the feedback control laws for an autonomous underwater vehicle: a nonholonomic system. The nonlinear controllability issues for the system are also studied. For the design of feedback controllers, the system is transformed into chained and power forms. The methods of transforming a nonholonomic system into these forms are discussed. The work presented in this thesis is a step towards the initial study concerning the applicability of kinematic-based control on underwater vehicles. / Master of Science
478

Experiments in Real-time Path Planning for Riverine Environments

Reed, Caleb M. 13 May 2008 (has links)
This work focuses on the development and implementation of an autonomous path planning and obstacle avoidance algorithm for an autonomous surface vehicle (ASV) in a riverine environment. The algorithm effectively handles trap situations, which occur when the river bends away from the destination. In addition, the algorithm uses real-time sensor feedback to avoid obstacles. A general global route is proposed based on an a priori shoreline map. Then, local paths are calculated considering both the a priori data and measurements received from an obstacle sensor. These paths roughly follow the global path. The algorithm was tested on an ASV equipped with basic navigational sensors and an omnidirectional camera for obstacle detection, and experimentation verified its effectiveness. / Master of Science
479

Time Dynamic Label-Constrained Shortest Path Problems with Application to TRANSIMS: A Transportation Planning System

Kangwalklai, Sasikul 06 March 2001 (has links)
TRANSIMS (Transportation Analysis Simulation System) is part of a multi-track Travel Model Improvement Program sponsored by the U. S. Department of Transportation (DOT), and the Environmental Protection Agency (EPA). The main objective of this thesis is to enhance and implement a principal module in TRANSIMS, called the Route Planner Module. The purpose of the Route Planner Module is to find time-dependent label-constrained shortest paths for transportation activities performed by travelers in the system. There are several variations of shortest path problems and algorithms that vary by application, contexts, complexity, required data, and computer implementation techniques. In general, these variants require some combination of the following inputs: a network consisting of nodes and links, and a travel time function on each link, which could be a time-independent or a time-dependent function, where the time-dependent functions account for time-of-day delays resulting from actual travel conditions such as peak-hour congestion. The problem then seeks a shortest path between one or more origin-destination pairs. A new variant, introduced in the context of TRANSIMS and which is the focus of the present study, also specifies labels for each arc denoting particular modes of travel, along with strings of admissible labels that delineate the permissible travel mode sequences that could be adopted by the user in traveling from the origin to the destination of the trip. The technique adopted by TRANSIMS to identify a suitable travel route for any user is a variant of Dijkstra's procedure for finding shortest paths, which is suitably modified to accommodate time-dependent travel times and label sequence constraints. The underlying problem is referred to as a Time-Dependent Label-Constrained Shortest Path Problem. The main objective of this research is to improve upon this procedure and study its implementation in order to develop a more effective scheme for determining time-dependent label-constrained shortest paths as a practical routing tool in multimodal transportation networks. Specifically, we enhance the following features of this procedure: (a) We recommend a method to work implicitly with a certain composition graph G* that combines the transportation network with the admissible label-sequence graph. This graph G* captures all possible paths for a given single trip starting from the origin node and ending at the destination node, while conforming with the admissible mode string. (b) We use more modern partitioned shortest path algorithmic schemes to implement the time-dependent label-constrained procedure. (c) We introduce the notion of curtailing search based on various indicators of progress and projected travel times to complete the trip. Finally, computer programs in C++ are written to implement the proposed overall algorithm, and are applied to solve some real multimodal transportation network problems. The indicators used to evaluate the performance of the algorithm include (i) time taken for computation on the real network, (ii) quality of solution obtained, (iii) ease of implementation, and (iv) extensibility of the algorithm for solving other variants of the shortest path problem. The results exhibit that the proposed algorithm, even without the approximate curtailing of the search process, exhibits good performance in finding optimal routes for real multimodal transportation networks. Although the various heuristic curtailments result in only approximate solutions, typically, they run much faster than the exact algorithm for the intuitive reason that the shortest path tree developed grows more pointedly in the direction of the destination. Among the different strategies implemented, our results suggest that the scheme based on the geometric structure of the underlying network, using either a constant predictive term, or multiplying this term with a suitable exponential decay function, yields an attractive candidate for heuristically curtailing the search. / Master of Science
480

Arc Path Collision Avoidance Algorithm for Autonomous Ground Vehicles

Naik, Ankur 20 January 2006 (has links)
Presented in this thesis is a collision avoidance algorithm designed around an arc path model. The algorithm was designed for use on Virginia Tech robots entered in the 2003 and 2004 Intelligent Ground Vehicle Competition (IGVC) and on our 2004 entry into the DARPA Grand Challenge. The arc path model was used because of the simplicity of the calculations and because it can accurately represent the base kinematics for Ackerman or differentially steered vehicles. Clothoid curves have been used in the past to create smooth paths with continuously varying curvature, but clothoids are computationally intensive. The circular arc algorithm proposed here is designed with simplicity and versatility in mind. It is readily adaptable to ground vehicles of any size and shape. The algorithm is also designed to run with minimal tuning. The algorithm can be used as a stand alone reactive collision avoidance algorithm in simple scenarios, but it can be better optimized for speed and safety when guided by a global path planner. A complete navigation architecture is presented as an example of how obstacle avoidance can be incorporated in the algorithm. / Master of Science

Page generated in 0.0316 seconds