Skip to content

Commit

Permalink
Coding from your phone is a bad idea
Browse files Browse the repository at this point in the history
  • Loading branch information
sea-bass authored Sep 20, 2024
1 parent a2e8408 commit d6a1b6a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion moveit_ros/moveit_servo/tests/test_integration.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -145,7 +145,7 @@ TEST_F(ServoCppFixture, PoseTest)
ASSERT_EQ(status_next, moveit_servo::StatusCode::NO_WARNING);

// Check against manually verified value
constexpr double expected_delta = 0.003364;
constexpr double expected_delta = 0.003364;
double delta = next_state.positions[6] - curr_state.positions[6];
constexpr double tol = 0.00001;
ASSERT_NEAR(delta, expected_delta, tol);
Expand Down

0 comments on commit d6a1b6a

Please sign in to comment.