Difference between revisions of "Projects:2018s1-181 BMW Autonomous Vehicle"
Line 1: | Line 1: | ||
− | ==Students | + | ==Students== |
Corey Miller | Corey Miller | ||
+ | |||
Kaifeng Ren | Kaifeng Ren | ||
+ | |||
Muhammad Sufyaan Bin Mohd Faiz | Muhammad Sufyaan Bin Mohd Faiz | ||
+ | |||
Ovini Amaya Perera | Ovini Amaya Perera | ||
+ | |||
Yiduo Yin | Yiduo Yin | ||
+ | |||
==Supervisors== | ==Supervisors== | ||
Associate Professor Nesimi Ertugral | Associate Professor Nesimi Ertugral | ||
+ | |||
Mr. Robert Dollinger | Mr. Robert Dollinger | ||
− | ==Project Description | + | |
+ | ==Project Description== | ||
− | == ''' | + | == '''Software Development''' == |
− | This | + | This projects main focus is on MPC development for a steering system of the BMW autonomous vehicle. During this project, Model Predictive Controller toolbox in MATLAB Simulink will be used to develop the MPC controller which suits in our project. In addition, the vehicle model which was provided by Robert Dollinger in 2016 could not be used in Model Predictive Controller Toolbox in MATLAB due to errors. Therefore, In the software part, a new vehicle model will be developed and a Model Predictive Controller will be developed and used in the simulation part of this project. New software call Driving Scenario Designer will also be used to develop the reference track for simulating the new vehicle model and controller. |
Line 25: | Line 32: | ||
Although the result returned by MPC may not match the reference trajectory precisely, the result can still be optimized as hard as possible to get close to the given trajectory. | Although the result returned by MPC may not match the reference trajectory precisely, the result can still be optimized as hard as possible to get close to the given trajectory. | ||
− | == | + | == |
+ | == Vehicle Model == | ||
+ | == | ||
Line 33: | Line 42: | ||
− | == | + | == First Level System Design'== |
Revision as of 19:46, 21 October 2018
Contents
Students
Corey Miller
Kaifeng Ren
Muhammad Sufyaan Bin Mohd Faiz
Ovini Amaya Perera
Yiduo Yin
Supervisors
Associate Professor Nesimi Ertugral
Mr. Robert Dollinger
Project Description
Software Development
This projects main focus is on MPC development for a steering system of the BMW autonomous vehicle. During this project, Model Predictive Controller toolbox in MATLAB Simulink will be used to develop the MPC controller which suits in our project. In addition, the vehicle model which was provided by Robert Dollinger in 2016 could not be used in Model Predictive Controller Toolbox in MATLAB due to errors. Therefore, In the software part, a new vehicle model will be developed and a Model Predictive Controller will be developed and used in the simulation part of this project. New software call Driving Scenario Designer will also be used to develop the reference track for simulating the new vehicle model and controller.
MPC Introduction
Stability and safety are the most important factors of autonomous driving. MPC is a controller which has 2 important advantages to achieve the stability and safety of the autonomous vehicle’s steering system.
■ Advantage1: Constraints Handling There are a lot of constraints (physical limitations) which need to be overcome when the car is driving on the road. MPC can handle constraints systematically and produce feasible solutions for our car. Its ability of constraints handling can provide stability and safety for our autonomous vehicle.
■ Advantage2: Optimization of the result Although the result returned by MPC may not match the reference trajectory precisely, the result can still be optimized as hard as possible to get close to the given trajectory.
==
Vehicle Model
==
First Level System Design'
Simulation Result
Simulation Conclusion
Software Part Future Work
The MPC controller that we developed can only acquire good performance results when the speed is 18km/h. In some cases, there will be 1.5 meters oversteer on the Y position when the vehicle tries to track and approach the reference path at the beginning. Therefore, we thought this oversteer was caused by the set parameters which were not properly measured. These parameters include cornering stiffness and moment of inertia of the vehicle. Hence, as a further development, a parameter estimator may be required and developed.
Secondly, as I mentioned above that the vehicle can only perform well at 18km/h, so an adaptive MPC controller may be needed to allow the vehicle to follow the reference path at different speeds.
By using the vehicle model, we observed that when the vehicle's velocity get close to 0, the state space model becomes unstable which is another problem that needs to be solved in the future work.
Hardware Part
...due Sunday night.