Skip to content

This mini project implements a modified version of CILQR presented by "Chen, J., Zhan, W., & Tomizuka, M. (2017, October). Constrained iterative lqr for on-road autonomous driving motion planning. In 2017 IEEE 20th International conference on intelligent transportation systems (ITSC) (pp. 1-7). IEEE."

License

Notifications You must be signed in to change notification settings

RyYAO98/CILQR_Motion_Planning

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

CILQR for Autonomous Driving Motion Planning

This mini project implements a modified version of the Constrained iLQR for autonomous driving motion planning with soft constraints [1].

Results of Example Settings

Lane Change

initial_condition:
  state: [0., 3., 5., 0.]
obstacle:
  init_state: [2.5, 0., 3., 0.]

LaneChange

Overtaking

initial_condition:
  state: [0., 0., 5., 0.]

obstacle:
  init_state: [5., 1.2, 3., 0.]

Overtaking

Car Following

initial_condition:
  state: [0., 0., 4., 0.]

obstacle:
  init_state: [5., 0., 3., 0.]

CarFollowing

References

[1] Chen, J., Zhan, W., & Tomizuka, M. (2017, October). Constrained iterative lqr for on-road autonomous driving motion planning. In 2017 IEEE 20th International conference on intelligent transportation systems (ITSC) (pp. 1-7). IEEE.

About

This mini project implements a modified version of CILQR presented by "Chen, J., Zhan, W., & Tomizuka, M. (2017, October). Constrained iterative lqr for on-road autonomous driving motion planning. In 2017 IEEE 20th International conference on intelligent transportation systems (ITSC) (pp. 1-7). IEEE."

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages