-
Notifications
You must be signed in to change notification settings - Fork 837
Update Simitary3 with Align feature #464
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
Merged
Merged
Changes from all commits
Commits
Show all changes
44 commits
Select commit
Hold shift + click to select a range
52e8db6
Merge remote-tracking branch 'origin/develop'
chrisbeall 467edd0
Merge pull request #118 from borglab/release/4.0.1
varunagrawal 7abba7c
Merge pull request #119 from borglab/release/4.0.2
dellaert b84c6ef
Bump version to 4.0.2
Ellon a28806b
Merge pull request #130 from Ellon/fix-4.0.2-version-patch
dellaert 0760858
Install GTSAMConfigVersion.cmake
Ellon 0aaf496
Remove obsolete cmake FindXX modules.
jlblancoc 342f30d
Merge pull request #137 from Ellon/fix/GTSAMConfigVersion.cmake_for_4…
varunagrawal 8425957
Finish Sim3 align and transformFrom functions.
e6b1599
Fix document.
8dd9ff5
Improve code quality.
7cfcbff
Update doc.
aa2d0f3
Change typedef into using.
Alexma3312 58ec261
Fix GTSAM_TYPEDEF_POINTS_TO_VECTORS.
Alexma3312 6f33d00
Correct variable names and refactor code.
Alexma3312 362c93b
Change sim3 variable from T to S.
Alexma3312 c80cfe0
Modify the print function print out format.
Alexma3312 e94aae1
Replace rotAveraging with gtsam::FindKarcherMean.
Alexma3312 f5611fb
Add Compatibility unittest.
Alexma3312 9a07a61
reformat pose3 declaration.
Alexma3312 e00fa56
create a helper function to remove repeat code.
Alexma3312 a9dd3ed
Add a comment for transformFrom pose.
Alexma3312 e3bf438
Merge remote-tracking branch 'upstream/develop' into sim3
Alexma3312 4789cd2
Modify comments and move header file declaration.
Alexma3312 9fd5c66
Add mean function into Point3 class.
Alexma3312 9890744
Create AlignGivenR function and refactor code.
Alexma3312 d2209bf
Merge remote-tracking branch 'upstream/master' into sim3
Alexma3312 f5c0830
Change CMakelist file to fix merge conflict.
Alexma3312 065896d
Merge remote-tracking branch 'upstream/develop' into sim3
Alexma3312 8fa7686
remove commented out code
Alexma3312 a1b73b3
document and use std::tie
Alexma3312 41921c3
Refactor mean and mean_pair test case.
Alexma3312 66c9a63
Fix double computation.
Alexma3312 470862e
Merge remote-tracking branch 'upstream/develop' into sim3
Alexma3312 bf0651b
Refactor Align with short functions.
Alexma3312 a2e1ced
Merge remote-tracking branch 'upstream/develop' into sim3
Alexma3312 463b634
Move private func to .cpp.
Alexma3312 ffd0d5e
Change getXY to calculateScale.
Alexma3312 933565c
Emphasize Rdb is a vector.
Alexma3312 e12d3ba
Change input into centroids.
Alexma3312 8236d69
Refactor code to increase speed.
Alexma3312 3727cc6
Merge remote-tracking branch 'upstream/develop' into sim3
Alexma3312 95724be
Fix quaternions test failure.
Alexma3312 2f32231
Merge remote-tracking branch 'upstream/develop' into sim3
Alexma3312 File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
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
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
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
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
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
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
Oops, something went wrong.
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.
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.
Throw an exception if
n==0
?PS: Sorry for the late comment... :-S
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.
@jlblancoc Thanks for the catch. I will create a new PR to fix it.