File tree Expand file tree Collapse file tree 1 file changed +2
-1
lines changed
include/pinocchio/multibody/joint Expand file tree Collapse file tree 1 file changed +2
-1
lines changed Original file line number Diff line number Diff line change @@ -256,6 +256,8 @@ namespace pinocchio
256256
257257 }; // struct JointDataFreeFlyerTpl
258258
259+
260+ PINOCCHIO_JOINT_CAST_TYPE_SPECIALIZATION (JointModelFreeFlyerTpl);
259261 // / @brief Free-flyer joint in \f$SE(3)\f$.
260262 // /
261263 // / A free-flyer joint adds seven coordinates to the configuration space.
@@ -280,7 +282,6 @@ namespace pinocchio
280282 // / corresponding to the angular velocity from the child frame to the
281283 // / parent frame, expressed in the child frame (body angular velocity of the
282284 // / child frame).
283- PINOCCHIO_JOINT_CAST_TYPE_SPECIALIZATION (JointModelFreeFlyerTpl);
284285 template <typename _Scalar, int _Options>
285286 struct JointModelFreeFlyerTpl : public JointModelBase <JointModelFreeFlyerTpl<_Scalar, _Options>>
286287 {
You can’t perform that action at this time.
0 commit comments