Skip to content
Snippets Groups Projects
Verified Commit 0a80364c authored by Justin Carpentier's avatar Justin Carpentier Committed by Justin Carpentier
Browse files

[Joint/JointGeneric] Fix template when calling function createData

parent 2a8bf870
Branches
Tags
No related merge requests found
......@@ -161,7 +161,7 @@ namespace se3
{ return *static_cast<const JointModelVariant*>(this); }
JointDataDerived createData() const
{ return ::se3::createData<JointCollection>(*this); }
{ return ::se3::createData<Scalar,Options,JointCollectionTpl>(*this); }
using Base::isEqual;
bool isEqual(const JointModelTpl & other) const
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment