liu.seSök publikationer i DiVA
Ändra sökning
RefereraExporteraLänk till posten
Permanent länk

Direktlänk
Referera
Referensformat
  • apa
  • ieee
  • modern-language-association-8th-edition
  • vancouver
  • oxford
  • Annat format
Fler format
Språk
  • de-DE
  • en-GB
  • en-US
  • fi-FI
  • nn-NO
  • nn-NB
  • sv-SE
  • Annat språk
Fler språk
Utmatningsformat
  • html
  • text
  • asciidoc
  • rtf
Trajectory Planning for an Autonomous Vehicle in Multi-Vehicle Traffic Scenarios
Linköpings universitet, Institutionen för systemteknik, Fordonssystem. Linköpings universitet, Tekniska fakulteten.ORCID-id: 0000-0003-0760-9815
2021 (Engelska)Doktorsavhandling, sammanläggning (Övrigt vetenskapligt)
Abstract [en]

Tremendous industrial and academic progress and investments have been made in au-tonomous driving, but still many aspects are unknown and require further investigation,development and testing. A key part of an autonomous driving system is an efficient plan-ning algorithm with potential to reduce accidents, or even unpleasant and stressful drivingexperience. A higher degree of automated planning also makes it possible to have a betterenergy management strategy with improved performance through analysis of surroundingenvironment of autonomous vehicles and taking action in a timely manner.

This thesis deals with planning of autonomous vehicles in different urban scenarios, road,and vehicle conditions. The main concerns in designing the planning algorithms, are realtime capability, safety and comfort. The planning algorithms developed in this thesis aretested in simulation traffic situations with multiple moving vehicles as obstacles. The re-search conducted in this thesis falls mainly into two parts, the first part investigates decou-pled trajectory planning algorithms with a focus on speed planning, and the second sectionexplores different coupled planning algorithms in spatiotemporal environments where pathand speed are calculated simultaneously. Additionally, a behavioral analysis is carried outto evaluate different tactical maneuvers the autonomous vehicle can have considering theinitial states of the ego and surrounding vehicles.

Particularly relevant for heavy duty vehicles, the issues addressed in designing a safe speedplanner in the first part are road conditions such as banking, friction, road curvature andvehicle characteristics. The vehicle constraints on acceleration, jerk, steering, steer ratelimitations and other safety limitations such as rollover are further considerations in speedplanning algorithms. For real time purposes, a minimum working roll model is identified us-ing roll angle and lateral acceleration data collected in a heavy duty truck. In the decoupledplanners, collision avoiding is treated using a search and optimization based planner.

In an autonomous vehicle, the structure of the road network is known to the vehicle throughmapping applications. Therefore, this key property can be used in planning algorithms toincrease efficiency. The second part of the thesis, is focused on handling moving obstaclesin a spatiotemporal environment and collision-free planning in complex urban structures.Spatiotemporal planning holds the benefits of exhaustive search and has advantages com-pared to decoupled planning, but the search space in spatiotemporal planning is complex.Support vector machine is used to simplify the search problem to make it more efficient.A SVM classifies the surrounding obstacles into two categories and efficiently calculate anobstacle free region for the ego vehicle. The formulation achieved by solving SVM, con-tains information about the initial point, destination, stationary and moving obstacles.These features, combined with smoothness property of the Gaussian kernel used in SVMformulation is proven to be able to solve complex planning missions in a safe way.

Here, three algorithms are developed by taking advantages of SVM formulation, a greedysearch algorithm, an A* lattice based planner and a geometrical based planner. One general property used in all three algorithms is reduced search space through using SVM. In A*lattice based planner, significant improvement in calculation time, is achieved by using theinformation from SVM formulation to calculate a heuristic for planning. Using this heuristic,the planning algorithm treats a simple driving scenario and a complex urban structureequal, as the structure of the road network is included in SVM solution. Inspired byobserving significant improvements in calculation time using SVM heuristic and combiningthe collision information from SVM surfaces and smoothness property, a geometrical planneris proposed that leads to further improvements in calculation time.

Realistic driving scenarios such as roundabouts, intersections and takeover maneuvers areused, to test the performance of the proposed algorithms in simulation. Different roadconditions with large banking, low friction and high curvature, and vehicles prone to safetyissues, specially rollover, are evaluated to calculate the speed profile limits. The trajectoriesachieved by the proposed algorithms are compared to profiles calculated by optimal controlsolutions.

Ort, förlag, år, upplaga, sidor
Linköping: Linköping University Electronic Press, 2021. , s. 25
Serie
Linköping Studies in Science and Technology. Dissertations, ISSN 0345-7524 ; 2126
Nationell ämneskategori
Robotik och automation
Identifikatorer
URN: urn:nbn:se:liu:diva-173940DOI: 10.3384/diss.diva-173940ISBN: 9789179296933 (tryckt)OAI: oai:DiVA.org:liu-173940DiVA, id: diva2:1536440
Disputation
2021-04-28, Online through Zoom (contact maria.hamner@liu.se) and Ada Lovelace, B Building, Campus Valla, Linköping, 14:30 (Engelska)
Opponent
Handledare
Anmärkning

The title on the cover is incorrect. A corrected cover page can be downloaded separately. 

Tillgänglig från: 2021-03-25 Skapad: 2021-03-10 Senast uppdaterad: 2025-02-09Bibliografiskt granskad
Delarbeten
1. Spatio-Temporal Planning in Multi-Vehicle Scenarios for Autonomous Vehicle Using Support Vector Machines
Öppna denna publikation i ny flik eller fönster >>Spatio-Temporal Planning in Multi-Vehicle Scenarios for Autonomous Vehicle Using Support Vector Machines
2021 (Engelska)Ingår i: IEEE Transactions on Intelligent Vehicles, ISSN 2379-8858, E-ISSN 2379-8904, Vol. 6, nr 4, s. 611-621Artikel i tidskrift (Refereegranskat) Published
Abstract [en]

Efficient trajectory planning of autonomous vehiclesin complex traffic scenarios is of interest both academically andin automotive industry. Time efficiency and safety are of keyimportance and here a two-step procedure is proposed. First, aconvex optimization problem is solved, formulated as a supportvector machine (SVM), in order to represent the surroundingenvironment of the ego vehicle and classify the search spaceas obstacles or obstacle free. This gives a reduced complexitysearch space and an A* algorithm is used in a state space latticein 4 dimensions including position, heading angle and velocityfor simultaneous path and velocity planning. Further, a heuristicderived from the SVM formulation is used in the A* search anda pruning technique is introduced to significantly improve searchefficiency. Solutions from the proposed planner is compared tooptimal solutions computed using optimal control techniques.Three traffic scenarios, a roundabout scenario and two complextakeover maneuvers, with multiple moving obstacles, are used toillustrate the general applicability of the proposed method.

Ort, förlag, år, upplaga, sidor
Institute of Electrical and Electronics Engineers (IEEE), 2021
Nationell ämneskategori
Robotik och automation
Identifikatorer
urn:nbn:se:liu:diva-173934 (URN)10.1109/TIV.2020.3042087 (DOI)000722000500004 ()2-s2.0-85097387297 (Scopus ID)
Tillgänglig från: 2021-03-10 Skapad: 2021-03-10 Senast uppdaterad: 2025-02-09Bibliografiskt granskad
2. Trajectory Planning for Autonomous Vehicles in Time Varying Environments Using Support Vector Machines
Öppna denna publikation i ny flik eller fönster >>Trajectory Planning for Autonomous Vehicles in Time Varying Environments Using Support Vector Machines
2018 (Engelska)Ingår i: 2018 29TH IEEE INTELLIGENT VEHICLES SYMPOSIUM, IEEE , 2018, p. 109-114, China: IEEE conference proceedings, 2018Konferensbidrag, Publicerat paper (Refereegranskat)
Abstract [en]

A novel trajectory planning method is proposedin time varying environments for highway driving scenarios.The main objective is to ensure computational efficiency in theapproach, while still ensuring collision avoidance with movingobstacles and respecting vehicle constraints such as comfortcriteria and roll-over limits. The trajectory planning problemis separated into finding a collision free corridor in space-time domain using a support vector machine (SVM), whichmeans solving a convex optimization problem. After that atime-monotonic path is found in the collision free corridor bysolving a simple search problem that can be solved efficiently.The resulting path in space-time domain corresponds to theresulting planned trajectory of the vehicle. The planner is adeterministic search method associated with a cost functionthat keeps the trajectory kinematically feasible and close to themaximum separating surface, given by the SVM. A kinematicmotion model is used to construct motion primitives in thespace-time domain representing the non-holonomic behavior ofthe vehicle and is used to ensure physical constraints on thestates of the vehicle such as acceleration, speed, jerk, steer andsteer rate. The speed limits include limitations by law and alsorollover speed limits. Two highway maneuvers have been usedas test scenarios to illustrate the performance of the proposedalgorithm.

Ort, förlag, år, upplaga, sidor
China: IEEE conference proceedings, 2018
Nationell ämneskategori
Reglerteknik Robotik och automation
Identifikatorer
urn:nbn:se:liu:diva-173936 (URN)10.1109/IVS.2018.8500620 (DOI)000719424500092 ()2-s2.0-85056780710 (Scopus ID)
Konferens
Intelligent Vehicles Symposium
Tillgänglig från: 2021-03-10 Skapad: 2021-03-10 Senast uppdaterad: 2025-02-05Bibliografiskt granskad
3. Real-time velocity planning for heavy duty truck with obstacle avoidance
Öppna denna publikation i ny flik eller fönster >>Real-time velocity planning for heavy duty truck with obstacle avoidance
2017 (Engelska)Ingår i: 2017 28TH IEEE INTELLIGENT VEHICLES SYMPOSIUM (IV 2017), IEEE , 2017, s. 109-114Konferensbidrag, Publicerat paper (Refereegranskat)
Abstract [en]

A model predictive controller (MPC) including velocity and path planner is designed for real time calculation of a safe and comfortable velocity and steer angle in a heavy duty vehicle. The calculation time is reduced by finding, based on measurement data, simple roll and motion model. The roll dynamics of the truck is constructed using identification of proposed roll model and it is validated by measurements logged by a heavy duty truck and the suggested model shows good agreement with the measurement data. The safety issues such as rollover prevention and moving obstacle avoidance are taken into account. To increase comfort, acceleration, jerk, steer angle and steer angle rate are limited. The simulation and control algorithm is tested in different scenarios, where the test results show the properties of the algorithm.

Ort, förlag, år, upplaga, sidor
IEEE, 2017
Serie
IEEE Intelligent Vehicles Symposium, ISSN 1931-0587
Nationell ämneskategori
Reglerteknik
Identifikatorer
urn:nbn:se:liu:diva-145824 (URN)10.1109/IVS.2017.7995706 (DOI)000425212700017 ()978-1-5090-4804-5 (ISBN)
Konferens
28th IEEE Intelligent Vehicles Symposium (IV)
Tillgänglig från: 2018-03-21 Skapad: 2018-03-21 Senast uppdaterad: 2021-12-28
4. Deterministic Trajectory Planning for Non-Holonomic Vehicles Including Road Conditions, Safety and Comfort Factors
Öppna denna publikation i ny flik eller fönster >>Deterministic Trajectory Planning for Non-Holonomic Vehicles Including Road Conditions, Safety and Comfort Factors
2019 (Engelska)Ingår i: IFAC PAPERSONLINE, ELSEVIER , 2019, Vol. 52, nr 5, s. 97-102Konferensbidrag, Publicerat paper (Refereegranskat)
Abstract [en]

Deterministic and real time calculation of safe and comfortable speed profiles is the main topic of this paper. Using vehicle properties and road characteristics, such as friction and road banking, safety limits for rollover and skidding are calculated and applied in the trajectory planning. To satisfy comfort criteria and obtain smooth speed profiles, jerk and acceleration of the vehicle are limited in the speed planning algorithm. For speed planner, an A* based search method is used to calculate a speed profile corresponding to shortest traveling time. In order to avoid stationary and moving obstacles, decoupled prioritized planning is used. A physical model is used to define the behavior of the vehicle in the speed planner, where jerk is main parameter for speed planner. The physical model enables the algorithm to take into account the safety and comfort limitations. The results attained from the search method are compared with optimal solutions in different test scenarios and the comparisons show the properties of the algorithm. (C) 2019, IFAC (International Federation of Automatic Control) Hosting by Elsevier Ltd. All rights reserved.

Ort, förlag, år, upplaga, sidor
ELSEVIER, 2019
Serie
IFAC papers online, E-ISSN 2405-8963
Nyckelord
Autonomous Vehicles; Trajectory planning; Safety; Rollover; Skid; Banked roads
Nationell ämneskategori
Infrastrukturteknik
Identifikatorer
urn:nbn:se:liu:diva-161217 (URN)10.1016/j.ifacol.2019.09.016 (DOI)000486629500017 ()
Konferens
9th IFAC International Symposium on Advances in Automotive Control (AAC)
Tillgänglig från: 2019-10-25 Skapad: 2019-10-25 Senast uppdaterad: 2021-12-28

Open Access i DiVA

fulltext(24013 kB)3369 nedladdningar
Filinformation
Filnamn FULLTEXT01.pdfFilstorlek 24013 kBChecksumma SHA-512
c89c8b9b033482530b100179c4a685a3476b6ecf29c86c3c64f5bee3e5a0d567ae5ba98058a5ce2c422d03103d9ea9f21b8281cbbc2a0cf51f42654e1da5ad4f
Typ fulltextMimetyp application/pdf
corrected cover(22055 kB)113 nedladdningar
Filinformation
Filnamn COVER01.pdfFilstorlek 22055 kBChecksumma SHA-512
11871f7ccb6a40204ca1e9f3bff31337cb12c04bbc488ac2c0367ce401d21d8d2c3df26524b12ecf3a6165bd48f6382e53689b0e16e8b62187a34763e909795e
Typ coverMimetyp application/pdf
Beställ online >>

Övriga länkar

Förlagets fulltext

Person

Morsali, Mahdi

Sök vidare i DiVA

Av författaren/redaktören
Morsali, Mahdi
Av organisationen
FordonssystemTekniska fakulteten
Robotik och automation

Sök vidare utanför DiVA

GoogleGoogle Scholar
Totalt: 3387 nedladdningar
Antalet nedladdningar är summan av nedladdningar för alla fulltexter. Det kan inkludera t.ex tidigare versioner som nu inte längre är tillgängliga.

doi
isbn
urn-nbn

Altmetricpoäng

doi
isbn
urn-nbn
Totalt: 2249 träffar
RefereraExporteraLänk till posten
Permanent länk

Direktlänk
Referera
Referensformat
  • apa
  • ieee
  • modern-language-association-8th-edition
  • vancouver
  • oxford
  • Annat format
Fler format
Språk
  • de-DE
  • en-GB
  • en-US
  • fi-FI
  • nn-NO
  • nn-NB
  • sv-SE
  • Annat språk
Fler språk
Utmatningsformat
  • html
  • text
  • asciidoc
  • rtf