This repository contains the final technical project of the Field and Service Robotics course held by Prof. Fabio Ruggiero at Federico II, Naples.
- Open MATLAB and navigate to the project directory
- Choose a planning approach (RRT*, A*, Dijkstra)
- run the main.m file
- Open the Simulink model
- In Simulink, go to:
- Model Properties > Callbacks > InitFcn
- Uncomment the lines related to the algorithm you want to use:
- For RRT*: Uncomment the RRT* section
- For Dijkstra: Uncomment the Dijkstra section
- For A*: Uncomment the A* section
- Run the simulation
- In MATLAB, run the file "comparison_Astar_Djikstra.m" inside the folder "Comparisons"