-
Notifications
You must be signed in to change notification settings - Fork 27
Vehicle tracking and tyre radius estimation
Ivo Georgiev edited this page Jan 5, 2018
·
9 revisions
Vehicle tracking and tyre radius estimation with joint UKF(In progress example is still not ready)
- state space equations:
,
where,
x - x position (state)
y - y position (state)
\thehta - vehicle orientation (state)
\rho - tyre radius (parameter augmented as state)
.....
\omega - angular wheel average speed (input)
\phi - steering angle (input)
...
L - wheel base (parameter)
\Delta T - Sample time (parameter)
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