Skip to content

Commit

Permalink
[algo/jacobian] Fix rebasing
Browse files Browse the repository at this point in the history
  • Loading branch information
Megane Millan committed Nov 13, 2024
1 parent 4613a0f commit 266b7da
Showing 1 changed file with 0 additions and 9 deletions.
9 changes: 0 additions & 9 deletions include/pinocchio/algorithm/jacobian.hxx
Original file line number Diff line number Diff line change
Expand Up @@ -56,17 +56,8 @@ namespace pinocchio
else
data.oMi[i] = data.liMi[i];

<<<<<<< HEAD
Matrix6xLike & J_ = J.const_cast_derived();
jmodel.jointCols(J_) = data.oMi[i].act(jdata.S());
=======
Matrix6xLike & J_ = PINOCCHIO_EIGEN_CONST_CAST(Matrix6xLike, J);
<<<<<<< HEAD
jmodel.jointVelCols(J_) = data.oMi[i].act(jdata.S());
>>>>>>> a55d3bf7 ([EtienneAr feedback] Split jointCols jointRows and jointBLock for full and reduced system)
=======
jmodel.jointJacCols(J_) = data.oMi[i].act(jdata.S());
>>>>>>> 6b22ea5e ([EtienneAr feedback] Fix joint jacobians computation for mimic)
}
};

Expand Down

0 comments on commit 266b7da

Please sign in to comment.