C++ Estimation and Control is a C++ library for estimation and control algorithms.
- make
- Eigen
- numpy
- matplotlib
Follow the steps to download and build the repository
git clone https://github.com/SwapUNaph/cpp_estimation_and_controlcd cpp_estimation_and_controlmake all
./build/apps/programcd files && python plot_data.py
This will plot graphs of an example system which estimates the distance based on a sinusoidal acceleration input and noisy distance measurements

