- robot_description_pkg
- gazebo_pkg
- navigtion_pkg
- urdf
- meshes
- worlds
- launch
- launch
- maps
- param
- rviz
This Autonomous mobile robot with skid steer drive, i used the Unified Robot Description Format (URDF) to build this robot .
used gmapping package provides laser-based SLAM (Simultaneous Localization and Mapping) to create a 2D occupancy grid map .
AMCL is a probabilistic localization system for a robot moving in 2D.
Navigation stack that takes in information from odometry, sensor streams, and a goal pose and outputs safe velocity commands that are sent to a mobile base, using the move_base package
roslaunch gazebo_pkg gazebo.launch
roslaunch navigtion_pkg gmapping.launch
rosrun map_server map_saver
roslaunch navigtion_pkg navigation.launch
this launch have ('Amcl' , 'move_base' , 'Map server' , 'rviz')



