Skip to content

Commit

Permalink
minor improvement
Browse files Browse the repository at this point in the history
  • Loading branch information
remibettan committed May 23, 2021
1 parent 0b77e0b commit 9c7258c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion unit-tests/func/extrinsics/test-extrinsics.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ struct position_and_rotation {

if (fabs(pos_and_rot[i][j] - other.pos_and_rot[i][j]) > tolerance)
{
std::cout << "i,j = " << i << "," << j << ", pos_and_rot[i][j] = " << (double)pos_and_rot[i][j] << ", target = " << (double)target << ", tolerance = " << tolerance << std::endl;
std::cout << "i,j = " << i << "," << j << ", pos_and_rot[i][j] = " << (double)pos_and_rot[i][j] << ", tolerance = " << tolerance << std::endl;
return false;
}
}
Expand Down

0 comments on commit 9c7258c

Please sign in to comment.