Skip to content

Commit 713c39a

Browse files
committed
remove comment
1 parent 02d2048 commit 713c39a

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

orocos_kdl/src/frames.cpp

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -413,8 +413,6 @@ double Rotation::GetRotAngle(Vector& axis,double eps) const {
413413
return angle; // return 180 deg rotation
414414
}
415415

416-
// If the matrix is slightly non-orthogonal, `f` may be out of the (-1, +1) range.
417-
// Therefore, clamp it between those values to avoid NaNs.
418416
double f = (data[0] + data[4] + data[8] - 1) / 2;
419417

420418
x = (data[7] - data[5]);

0 commit comments

Comments
 (0)