A Path Planner that creates smooth, safe trajectories for a self-driving car to follow, enabling the car to safely navigate around a virtual highway with other traffic.
Stars
6
Forks
1
Watchers
6
Open Issues
0
Overall repository health assessment
No package.json found
This might not be a Node.js project
47
commits
More solution docs describing responsibilities of various entities
f934867View on GitHubMore implementation notes; changing status of "Reflection" to "Done"
5e3079eView on GitHubAdding animated GIFs that demo the path planner; adding link to full video on YouTube
2c011cdView on GitHubUpdating src dir description; Adding references and dependencies
8766dc1View on GitHubMove cost functions to new class; apply cost function calculations to help choose the lane for the next step in the path
ea3b408View on GitHub