Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Question: How to predict next state with UKF? #50

Open
travek opened this issue May 10, 2019 · 1 comment
Open

Question: How to predict next state with UKF? #50

travek opened this issue May 10, 2019 · 1 comment

Comments

@travek
Copy link

travek commented May 10, 2019

Hi!
I'm registering a topic to get consultancy on how to get prediction of the next state using the library.
I've go that the next state is processed using ukf.step().
But if my purpose is to get next state estimation then How this can be calculated with provided methods?

Thanks for the answer!

@travek
Copy link
Author

travek commented May 10, 2019

Could you plwease also advise on the following...
I'm using MS VS 2015 and I'm trying to compile an example cukf.cpp from the library.

On the followign line of code
using CovarianceMatrix = Matrix<covariance_size(), covariance_size()>;
I've got compilation error:
error C2976: Eigen::Matrix: to few arguments.
and the reference is on Eigen Matrix:
template<typename _Scalar, int _Rows, int _Cols, int _Options, int _MaxRows, int _MaxCols>
class Matrix
: public PlainObjectBase<Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols> >
{
public:

/** \brief Base class typedef.
  * \sa PlainObjectBase
  */

......

Could you advice how to fix it ?

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

No branches or pull requests

1 participant