-
Notifications
You must be signed in to change notification settings - Fork 333
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Auto 2257 fix double construction kiss icp cpp (#294)
* First stop. Remove default constructor Since we can't guarantee how the pipeline is going to be constructed at runtime is better to force the user to wrap it in a pointer type to avoid having a default-constructed object that "should" be modified later on * Second stop: make the only kiss_icp::pipeline::KissICP consumer use ptr This way we guarantee that it's constructed once the `config_` has been properly populated * Last stop: rename "odometry_" for "kiss_icp_" * Remove unnecessary class member * format * Remove unnncesary duplicated call * Update utility function to accoomodate for empty timestamps
- Loading branch information
1 parent
994d232
commit 780fddc
Showing
5 changed files
with
34 additions
and
35 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 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