Fix covariance calculations#78
Merged
130s merged 1 commit intoCCNYRoboticsLab:ros1from Jul 21, 2022
Merged
Conversation
Open
130s
approved these changes
Jul 15, 2022
Collaborator
130s
left a comment
There was a problem hiding this comment.
Same comment as #79 (review). Btw this solution looks beautifully reducing the complexity of matrix!
I'm by no means an expert on this change so my review is limited to coding only. That said nothing redflags my eyes.
With probably a lack of active maintainership (tracked in #69), I'm ok to have it unmerged for a week or so then merge if no further review is added.
If you can review @cst0 that'll be great.
5730289021-NN
pushed a commit
to FIBO-Engineer/ros_laser_template_matcher
that referenced
this pull request
Aug 22, 2023
Fix covariance calculations
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
The way the ICP covariance calculations are being applied to the output ROS message is incorrect in several ways.
First, the wrong values are being used and, second, the 2x2 xy covariance matrix needs to be rotated into the odom frame from the laser frame of the reference keyframe.
This pull request addresses those issuss.
current-2022-07-12_16.30.48.mp4
fixed-2022-07-12_16.33.06.mp4