arvindshekar07 / UnscentedKF

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Unscented Kalman Filter Project Starter Code


Dependencies

  • cmake >= v3.5
  • make >= v4.1
  • gcc/g++ >= v5.4

Basic Build Instructions

  1. Clone this repo.
  2. Make a build directory: mkdir build && cd build
  3. Compile: cmake .. && make
  4. Run it: ./UnscentedKF path/to/input.txt path/to/output.txt. You can find some sample inputs in 'data/'.
    • eg. ./UnscentedKF ../data/obj_pose-laser-radar-synthetic-input.txt

Editor Settings

We've purposefully kept editor configuration files out of this repo in order to keep it as simple and environment agnostic as possible. However, we recommend using the following settings:

  • indent using spaces
  • set tab width to 2 spaces (keeps the matrices in source code aligned)

Code Style

Please stick to Google's C++ style guide as much as possible.

//todo uncented Kalman filters explanation.

Execution steps

./UnsentedKF

About


Languages

Language:C++ 95.0%Language:Makefile 2.2%Language:C 1.9%Language:CMake 0.9%