Skip to content

Commit

Permalink
At least replicate the functionalities of kiss map, need to test and
Browse files Browse the repository at this point in the history
find a way to remove unused voxels
  • Loading branch information
tizianoGuadagnino committed Jan 9, 2025
1 parent db1e16c commit 920fb8f
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions cpp/kinematic_icp/pipeline/KinematicICP.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,7 @@

#include <Eigen/Core>
#include <cmath>
#include <kiss_icp/core/Preprocessing.hpp>
#include <sophus/se3.hpp>
#include <tuple>
#include <vector>
Expand Down Expand Up @@ -101,7 +102,17 @@ class KinematicICP {
KinematicRegistration registration_;
CorrespondenceThreshold correspondence_threshold_;
Config config_;
<<<<<<< HEAD
SparseVoxelGrid local_map_;
=======
<<<<<<< HEAD
// KISS-ICP pipeline modules
kiss_icp::Preprocessor preprocessor_;
kiss_icp::VoxelHashMap local_map_;
=======
SparseVoxelGrid local_map_;
>>>>>>> 01188b4 (At least replicate the functionalities of kiss map, need to test and)
>>>>>>> 7630bc5 (At least replicate the functionalities of kiss map, need to test and)
};

} // namespace kinematic_icp::pipeline

0 comments on commit 920fb8f

Please sign in to comment.