Skip to content

Quick getting started for studying SLAM algorithm

Notifications You must be signed in to change notification settings

tuannv-github/slam

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Slam

This project contains quick getting started for studying SLAM algorithm. The ROS version used is Melodic but Kinetic mays work too.

In order to build this project, make a src directory in your workspace and clone this repository:

mkdir -p slam_ws/src & cd slam_ws/src
git clone https://github.com/tuanngo0898/slam.git

Or you can make your workspace yourself in src directory:

git clone https://github.com/ros-perception/slam_gmapping

git clone https://github.com/ros-perception/openslam_gmapping.git

git clone https://github.com/ccny-ros-pkg/scan_tools.git

git clone https://github.com/AndreaCensi/csm.git

Build the workspace:

catkin_make_isolated

Prepare for the eviroment:

source devel_isolated/setup.sh

Launch the demonstration:

roslaunch laser_scan_matcher demo_gmapping.launch

About

Quick getting started for studying SLAM algorithm

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published