mkdir build && cd build
cmake .. && make
./UnscentedKF path/to/input.txt path/to/output.txt
. You can find
some sample inputs in 'data/'.
./UnscentedKF ../data/obj_pose-laser-radar-synthetic-input.txt
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:
Please stick to Google's C++ style guide as much as possible.
//todo uncented Kalman filters explanation.
./UnsentedKF