Skip to content

Commit

Permalink
Fix init problem
Browse files Browse the repository at this point in the history
  • Loading branch information
Megane Millan committed Oct 11, 2024
1 parent 78e7f32 commit fd73db2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion include/pinocchio/serialization/joints-model.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -83,7 +83,7 @@ namespace boost
template<typename Scalar, int Options, template<typename S, int O> class JointCollectionTpl>
class SetJointIndexes<pinocchio::JointModelMimicTpl<Scalar, Options, JointCollectionTpl>>
{
pinocchio::JointModelMimicTpl<Scalar, Options, JointCollectionTpl> & joint;
// pinocchio::JointModelMimicTpl<Scalar, Options, JointCollectionTpl> & joint;

public:
explicit SetJointIndexes(
Expand Down

0 comments on commit fd73db2

Please sign in to comment.