Skip to content

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

License

Notifications You must be signed in to change notification settings

plumewind/slam_simulator

Repository files navigation

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

About

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

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published