Replies: 1 comment
-
RTAB-Map implemented three ICP approaches, PCL default one, libpointmatcher and CCCorelib (the one used in CloudCompare). We can chose which one we want by using parameter
For Generalized ICP, do you mean https://pointclouds.org/documentation/classpcl_1_1_generalized_iterative_closest_point.html ? For rtabmap/corelib/src/util3d_registration.cpp Lines 386 to 492 in 71bb0cf These functions are used in RegistrationICP when rtabmap/corelib/include/rtabmap/core/Parameters.h Lines 714 to 757 in 71bb0cf |
Beta Was this translation helpful? Give feedback.
-
Hi,
Is there a Generalized ICP feature on RTABMAP? If there isn't, any advice on which section of the code to add this feature? PCL has a class for this. If it's not too hard, I will fork this and attempt to add this feature, or have this as feature request. Thanks. I am working on my research regarding high accuracy SLAM.
Beta Was this translation helpful? Give feedback.
All reactions