EKF ROS package to localize your robot inside a Gazebo environment. Drive the robot around in simulation and observe the Odom
and EKF
trajectories.
Ubuntu 16 and Ros Kinetic
$ mkdir -p /home/workspace/catkin_ws/src
$ cd /home/workspace/catkin_ws/src
$ catkin_init_workspace
$ cd ..
$ catkin_make
$ apt-get update
$ apt-get upgrade -y
$ cd /home/workspace/catkin_ws/src
$ git clone https://github.com/dipinair/Turtlebot_ekf
$ cd /home/workspace/catkin_ws/
$ source devel/setup.bash
$ rosdep -i install turtlebot_gazebo
$ rosdep -i install turtlebot_teleop
$ catkin_make
$ source devel/setup.bash
$ roslaunch main main.launch
Now, you should see Gazebo and rviz launching. Please note that Gazebo might take time to launch!
In the terminal, use the keyboard commands(u-i-o-j-k-l-m-,-.) and drive the robot around. The red
trajectory represents the Odom path
whereas the green
trajectory represents the EKF path
.
This project has been done as part of Udacity Robotics software engineer nano degree programm