• Refine Query
  • Source
  • Publication year
  • to
  • Language
  • 197
  • 31
  • 9
  • 8
  • 4
  • 4
  • 2
  • 2
  • 2
  • Tagged with
  • 360
  • 360
  • 122
  • 79
  • 77
  • 74
  • 40
  • 40
  • 40
  • 39
  • 37
  • 36
  • 36
  • 36
  • 35
  • 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.
71

Line Detection and Lane Following for an Autonomous Mobile Robot

Bacha, Andrew Reed 30 June 2005 (has links)
The Autonomous Challenge component of the Intelligent Ground Vehicle Competition (IGVC) requires robots to autonomously navigate a complex obstacle course. The roadway-type course is bounded by solid and broken white and yellow lines. Along the course, the vehicle encounters obstacles, painted potholes, a ramp and a sand pit. The success of the robot is usually determined by the software controlling it. Johnny-5 was one of three vehicles entered in the 2004 competition by Virginia Tech. This paper presents the vision processing software created for Johnny-5. Using a single digital camera, the software must find the lines painted in the grass, and determine which direction the robot should move. The outdoor environment can make this task difficult, as the software must cope with changes in both lighting and grass appearance. The vision software on Johnny-5 starts by applying a brightest pixel threshold to reduce the image to points most likely to be part of a line. A Hough Transform is used to find the most dominant lines in the image and classify the orientation and quality of the lines. Once the lines have been extracted, the software applies a set of behavioral rules to the line information and passes a suggested heading to the obstacle avoidance software. The effectiveness of this behavior-based approach was demonstrated in many successful tests culminating with a first place finish in the Autonomous Challenge event and the $10,000 overall grand prize in the 2004 IGVC. / Master of Science
72

Development of the "Discretized Dynamic Expanding Zones with Memory" Autonomous Mobility Algorithm for the Nemesis Tracked Vehicle Platform

Gothing, Grant Edward 10 October 2007 (has links)
The Nemesis tracked vehicle platform is a differentially driven Humanitarian Demining tractor developed by Applied Research Associates, Inc. The vehicle is capable of teleoperational control and is outfitted with a sensor suite used for detecting and neutralizing landmines. Because the detection process requires the vehicle to travel at speeds less than 0.5 km/h, teleoperation is a tedious process. The added autonomous capabilities of waypoint navigation and obstacle avoidance could greatly reduce operator fatigue. ARA chose to leverage Virginia Tech's experience in developing an autonomous mobility capability for the Nemesis platform. The resulting algorithms utilize the waypoint navigation techniques of Virginia Tech's JAUS (Joint Architecture for Unmanned Systems) toolkit, and a modified version of the Dynamic Expanding Zones (DEZ) algorithm developed for the 2005 DARPA Grand Challenge. The modified approach discretizes the perception zones of the DEZ algorithm and provides the added capability of obstacle memory, resulting in the Discretized Dynamic Expanding Zones with Memory (DDEZm) algorithm. These additions are necessary for efficient autonomous control of the differentially driven Nemesis vehicle. The DDEZm algorithm was coded in LabVIEW and used to autonomously navigate the Nemesis vehicle through a waypoint course while avoiding obstacles. The Joint Architecture for Unmanned Systems (JAUS) was used as the communication standard to facilitate the interoperability between the software developed at Virginia Tech and the existing Nemesis software developed by ARA. In addition to development and deployment, the algorithm has been fully documented for embedded coding by a software engineer. With embedded implementation on the vehicle, this algorithm will help to increase the efficiency of the landmine detection process, ultimately saving lives. / Master of Science
73

Fusion of Laser Range-Finding and Computer Vision Data for Traffic Detection by Autonomous Vehicles

Cacciola, Stephen J. 21 January 2008 (has links)
The DARPA Challenges were created in response to a Congressional and Department of Defense (DoD) mandate that one-third of US operational ground combat vehicles be unmanned by the year 2015. The Urban Challenge is the latest competition that tasks industry, academia, and inventors with designing an autonomous vehicle that can safely operate in an urban environment. A basic and important capability needed in a successful competition vehicle is the ability to detect and classify objects. The most important objects to classify are other vehicles on the road. Navigating traffic, which includes other autonomous vehicles, is critical in the obstacle avoidance and decision making processes. This thesis provides an overview of the algorithms and software designed to detect and locate these vehicles. By combining the individual strengths of laser range-finding and vision processing, the two sensors are able to more accurately detect and locate vehicles than either sensor acting alone. The range-finding module uses the built-in object detection capabilities of IBEO Alasca laser rangefinders to detect the location, size, and velocity of nearby objects. The Alasca units are designed for automotive use, and so they alone are able to identify nearby obstacles as vehicles with a high level of certainty. After some basic filtering, an object detected by the Alasca scanner is given an initial classification based on its location, size, and velocity. The vision module uses the location of these objects as determined by the ranger finder to extract regions of interest from large images through perspective transformation. These regions of the image are then examined for distinct characteristics common to all vehicles such as tail lights and tires. Checking multiple characteristics helps reduce the number of false-negative detections. Since the entire image is never processed, the image size and resolution can be maximized to ensure the characteristics are as clear as possible. The existence of these characteristics is then used to modify the certainty level from the IBEO and determine if a given object is a vehicle. / Master of Science
74

Technology for Designing the Steering Subsystem Component of an Autonomous Vehicle

Brown, William Shaler 15 October 2007 (has links)
Autonomous vehicles offer means to complete unsafe military operations without endangering the lives of soldiers. Such solutions have fueled many efforts towards designing autonomous, or unmanned, systems. Military and academic research efforts alike continue to focus on developing these systems. While many different autonomous vehicles have been introduced, however, such complex systems have limited drive-by-wire operability. The complete process to up-fit a vehicle to fully autonomous operation involves the design, up-fit, testing and verification of many different subsystems. The objective of this thesis is to design and model an autonomous steering system requiring little modifications to an existing steering system. It is desirable to still operate the vehicle manually as well as preserve the vehicle's visual appearance. Up-fit and implementation of the designed steering system and verification of its functionality has been documented as well. Utilization of the supplied controller and software has enabled the testing and characterization of the system. The proposed design offers a solution to a wide variety of wheeled vehicles steered via the traditional and common steering wheel method. In addition, modifications have been made to an existing simulation of an unmanned vehicle in a military testbed environment (Fort Benning). The simulation accounts for the control methodology as it has been designed and tested with, which offers the ability to analyze the dynamics of the unmanned system. / Master of Science
75

Cooperative Perception in Autonomous Ground Vehicles using a Mobile Robot Testbed

Sridhar, Srivatsan 03 October 2017 (has links)
With connected and autonomous vehicles, no optimal standard or framework currently exists, outlining the right level of information sharing for cooperative autonomous driving. Cooperative Perception is proposed among vehicles, where every vehicle is transformed into a moving sensor platform that is capable of sharing information collected using its on-board sensors. This helps extend the line of sight and field of view of autonomous vehicles, which otherwise suffer from blind spots and occlusions. This increase in situational awareness promotes safe driving over a short range and improves traffic flow efficiency over a long range. This thesis proposes a methodology for cooperative perception for autonomous vehicles over a short range. The problem of cooperative perception is broken down into sub-tasks of cooperative relative localization and map merging. Cooperative relative localization is achieved using visual and inertial sensors, where a computer-vision based camera relative pose estimation technique, augmented with position information, is used to provide a pose-fix that is subsequently updated by dead reckoning using an inertial sensor. Prior to map merging, a technique for object localization using a monocular camera is proposed that is based on the Inverse Perspective Mapping technique. A mobile multi-robot testbed was developed to emulate autonomous vehicles and the proposed method was implemented on the testbed to detect pedestrians and also to respond to the perceived hazard. Potential traffic scenarios where cooperative perception could prove crucial were tested and the results are presented in this thesis. / MS
76

Exploring human-vehicle communication to balance transportation safety and efficiency: A naturalistic field study of pedestrian-vehicle interactions

Roediger, Micah David 29 June 2018 (has links)
While driving behavior is generally governed by the nature and the driving objectives of the driver, there are many situations (typically in crowded traffic conditions) where tacit communication between vehicle drivers and pedestrians govern driving behavior, significantly influencing transportation safety. The study aimed to formalize the tacit communication between vehicle drivers and pedestrians, in order to inform an investigation on effective communication mechanisms between autonomous vehicle and humans. Current autonomous vehicles engage in decision making primarily controlled by on-board or external sensory information, and do not explicitly consider communication with pedestrians. The study was a within subject 2x2x2 factorial experimental design. The three independent variables were driving context (normal driving vs. autonomous vehicle placard), driving route (1 vs. 2), and narration (yes vs. no). The primary outcome variable was driver-yield behavior. Each of the ten drivers completed the factorial design, requiring eight total drives. Data were collected using a data acquisition system (DAS) designed and installed on the experimental vehicle by the Virginia Tech Transportation Institute. The DAS collected video, audio, and kinematic data. Videos were coded using a proprietary software program, Hawkeye, based on an a priori data directory. Recommendations for future autonomous vehicle research and programming are provided. / Ph. D.
77

Functional Safety Assessment in Autonomous Vehicles

Shastry, Akshay Kumar 07 June 2018 (has links)
Autonomous vehicles (AVs) are a class of safety-critical systems that are capable of decision-making and operate with little or no human intervention. For such complex systems designed to function in diverse operational domains such as rain, snow, freeway, urban roads, etc., system safety is paramount. Management of the system's safety throughout its life-cycle, from the conceptualization stage to the end of the lifecycle, is of primary importance. We describe a revision of functional safety standard ISO 26262 to support autonomous vehicles and the underlying electronic/electrical control architecture. There is a need to modify the Automotive Safety Integrity Levels (ASILs) defined in the ISO 26262 as "Controllability", a factor in determining an ASIL, is no longer applicable; the driver is no longer in a position to control the vehicle. The vehicle has taken over the responsibility of evaluating the environment and determines its next course of action to complete its current mission. These decisions have a tremendous impact on the overall safety of the system during a hazardous event and can be the difference between a successful journey and a traffic incident. To better enable the designers of such systems, we introduce a new method to assess the functional safety and derive safety goals, which are the top level safety requirement. We present a new metric-Risk Mitigation Factor to assess the decision making capability of the vehicle and to replace controllability in the ASIL definition. The case study presented highlights the advantages of using the introduced metric in defining safety goals for the autonomous vehicle. / Master of Science
78

Simulation Framework for Driving Data Collection and Object Detection Algorithms to Aid Autonomous Vehicle Emulation of Human Driving Styles

January 2020 (has links)
abstract: Autonomous Vehicles (AVs), or self-driving cars, are poised to have an enormous impact on the automotive industry and road transportation. While advances have been made towards the development of safe, competent autonomous vehicles, there has been inadequate attention to the control of autonomous vehicles in unanticipated situations, such as imminent crashes. Even if autonomous vehicles follow all safety measures, accidents are inevitable, and humans must trust autonomous vehicles to respond appropriately in such scenarios. It is not plausible to program autonomous vehicles with a set of rules to tackle every possible crash scenario. Instead, a possible approach is to align their decision-making capabilities with the moral priorities, values, and social motivations of trustworthy human drivers.Toward this end, this thesis contributes a simulation framework for collecting, analyzing, and replicating human driving behaviors in a variety of scenarios, including imminent crashes. Four driving scenarios in an urban traffic environment were designed in the CARLA driving simulator platform, in which simulated cars can either drive autonomously or be driven by a user via a steering wheel and pedals. These included three unavoidable crash scenarios, representing classic trolley-problem ethical dilemmas, and a scenario in which a car must be driven through a school zone, in order to examine driver prioritization of reaching a destination versus ensuring safety. Sample human driving data in CARLA was logged from the simulated car’s sensors, including the LiDAR, IMU and camera. In order to reproduce human driving behaviors in a simulated vehicle, it is necessary for the AV to be able to identify objects in the environment and evaluate the volume of their bounding boxes for prediction and planning. An object detection method was used that processes LiDAR point cloud data using the PointNet neural network architecture, analyzes RGB images via transfer learning using the Xception convolutional neural network architecture, and fuses the outputs of these two networks. This method was trained and tested on both the KITTI Vision Benchmark Suite dataset and a virtual dataset exclusively generated from CARLA. When applied to the KITTI dataset, the object detection method achieved an average classification accuracy of 96.72% and an average Intersection over Union (IoU) of 0.72, where the IoU metric compares predicted bounding boxes to those used for training. / Dissertation/Thesis / Masters Thesis Mechanical Engineering 2020
79

Sustainability Considerations in AV Exclusive Lane Deployment

Young Joun Ha (8065802) 02 December 2019 (has links)
Autonomous vehicles (AVs) are a disruptive technology that is expected to vastly change the current transportation system. AV potential benefits in terms of safety, mobility, efficiency and other impacts types have been documented in the literature. AVs are expected to increase travel demand due to the enhanced ease of making trips and provision of mobility to people currently with travel-limiting disabilities. The potential increase in travel demand, with its attendant congestion, may probably be offset by the transportation network capacity increase due to the reduced operational headways between AVs. However, such capacity benefits can be fully realized only when AVs fully saturate the market, because operating at low headways may be unsafe for Human Driven Vehicles (HDVs). Thus, to promote AV ownership while capturing the capacity benefits of an AV-only traffic stream, the conversion of traditional lanes to AV-exclusive use is prescribed often. In the AV-exclusive lanes, the vehicles can operate at reduced headways and at higher speeds, sharply increasing throughput. However, the metric used frequently by researchers for AV-exclusive lane evaluation is the total system travel time. AV-exclusive lanes may appear to be beneficial in terms of total system travel time but may come at a cost of environmental protection and social equity, the other two elements of sustainable development. Appropriating HDV lanes for AV-exclusive use will cause congestion on HDV lanes thereby increasing their emissions. Further, the AVs benefits may be accompanied by increased cost of HDV travel, which raises questions about equity. This thesis therefore presents a sustainable AV-exclusive lane deployment strategy by formulating and solving a multicriteria bi-level optimization problem with equity-related constraints. Mathematically, the problem is described as a discrete network design problem. Recognizing the difficulty of solving this NIP hard problem, the thesis combines the active set method with heuristic conditionalities to improve computational efficiency. The thesis’s framework can be used by agencies for evaluation and decision support regarding AV-exclusive lane deployment in a manner that fosters long-term sustainability.
80

AUTONOMOUS VEHICLE DECISION MAKING AT INTERSECTION USING GAME THEORY

BAZ, ABDULLAH 14 September 2018 (has links)
No description available.

Page generated in 0.1328 seconds