GithubHelp home page GithubHelp logo

ekf_slam's Introduction

Sparse Line-Based EKF SLAM System for Indoor Environment

1. Introduction:

This project implemented an EKF SLAM system for indoor differential robot, which use laser range finder as its main sensor. Assume no prior knowledge of environment, can simultaneously build a map of sparse lines and localize robot, no limitation of map size.

2. V-REP Simulation Environment:

This project V-REP 3.5.0 as the simulation environment, the scene file is provided in scene/scene.ttt

3. Prerequisites

Built and tested on Ubuntu 16.04

Dependencies:

  1. ROS Kinetic
  2. Eigen: 3.3.5

4. Run Example:

  1. Launch roscore
roscore
  1. Open V-REP software and open the provided scene file /scene/scene.ttt
  2. launch EKF SLAM system
roslaunch ekf_slam ekf_slam.launch

Then use 'W' 'A' 'S' 'D' to control robot to move up, left, down and right

5. Mathematical Derivation

The complete mathematical derivation of whole system can be found in Mathematical Derivation.pdf file

6. Result:

The white line is ground truth of robot trajectory, and the yellow line is posterior estimation of robot trajectory.

Figure 1 Normal trajectory

Figure 2 Trajectory with unexpected collision

The trajectory contains four unexpected collision. When collision occurs, the posterior estimation will not be as accurate as normal, but the system can recover from collision error afterwards, which shows the robustness of the system

ekf_slam's People

Contributors

hbx233 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.