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

RANSAC refactoring #58

Closed
wants to merge 25 commits into from
Closed

Conversation

wambitz
Copy link

@wambitz wambitz commented Sep 26, 2024

Make RANSAC implementation generic for linear and plane models.

juliocastillo and others added 25 commits August 18, 2024 13:33
- source code refactoring, split source code into several files: car, lidar, render, ray.
- add namespaces
- reformat includes
- apply clang-format to source code
- refactor cmake: add src code directories to avoid relative import, use C++17 and add missing boost libraries
- fix issue with pcl library (environment.cpp), ubuntu focal vs jammy
- replace old cpp include guards with pragma once
- add compiler flags for debugging with gdb
- fix a few misspelling typos
Implement 2D and 3D RANSAC Algorithm
@wambitz wambitz requested a review from a team as a code owner September 26, 2024 03:13
@wambitz wambitz requested review from SudKul and removed request for a team September 26, 2024 03:13
@wambitz wambitz closed this Sep 26, 2024
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.

1 participant