Markov Localization Explained
In this tutorial, I explain the math and theory of robot localization and I will solve an example of Markov localization.
In this tutorial, I explain the math and theory of robot localization and I will solve an example of Markov localization.
In this tutorial, I will explain the maths behind the Kalman Filter and I will drive the equations and their parameters.
In this tutorial, we do some SLAM with TurtleBot robot. 1.Before anything, you have to install all packages for gazebo and gmapping and TurtleBot:
1 |
sudo apt-get install ros-kinetic-gmapping ros-kinetic-turtlebot-gazebo ros-kinetic-turtlebot-simulator ros-kinetic-turtlebot-teleop ros-kinetic-turtlebot-rviz-launchers |
2.Launch gazebo and TurtleBot
1 |
roslaunch turtlebot_gazebo turtlebot_world.launch |
3. Call the gmapper to read laser scan and build the map:
1 |
roslaunch turtlebot_gazebo gmapping_demo.launch |
Only for indigo: if you got and error, you need to do some hacky stuff …
SLAM using gmapping with TurtleBot robot and Gazbo Read More »