项目作者: awav

项目描述 :
Implementation of Kalman Filters - EKF and UKF
高级语言: C++
项目地址: git://github.com/awav/kalman-filters.git
创建时间: 2017-04-17T17:55:20Z
项目社区:https://github.com/awav/kalman-filters

开源协议:

下载


Kalman Filter Implementations

This repository has two implementations of kalman filters:

  • Extended Kalman Filter in ekf subdirectory
  • Unscented Kalman Filter in ukf subdirectory

EKF filter in action:

alt text

UKF filter in action:

alt text

Compile

These Kalman Filters work with Udacity car simulator. Follow instructions to install simulator on your local machine.

  • Install dependencies:

    • macOS:
      1. $ ./install-mac.sh
    • Ubuntu:
      1. $ ./install-ubuntu.sh
  • Compile both EKF and UKF:

    1. $ cmake .
    2. $ make
  • Compile either EKF or UKF:

    1. $ KALMAN_FILTER_DIRECTORY=ukf
    2. $ cd $KALMAN_FILER_DIRECTORY
    3. $ cmake .
    4. $ make

After these steps you will have binary files of UKF and EKF filters:

  1. $ ls -al ukf/ ekf/ | grep '.*kf'
  2. ekf/:
  3. -rwxrwxr-x 1 artemav artemav 1163632 May 31 23:24 ekf
  4. ukf/:
  5. -rwxrwxr-x 1 artemav artemav 1580016 May 31 22:41 ukf

Run

  1. Run either EKF or UKF filter:

    1. $ ./ukf/ukf
    2. Listening to port 4567
  2. Run simulator:

    1. $ ./term2_sim_linux/term2_sim.x86_64
    2. Set current directory to /home/artemav/code/kalman_filters
    3. Found path: /home/artemav/code/kalman_filters/term2_sim_linux/term2_sim.x86_64
    4. Mono path[0] = '/home/artemav/code/kalman_filters/term2_sim_linux/term2_sim_Data/Managed'
    5. Mono path[1] = '/home/artemav/code/kalman_filters/term2_sim_linux/term2_sim_Data/Mono'
    6. Mono config path = '/home/artemav/code/kalman_filters/term2_sim_linux/term2_sim_Data/Mono/etc'
    7. displaymanager : xrandr version warning. 1.5
    8. client has 4 screens
    9. displaymanager screen (0)(DP-0): 3840 x 2160
    10. Using libudev for joystick management
    11. Importing game controller configs