Self-directed independent study.
git clone git@github.com:moribots/motion_planning.gitwstool init(uses the nuturtle.rosinstall file to get my rigid2d library and other utilities)
Completed:
In progress:
-
The
global_plannerpackage:- A* (green) on PRM:
- Theta* (green) on PRM (A* in red for comparison):
roslaunch global_planner astar.launch
- A* (green) on Grid
- LPA* with Simulated Grid Updates [re-evaluated cells in orange]:
roslaunch global_planner incremental.launch lpa:=True
- D* Lite on Grid [re-evaluated cells in orange]:
roslaunch global_planner incremental.launch
- Naive Potential Field (Local Minimum Escape TBD):
roslaunch global_planner potential_field.launch
-
Local planner:
- Dynamic Window Approach
-
Trajectory Optimization:
- Model Predictive Path Integral Control

