This repository utilizes path planning algorithms for navigation. This README provides instructions on how to set up and run the simulation.
Clone the Navogenius and path planning repositories using the following commands:
git clone https://github.com/bitcurious/NavoGenius.gitgit clone https://github.com/bitcurious/Path-Planning.gitafter cloning do catkin_make
opem a terminal and run following command
roslaunch myrobot_description gazebo.launchTo enable navigation with different path planning algorithms, run the following command:
roslaunch path_planning path_planning.launchIt will open a rviz window select 2D Nav Goal button and select the goal position on the map.
In the path_planning/scripts/path_planning_server.py file, locate line 42 and change the algorithm to your desired one (e.g., astar, dijkstra, rrt).


