Skip to content

Latest commit

 

History

History
31 lines (17 loc) · 907 Bytes

README.md

File metadata and controls

31 lines (17 loc) · 907 Bytes

slam_simulator

A slam simulator in a ROS environment for simulating basic slam algorithms such as ukf, ekf, etc.

The project use ukf and ekf now!

To watch the video by using ukf, please click on the picture below! Watch the video

To watch the video by using ekf, please click on the picture below! Watch the video

How to use ?

Open an Ubuntu terminal and create a workspace. Of course, you must have already installed the ROS system:

mkdir ~/catkin_ws/src

cd ~/catkin_ws/src

git clone https://github.com/plumewind/slam_simulator.git

cd ..

catkin_make

source devel/setup.bash

roslaunch slam_simulator ukfslam_simulator.launch