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

Covariance Matrix for Mono SLAM #28

Open
Andreluizfc opened this issue Mar 15, 2018 · 0 comments
Open

Covariance Matrix for Mono SLAM #28

Andreluizfc opened this issue Mar 15, 2018 · 0 comments

Comments

@Andreluizfc
Copy link

Hello,

I am trying to get the Pose data and fuse with others Sensors through KF. But I could not find a place where the covariance from the pose is initialized. Have you done something similar? Do you fuse infomation with any filter?

I've found some issues regarding this same topic. In this question the guy told to use this matrix:

static const boost::array<double, 36> STANDARD_POSE_COVARIANCE =
{ { 0.1, 0, 0, 0, 0, 0,
    0, 0.1, 0, 0, 0, 0,
    0, 0, 0.1, 0, 0, 0,
    0, 0, 0, 0.17, 0, 0,
    0, 0, 0, 0, 0.17, 0,
    0, 0, 0, 0, 0, 0.17 } };

But I don't know how general is this.

Thanks!

André Castro.

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