diff --git a/cpp/planarSLAM.h b/cpp/planarSLAM.h index d86d659d9..91a68d6d9 100644 --- a/cpp/planarSLAM.h +++ b/cpp/planarSLAM.h @@ -83,6 +83,8 @@ namespace gtsam { // Keys and Config typedef TypedSymbol PoseKey; typedef TypedSymbol PointKey; + typedef LieConfig PoseConfig; + typedef LieConfig PointConfig; typedef PairConfig Config; // Factors