Skip to content

Conversation

avraham-634
Copy link

Predict the next state of the system by multiplying the system matrix with the current state vector.

Copy link
Owner

@auralius auralius left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Don't you think the predicted state should also include u:
x_p_ = A_ * x_m_ + B_ * u;

Simply put, x_p_ is the predicted state.
See p.24: https://courses.cs.washington.edu/courses/cse571/03wi/notes/welch-bishop-tutorial.pdf

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants