Skip to content

Commit

Permalink
Remove ineffective frame.Identity() call
Browse files Browse the repository at this point in the history
See #984
  • Loading branch information
rjoomen authored Jan 24, 2024
1 parent 5155e20 commit 6e501f3
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions tesseract_kinematics/kdl/src/kdl_utils.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -43,8 +43,6 @@ void KDLToEigen(const KDL::Frame& frame, Eigen::Isometry3d& transform)

void EigenToKDL(const Eigen::Isometry3d& transform, KDL::Frame& frame)
{
frame.Identity();

for (int i = 0; i < 3; ++i)
frame.p[i] = transform(i, 3);

Expand Down

0 comments on commit 6e501f3

Please sign in to comment.