-
Notifications
You must be signed in to change notification settings - Fork 88
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
Update quaternion ekf #955
Update quaternion ekf #955
Conversation
…to make it easy to tune parameters
…e instead of rotation matrix
テストコードできるとうれしいんだけどな。 ◉ Kei Okada On Tue, Feb 23, 2016 at 4:37 PM, Eisoku Kuroiwa [email protected]
|
Refer to this link for build results (access rights to CI server needed): |
@@ -7,134 +8,90 @@ | |||
|
|||
class EKFilter { | |||
public: | |||
EKFilter() { | |||
EKFilter() | |||
: P(Eigen::Matrix<double, 7, 7>::Identity() * 0.1), |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Please define a matrix7d for clarity
Hello, Otherwise there is maybe room for improvement and refactoring in the computation of the covariance matrix. Thanks |
@haudren Thank you for reviewing ! |
Refer to this link for build results (access rights to CI server needed): |
デフォルトでは何の影響もありませんので,よろしくお願いします.