mirror of
https://github.com/introlab/rtabmap.git
synced 2026-09-02 17:40:23 +08:00
fix another typo for ceres optimizer (#1645)
This commit is contained in:
@@ -77,7 +77,7 @@ class AngleManifold {
|
||||
|
||||
#else
|
||||
|
||||
class AngleManfold {
|
||||
class AngleManifold {
|
||||
public:
|
||||
|
||||
template <typename T>
|
||||
@@ -90,7 +90,7 @@ class AngleManfold {
|
||||
}
|
||||
|
||||
static ceres::LocalParameterization* Create() {
|
||||
return (new ceres::AutoDiffLocalParameterization<AngleManfold, 1, 1>);
|
||||
return (new ceres::AutoDiffLocalParameterization<AngleManifold, 1, 1>);
|
||||
}
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user