-
Notifications
You must be signed in to change notification settings - Fork 329
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* Preprocessing as a module * Now C++ compile, need to work on the python API * Fix formatting cmake * Now also in the python API * Remove completely unnused function * Still need to open the PR, good job * Zero additional allocations * We know this shifts * Revert VoxelHashMap change -> Allocations go in a separate PR * Revert "Revert VoxelHashMap change -> Allocations go in a separate PR" This reverts commit 5ae3283. * Revert concurrent vector change * Parallel for and concurrent vector * Include the learnings from other PRs * Huglier solution but it works * Better * Midpose * Actually, lets deskew at the end of the scan as it should be * Revert "Actually, lets deskew at the end of the scan as it should be" This reverts commit c450246. * Fix pipeline for 20.04 * Const correctness just in case * Debug string * Simplify * Remove debug string * Remove redundancy * Deskew with abstract classes...bleh * empty array like in ros * bla * Now it matches main * Rename variable
- Loading branch information
1 parent
4fbdd8d
commit 1642261
Showing
12 changed files
with
112 additions
and
185 deletions.
There are no files selected for viewing
This file contains 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 was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file contains 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 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 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 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 was deleted.
Oops, something went wrong.
This file contains 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 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 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.