Skip to content

Commit

Permalink
initialize the test values (#194)
Browse files Browse the repository at this point in the history
Signed-off-by: Tully Foote <[email protected]>
  • Loading branch information
tfoote authored Oct 11, 2019
1 parent ea5eb79 commit 8c2f2d6
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions tf_conversions/test/test_eigen_tf.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -121,6 +121,7 @@ TEST(TFEigenConversions, eigen_tf_transform)
kq.coeffs()(2) = gen_rand(-1.0,1.0);
kq.coeffs()(3) = gen_rand(-1.0,1.0);
kq.normalize();
isometry.setIdentity();
isometry.translate(Eigen::Vector3d(gen_rand(-10,10),gen_rand(-10,10),gen_rand(-10,10)));
isometry.rotate(kq);
affine = isometry;
Expand Down

0 comments on commit 8c2f2d6

Please sign in to comment.