mirror of
https://github.com/introlab/rtabmap.git
synced 2026-09-01 17:10:26 +08:00
Odometry: changed isF2M() and isF2F() by getType() (following pull request https://github.com/introlab/rtabmap/pull/102)
This commit is contained in:
@@ -61,7 +61,7 @@ Odometry * Odometry::create(Odometry::Type & type, const ParametersMap & paramet
|
||||
break;
|
||||
default:
|
||||
odometry = new OdometryF2M(parameters);
|
||||
type = Odometry::kTypeLocalMap;
|
||||
type = Odometry::kTypeF2M;
|
||||
break;
|
||||
}
|
||||
return odometry;
|
||||
|
||||
Reference in New Issue
Block a user