Repository for implementations of various motion planning and control pipelines for autonomous vehicles.
astar.mp4
-
astar_pp
: Uses Astar algorithm to plan in a local frame and pure pursuit to track local path in a one step sense. -
frenet
: Based on optimal trajectory planning in a frenet frame[1]. MPC is to be used to track the given reference trajectory.