With this ROS package will be able to simulate autonomous navigation of the differential drive robot in Gazebo.
Clone the differential_drive_navigation
package into your catkin_ws/src
folder and run in the top folder the catkin_make command.
- A Differential drive robot loaded into parameter server.
- A map file(yaml) file which is generated by Gmapping or Cartographer of the environment where you want to perform the autonomous navigation.
- Launch the
diff_drive_navigation.launch
file usingroslaunch diff_drive_navigation diff_drive_navigation.launch
command.