Skip to content

Commit

Permalink
[EtienneAr Feedback] 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 3178034 commit 78e7f32
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions include/pinocchio/serialization/joints-model.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -87,8 +87,8 @@ namespace boost

public:
explicit SetJointIndexes(
pinocchio::JointModelMimicTpl<Scalar, Options, JointCollectionTpl> & joint)
: joint(joint) {};
pinocchio::JointModelMimicTpl<Scalar, Options, JointCollectionTpl> & joint_)
: joint(joint_) {};

void run(pinocchio::JointIndex i_id, int i_q, int i_v, int i_j)
{
Expand Down

0 comments on commit 78e7f32

Please sign in to comment.