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 the odometry ? #27

Open
swiipius opened this issue Jul 22, 2023 · 2 comments
Open

Covariance Matrix for the odometry ? #27

swiipius opened this issue Jul 22, 2023 · 2 comments
Assignees
Labels
enhancement New feature or request

Comments

@swiipius
Copy link

From running the li_slam_ros2 in my project, I can see that the covariance matrix for the odometry is set to 0 is their anyway to get calculated values like the original LIO-SAM did ? I would like to add li_slam_ros2 as an odometry source for the robot_localization stack :D

@rsasaki0109
Copy link
Owner

rsasaki0109 commented Jul 22, 2023

What is the topic name with covariance in LIO-SAM that I can refer to for consideration?

@rsasaki0109 rsasaki0109 self-assigned this Jul 22, 2023
@rsasaki0109 rsasaki0109 added the enhancement New feature or request label Jul 22, 2023
@rsasaki0109
Copy link
Owner

rsasaki0109 commented Jul 23, 2023

It seems that you can obtain covariance with the marginalCovariance function in ISAM2 of GTSAM.
In g2o, it appears you can output the error covariance for each vertex using the computeMarginals function.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

2 participants