Skip to content

ROS Simultaneous Localization and Mapping (SLAM) using movebase, gmapping and amcl.

License

Notifications You must be signed in to change notification settings

omarica/robotics-slam-ros

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

robotics-slam-ros

A ROS Implementation of Simultaneous Localization and Mapping using navbase and amcl.

The bag file is not included in the repository, use a bag and modify the TF tree accordingly.

The following map was obtained using gmapping_visual.launch:

map_visual


Description of the files:


Folder /cfg contains the configuration files for move_base package

Folder /launch contains:
-gmapping_optitrack.launch: Launch file for gmapping with gmapping_optitrack
-gmapping_visual.launch: Launch file for gmapping with visual odometry
-nav_stack.launch: Launch file for the navigation stack
-amcl.launch.xml: Configuration file for amcl, called from nav_stack.launch

Folder /maps contains the map created with optitrack (map_optitrack.pgm) and
the map created with visual odometry (map_visual.pgm)


How to start/use the nodes


For gmapping: roslaunch project_two gmapping_optitrack.launch or
roslaunch project_two gmapping_visual.launch

For move_base: roslaunch project_two nav_stack.launch

About

ROS Simultaneous Localization and Mapping (SLAM) using movebase, gmapping and amcl.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages