메뉴 건너뛰기
.. 내서재 .. 알림
소속 기관/학교 인증
인증하면 논문, 학술자료 등을  무료로 열람할 수 있어요.
한국대학교, 누리자동차, 시립도서관 등 나의 기관을 확인해보세요
(국내 대학 90% 이상 구독 중)
로그인 회원가입 고객센터 ENG
주제분류

추천
검색

논문 기본 정보

자료유형
학위논문
저자정보

안태원 (국민대학교, 국민대학교 자동차공학전문대학원)

지도교수
박기홍
발행연도
2022
저작권
국민대학교 논문은 저작권에 의해 보호받습니다.

이용수80

표지
AI에게 요청하기
추천
검색

이 논문의 연구 히스토리 (2)

초록· 키워드

오류제보하기
최근 운전자의 편의성 확보, 교통 혼잡도 감소, 차량 안전성 향상 등 다양한 목표에 따라 자율주행자동차에 대한 연구가 활발히 진행되고 있다. 특히, path tracking은 자율주행자동차가 경로를 따라 주행하기위해 필요한 기술이며, 주어진 경로를 정확하고 부드럽게 주행할 수 있도록 차량을 제어하는 것이 중요하다. 자율주행자동차는 주어진 경로를 따라 주행하기 위해 일반적으로 전륜 조향 제어를 수행한다. 그러나, 전륜 조향 제어만을 수행할 경우 급격한 차선 변경이나 곡률이 큰 곡선 도로를 주행할 때 경로 추종 성능 또는 차량의 안정성이 저하될 수 있다. 특히, 급격한 차선 변경과 같은 상황에서는 overshoot과 oscillation이 크게 발생할 수 있으며, 주변 차량에게 위협을 가할 수 있다. 차량의 안정성을 향상시키기 위해 rear wheel steering(RWS), electronic stability control(ESC) 및 torque vectoring(TV) 등과 같은 전륜 조향 이외의 액추에이터를 함께 제어하는 연구가 진행되어왔다. 그러나, 이러한 chassis 제어 방법들은 yaw rate, side-slip angle과 같은 자 차량의 현재 상태 정보만을 이용하여 제어하기 때문에 자율주행자동차에 그대로 적용할 경우, 차량의 안정성은 향상될 수 있지만, 경로 추종 성능을 효과적으로 향상시키기 어렵다. 특히, 본 논문에서는 자율주행상황에서 전륜뿐 아니라 후륜 조향 제어를 추가적으로 수행함으로써 경로 추종에 대한 성능과 차량의 안정성을 향상시켰다. 자율주행자동차의 종/횡 방향 제어는 model predictive control(MPC)를 기반으로 수행하였다. 경로 추종 시, MPC를 통해 예측된 lateral position error와 현재 차량의 yaw rate error를 통해 H-infinity 제어를 기반으로 후륜 조향 제어를 수행하였다. 이때, 후륜 조향 제어를 통해 lateral position error 또는 yaw rate error는 저감 될 수 있지만, 갑작스러운 차선 변경으로 인해 롤 각이 순간적으로 크게 나타날 수 있다. 이를 방지하기 위해 좌/우측 무게 배분이 증가하는 방향으로 후륜 제어가 수행될 경우 load transfer ratio(LTR)을 통해 후륜 조향 제어 값의 크기를 조절하였다. 본 논문에서 제안한 제어기의 성능을 검증하기 위해 CarMaker와 MATLAB&Simulink를 이용하여, 직선과 곡선 도로 그리고 고속도로 주행상황을 묘사한 시나리오에 대해 평가를 수행하였다.

목차

Chapter 1. Introduction 1
1.1 Background and Motivation 1
1.2 Previous Researches 8
1.3 Thesis Objectives and Outline 12
Chapter 2. Vehicle Modeling 15
2.1 Vehicle Model for Longitudinal Motion 15
2.1.1 Longitudinal Vehicle Modeling 16
2.1.2 Aerodynamic Drag Force 17
2.1.3 Rolling Resistance 18
2.1.4 Simulation to Verify Estimation of Driving Resistance 20
2.1.5 Vehicle Modeling for Preceding Vehicle 22
2.2 Vehicle Model for Lateral Motion 25
2.2.1 Lateral Vehicle Modeling 25
2.2.2 Simulation to Verify Lateral Motion 30
2.3 Vehicle Model for Roll Motion 33
2.3.1 Roll Motion Modeling 33
2.3.2 Simulation to Verify Roll Motion 36
Chapter 3. Path Planning and Lane Change 39
3.1 Local Path Planning 39
3.1.1 Path Planning based on Map Shift 39
3.1.2 Path Planning based on Cubic Spline 40
3.2 Lane Change Decision 48
3.2.1 Smooth Lane Change 48
3.2.2 Emergency Lane Change 49
3.2.3 Risk Assessment of Lane Change 50
Chapter 4. Automated Driving System 52
4.1 Background of the MPC 53
4.1.1 State-space model for MPC 54
4.1.2 Cost Function 57
4.1.3 Constraints 58
4.2 Longitudinal Control based on MPC 60
4.2.1 Cruise Mode 61
4.2.2 Follow Mode 62
4.3 Estimation 64
4.3.1 Roll Angle Estimation 64
4.3.2 Tire Vertical Force Estimation 67
4.3.3 Simulation to Verify Roll and Tire Vertical Force Estimation 69
4.4 Feedforward and Feedback Control 73
4.4.1 Feedforward Control to Compensate Driving Resistance 73
4.4.2 Feedback Control to Generate Gas and Brake Commands 74
4.4.3 Simulation to Verify Feedforward Control 74
4.5 Lateral Control based on MPC 77
4.5.1 Front-Wheel Steer Control for Path Tracking 78
4.5.2 Simulation to Verify Path Tracking based on MPC 81
Chapter 5. Chassis Control 84
5.1 Background of H-infinity Control 84
5.1.1 Definition of H-infinity norm 85
5.1.2 System Model with Uncertainty 86
5.1.3 Robust Stability 87
5.1.4 Robust Performance 89
5.2 Control Design for Path Tracking 90
5.2.1 RWS System Matrix related to Path Tracking 91
5.2.2 H-infinity Control Design for Path Tracking 93
5.3 Control Design for Stability 98
5.3.1 RWS System Matrix Related to Stability 98
5.3.2 H-infinity Control Design for Stability 101
5.4 Load Transfer Ratio 103
5.4.1 Combination of Path Tracking and Stability Control 103
Chapter 6. Evaluation 105
6.1 Emergency Lane Change Scenario 106
6.1.1 Emergency Lane Change on a Straight Road 106
6.1.2 Emergency Lane Change on a Curved Road 116
6.2 Path Tracking Scenario 128
6.2.1 Driving on a Curve Without Lane Change 128
6.2.2 Double Lane Change 135
6.3 Highway Scenario 141
6.3.1 Straight Highway Scenario 141
6.4 System Stability Analysis 147
6.4.1 Single Lane Change for Stability Analysis 147
Chapter 7. Conclusion 150

최근 본 자료

전체보기

댓글(0)

0