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

if i has not control vector, how i can write syetemmodel? #36

Open
naonao-cola opened this issue Jul 14, 2021 · 1 comment
Open

if i has not control vector, how i can write syetemmodel? #36

naonao-cola opened this issue Jul 14, 2021 · 1 comment

Comments

@naonao-cola
Copy link

No description provided.

@naonao-cola
Copy link
Author

naonao-cola commented Jul 15, 2021

I only have InputData without ControlVector, the systemModel and the measureModel , as flows is my code. Right?
//系统模型 S f(const S& x, const C& u) const { return this->F * x; } //测量模型 M h(const S& x) const { return this->H * x; } //主函数调用 x = sys.f(x, u); x.x() = X[i]; x.y() =Y[i]; auto x_ekf = ekf.predict(sys, u); PositionMeasurement position = pm.h(x); x_ekf = ekf.update(pm, position);

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