mirror of
https://github.com/introlab/rtabmap.git
synced 2026-09-02 09:30:25 +08:00
Refactoring Registration: added RegistrationInfo class, pipeline registration. Camera source: create laser scan from depth image. Removed OdometryICP as the same behavior can be achieved with OdometryF2F and "Reg/Strategy" = 1 (ICP) or 2 (Vis+ICP).
This commit is contained in:
@@ -50,6 +50,7 @@ SET(SRC_FILES
|
||||
OptimizerGTSAM.cpp
|
||||
OptimizerCVSBA.cpp
|
||||
|
||||
Registration.cpp
|
||||
RegistrationIcp.cpp
|
||||
RegistrationVis.cpp
|
||||
|
||||
@@ -57,7 +58,6 @@ SET(SRC_FILES
|
||||
OdometryThread.cpp
|
||||
OdometryLocalMap.cpp
|
||||
OdometryMono.cpp
|
||||
OdometryICP.cpp
|
||||
OdometryF2F.cpp
|
||||
|
||||
Stereo.cpp
|
||||
|
||||
Reference in New Issue
Block a user