Skip to content

Commit

Permalink
Update src/Geometry_TEST.cc
Browse files Browse the repository at this point in the history
Co-authored-by: Steve Peters <computersthatmove@gmail.com>
Signed-off-by: Benjamin Perseghetti <bperseghetti@rudislabs.com>
  • Loading branch information
bperseghetti and scpeters authored May 23, 2024
1 parent 3cd4b3b commit 21de1ce
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Geometry_TEST.cc
Original file line number Diff line number Diff line change
Expand Up @@ -434,7 +434,7 @@ TEST(DOMGeometry, CalculateInertial)
expectedMassMat.SetOffDiagonalMoments(gz::math::Vector3d::Zero);

expectedInertial.SetMassMatrix(expectedMassMat);
expectedInertial.SetPose(gz::math::Pose3d({0, 0, l / 4.0, 0, 0, 0}));
expectedInertial.SetPose(gz::math::Pose3d({0, 0, -l / 4.0, 0, 0, 0}));

geom.SetType(sdf::GeometryType::CONE);
geom.SetConeShape(cone);
Expand Down

0 comments on commit 21de1ce

Please sign in to comment.