Udacity Flying Car NanoDegree Term 1 Motion Planning Project
In this project you will integrate the techniques that you have learned throughout the last several lessons to plan a path through an urban environment. Check out the project rubric for more detail on what constitutes a passing submission.
The details of the study is given in the Report.
This study implements five planners.
View motionplot3Dvox.html
python motion_planning.py --local_goal="(290,300)"
python motion_planning.py --global_goal="(-122.400424, 37.794026))"
python motion_planning.py --grid_goal="(488,182)"
python motion_planning.py
First three command to specify goal, fourth one to randomly select goal.