Refine Your Search

Search Results

Viewing 1 to 10 of 10
Technical Paper

Alleviating the Magnetic Effects on Magnetometers Using Vehicle Kinematics for Yaw Estimation for Autonomous Ground Vehicles

2020-04-14
2020-01-1025
Autonomous vehicle operation is dependent upon accurate position estimation and thus a major concern of implementing the autonomous navigation is obtaining robust and accurate data from sensors. This is especially true, in case of Inertial Measurement Unit (IMU) sensor data. The IMU consists of a 3-axis gyro, 3-axis accelerometer, and 3-axis magnetometer. The IMU provides vehicle orientation in 3D space in terms of yaw, roll and pitch. Out of which, yaw is a major parameter to control the ground vehicle’s lateral position during navigation. The accelerometer is responsible for attitude (roll-pitch) estimates and magnetometer is responsible for yaw estimates. However, the magnetometer is prone to environmental magnetic disturbances which induce errors in the measurement.
Technical Paper

ADAS Feature Concepts Development Framework via a Low Cost RC Car

2017-03-28
2017-01-0116
ADAS features development involves multidisciplinary technical fields, as well as extensive variety of different sensors and actuators, therefore the early design process requires much more resources and time to collaborate and implement. This paper will demonstrate an alternative way of developing prototype ADAS concept features by using remote control car with low cost hobby type of controllers, such as Arduino Due and Raspberry Pi. Camera and a one-beam type Lidar are implemented together with Raspberry Pi. OpenCV free open source software is also used for developing lane detection and object recognition. In this paper, we demonstrate that low cost frame work can be used for the high level concept algorithm architecture, development, and potential operation, as well as high level base testing of various features and functionalities. The developed RC vehicle can be used as a prototype of the early design phase as well as a functional safety testing bench.
Technical Paper

A Lane Departure Estimating Algorithm Based on Camera Vision, Inertial Navigation Sensor and GPS Data

2017-03-28
2017-01-0102
In this paper, a sensor fusion approach is introduced to estimate lane departure. The proposed algorithm combines the camera, inertial navigation sensor, and GPS data with the vehicle dynamics to estimate the vehicle path and the lane departure time. The lane path and vehicle path are estimated by using Kalman filters. This algorithm can be used to provide early warning for lane departure in order to increase driving safety. By integrating inertial navigation sensor and GPS data, the inertial sensor biases can be estimated and the vehicle path can be estimated where the GPS data is not available or is poor. Additionally, the algorithm can be used to reduce the latency of information embedded in the controls, so that the vehicle lateral control performance can be significantly improved during lane keeping in Advanced Driver Assistance Systems (ADAS) or autonomous vehicles. Furthermore, it improves lane detection reliability in situations when camera fails to detect lanes.
Technical Paper

Air Charge and Residual Gas Fraction Estimation for a Spark-Ignition Engine Using In-Cylinder Pressure

2017-03-28
2017-01-0527
An accurate estimation of cycle-by-cycle in-cylinder mass and the composition of the cylinder charge is required for spark-ignition engine transient control strategies to obtain required torque, Air-Fuel-Ratio (AFR) and meet engine pollution regulations. Mass Air Flow (MAF) and Manifold Absolute Pressure (MAP) sensors have been utilized in different control strategies to achieve these targets; however, these sensors have response delay in transients. As an alternative to air flow metering, in-cylinder pressure sensors can be utilized to directly measure cylinder pressure, based on which, the amount of air charge can be estimated without the requirement to model the dynamics of the manifold.
Technical Paper

A New Multi-point Active Drawbead Forming Die: Model Development for Process Optimization

1998-02-01
980076
A new press/die system for restraining force control has been developed in order to facilitate an increased level of process control in sheet metal forming. The press features a built-in system for controlling drawbead penetration in real time. The die has local force transducers built into the draw radius of the lower tooling. These sensors are designed to give process information useful for the drawbead control. This paper focuses on developing models of the drawbead actuators and the die shoulder sensors. The actuator model is useful for developing optimal control methods. The sensor characterization is necessary in order to develop a relationship between the raw sensor outputs and a definitive process characteristic such as drawbead restraining force (DBRF). Closed loop control of local specific punch force is demonstrated using the die shoulder sensor and a PID controller developed off-line with the actuator model.
Technical Paper

Autonomous Vehicle Sensor Suite Data with Ground Truth Trajectories for Algorithm Development and Evaluation

2018-04-03
2018-01-0042
This paper describes a multi-sensor data set, suitable for testing algorithms to detect and track pedestrians and cyclists, with an autonomous vehicle’s sensor suite. The data set can be used to evaluate the benefit of fused sensing algorithms, and provides ground truth trajectories of pedestrians, cyclists, and other vehicles for objective evaluation of track accuracy. One of the principal bottlenecks for sensing and perception algorithm development is the ability to evaluate tracking algorithms against ground truth data. By ground truth we mean independent knowledge of the position, size, speed, heading, and class of objects of interest in complex operational environments. Our goal was to execute a data collection campaign at an urban test track in which trajectories of moving objects of interest are measured with auxiliary instrumentation, in conjunction with several autonomous vehicles (AV) with a full sensor suite of radar, lidar, and cameras.
Technical Paper

Model Integration and Hardware-in-the-Loop (HiL) Simulation Design for the Testing of Electric Power Steering Controllers

2016-04-05
2016-01-0029
The Electronic Control Unit (ECU) of an Electric Power Steering (EPS) system is a core device to decide how much assistance an electric motor applies on a steering wheel. The EPS ECU plays an important role in EPS systems. The effectiveness of an ECU needs to be thoroughly tested before mass production. Hardware-in-the-loop simulation provides an efficient way for the development and testing of embedded controllers. This paper focuses on the development of a HiL system for testing EPS controllers. The hardware of the HiL system employs a dSPACE HiL simulator. The EPS plant model is an integrated model consisting of a Vehicle Dynamics model of the dSPACE Automotive Simulation Model (ASM) and the Nexteer Steering model. The paper presents the design of an EPS HiL system, the simulation of sensors and actuators, the functions of the ASM Vehicle Dynamics model, and the integration method of the ASM Vehicle Dynamics model with a Steering model.
Technical Paper

Measurements of Deer with RADAR and LIDAR for Active Safety Systems

2015-04-14
2015-01-0217
To reduce the number and severity of accidents, automakers have invested in active safety systems to detect and track neighboring vehicles to prevent accidents. These systems often employ RADAR and LIDAR, which are not degraded by low lighting conditions. In this research effort, reflections from deer were measured using two sensors often employed in automotive active safety systems. Based on a total estimate of one million deer-vehicle collisions per year in the United States, the estimated cost is calculated to be $8,388,000,000 [1]. The majority of crashes occurs at dawn and dusk in the Fall and Spring [2]. The data includes tens of thousands of RADAR and LIDAR measurements of white-tail deer. The RADAR operates from 76.2 to 76.8 GHz. The LIDAR is a time-of-flight device operating at 905 nm. The measurements capture the deer in many aspects: standing alone, feeding, walking, running, does with fawns, deer grooming each other and gathered in large groups.
Technical Paper

Studies on Simulation and Real Time Implementation of LQG Controller for Autonomous Navigation

2021-04-06
2021-01-0108
The advancement in embedded systems and positional accuracy with base station GPS modules created opportunity to develop high performance autonomous ground vehicles. However, the development of vehicle model and making accurate state estimations play vital role in reducing the cross track error. The present research focus on developing Linear Quadratic Gaussian (LQG) with Kalman estimator for autonomous ground vehicle to track various routes, that are made with the series of waypoints. The model developed in the LQG controller is a kinematic bicycle model, which mimics 1/5th scale truck. Further, the cubic spline fit has been used to connect the waypoints and generate the continuous desired/target path. The testing and implementation has been done at APS labs, MTU on the mentioned vehicle to study the performance of controller. Python has been used for simulations, controller coding and interfacing the sensors with controller.
Technical Paper

The Utilization of Onboard Sensor Measurements for Estimating Driveline Damping

2019-06-05
2019-01-1529
The proliferation of small silicon micro-chips has led to a large assortment of low-cost transducers for data acquisition. Production vehicles on average exploit more than 60 on board sensors, and that number is projected to increase beyond 200 per vehicle by 2020. Such a large increase in sensors is leading the fourth industrial revolution of connectivity and autonomy. One major downfall to installing many sensors is compromises in their accuracy and processing power due to cost limitations for high volume production. The same common errors in data acquisition such as sampling, quantization, and multiplexing on the CAN bus must be accounted for when utilizing an entire array of vehicle sensors. A huge advantage of onboard sensors is the ability to calculate vehicle parameters during a daily drive cycle to update ECU calibration factors in real time. One such parameter is driveline damping, which changes with gear state and drive mode. A damping value is desired for every gear state.
X