Skip to content

Additional Ransac Checks#178

Merged
akleeman merged 1 commit intoswift-nav:masterfrom
akleeman:additional_ransac_checks
Oct 22, 2019
Merged

Additional Ransac Checks#178
akleeman merged 1 commit intoswift-nav:masterfrom
akleeman:additional_ransac_checks

Conversation

@akleeman
Copy link
Copy Markdown
Contributor

Adds a few additional checks to ransac before it gets run.

@akleeman akleeman force-pushed the additional_ransac_checks branch from 6fcbd50 to 00b2c81 Compare October 22, 2019 00:01
Copy link
Copy Markdown
Contributor

@seth-swiftnav seth-swiftnav left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

lgtm!

Comment on lines 149 to +151
if (min_consensus_size >= groups.size() ||
random_sample_size >= groups.size() || max_iterations <= 0) {
min_consensus_size < random_sample_size ||
random_sample_size >= groups.size() || random_sample_size <= 0 ||
Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

nit: Transitivity makes the third equality redundant. :P
Looks good. No need to change.

@akleeman akleeman merged commit de4e170 into swift-nav:master Oct 22, 2019
@akleeman akleeman deleted the additional_ransac_checks branch October 22, 2019 15:13
sbmueller pushed a commit that referenced this pull request Nov 26, 2024
…iles [AP-3170] (#180) (#499)

Automated PR by Jenkins. If CI has passed successfully, merge away!



**cmake**  5b65c03c  ->  30226aa8
- 30226aa8 : Add codeowners to guideline relevant files [AP-3170]
(swift-nav/cmake#180)
- 87ff9dfa : Revert "CMake patches for QNX Support (#178)"
(swift-nav/cmake#179)
-  5d9f739e  :  CMake patches for QNX Support (swift-nav/cmake#178)
- fa934097 : Static bundles for the IAR toolchain[DRAFT]
(swift-nav/cmake#177)


This pull request was created by
https://jenkins.ci.swift-nav.com/job/CI%20Infra/job/submodule-update/18749/.


[AP-3170]:
https://swift-nav.atlassian.net/browse/AP-3170?atlOrigin=eyJpIjoiNWRkNTljNzYxNjVmNDY3MDlhMDU5Y2ZhYzA5YTRkZjUiLCJwIjoiZ2l0aHViLWNvbS1KU1cifQ
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

Successfully merging this pull request may close these issues.

2 participants