-
Notifications
You must be signed in to change notification settings - Fork 27
UKF GUI Tool
Ivo Georgiev edited this page Dec 12, 2019
·
4 revisions
- For proper GUI operation run tool by starting ukfGUI.m in MATLAB or by standalone executable(still not available)
- Consider to set proper matrix and equation dimensions. The tool currently not check/validate entry matrix size versus equations size. Such check is planed soon
- The tool currently not support inputs in equations u(n). Such options will coming soon.
- For special math function in state and measurements equations consider to use their C syntax. Equations should be written as cell array of strings.
- Press "Reset" button to row back default configuration corresponding to pendulum model
- Press "Generate" button to generate ukfCfgN.c and ukfCfgN.h
Wiki
*Home
Getting Started with UKF C library
- UKF: build and run examples
- UKF: configuration tips
- UKF: configuration GUI
- UKF: init and run in C programs
- UKF: init and run as s-function
Examples