Skip to content

Commit ae3a65c

Browse files
author
ipuch
committed
scout(freeflyer docs)
1 parent c775f25 commit ae3a65c

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

include/pinocchio/multibody/joint/joint-free-flyer.hpp

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff 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
{

0 commit comments

Comments
 (0)