Skip to content

Commit fcf3241

Browse files
[feature-pose] Fix the namespace problem.
1 parent adcf974 commit fcf3241

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

src/feature/feature-pose.cpp

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -37,5 +37,9 @@ template <> DYNAMICGRAPH_FACTORY_ENTITY_PLUGIN(FeaturePose_t, "FeaturePose");
3737
template <>
3838
DYNAMICGRAPH_FACTORY_ENTITY_PLUGIN(FeaturePoseSE3_t, "FeaturePoseSE3");
3939

40+
namespace dynamicgraph {
41+
namespace sot {
4042
template class FeaturePose<R3xSO3Representation>;
4143
template class FeaturePose<SE3Representation>;
44+
}
45+
}

0 commit comments

Comments
 (0)