We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f7f8ebb commit 471c933Copy full SHA for 471c933
include/sot/core/feature-pose.hh
@@ -167,6 +167,10 @@ template <typename T>
167
Vector6d convertVelocity(const MatrixHomogeneous &M,
168
const MatrixHomogeneous &Mdes,
169
const Vector &faNufafbDes);
170
+
171
+template<> const std::string FeaturePose<SE3Representation>::CLASS_NAME;
172
+template<> const std::string FeaturePose<R3xSO3Representation>::CLASS_NAME;
173
174
#if __cplusplus >= 201103L
175
extern template class SOT_CORE_DLLAPI FeaturePose<SE3Representation>;
176
extern template class SOT_CORE_DLLAPI FeaturePose<R3xSO3Representation>;
0 commit comments