Skip to content

Commit 471c933

Browse files
[feature-pose] Forward declaration of CLASS_NAME for feature-pose.
1 parent f7f8ebb commit 471c933

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

include/sot/core/feature-pose.hh

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -167,6 +167,10 @@ template <typename T>
167167
Vector6d convertVelocity(const MatrixHomogeneous &M,
168168
const MatrixHomogeneous &Mdes,
169169
const Vector &faNufafbDes);
170+
171+
template<> const std::string FeaturePose<SE3Representation>::CLASS_NAME;
172+
template<> const std::string FeaturePose<R3xSO3Representation>::CLASS_NAME;
173+
170174
#if __cplusplus >= 201103L
171175
extern template class SOT_CORE_DLLAPI FeaturePose<SE3Representation>;
172176
extern template class SOT_CORE_DLLAPI FeaturePose<R3xSO3Representation>;

0 commit comments

Comments
 (0)