Skip to content

Commit

Permalink
Revert "breaking the tests to test the rostest pipeline"
Browse files Browse the repository at this point in the history
This reverts commit 87a98c9.
  • Loading branch information
klaxalk committed Nov 18, 2023
1 parent 87a98c9 commit a6534b2
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions test/attitude_converter/test.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -50,9 +50,6 @@ TEST(TESTSuite, conversion_chain) {
printf("final output: roll=%1.2f, pitch=%1.2f, yaw=%1.2f, heading=%1.2f\n", roll3, pitch3, yaw3, heading1);
printf("\n");

// breaking the test to test the tests
pitch3 = 10.2;

if (fabs(roll3 - roll) > 1e-6 || fabs(pitch3 - pitch) > 1e-6 || fabs(yaw3 - yaw) > 1e-6) {
result *= 0;
}
Expand Down

0 comments on commit a6534b2

Please sign in to comment.