Skip to content

Commit

Permalink
Add a comment on test suite parametrization
Browse files Browse the repository at this point in the history
  • Loading branch information
fmauch committed Jun 17, 2024
1 parent b3465dc commit 604d798
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions ur_calibration/test/calibration_test.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -205,6 +205,9 @@ TEST_P(CalibrationTest, calibration)
}
}

// Tests are parametrized by both, the robot model (e.g. "ur10e") and the DH diff as they are stored on the robot
// controller's calibration file.
// The test will then assemble the DH parameters using the ones from the base model and the calibration.
INSTANTIATE_TEST_SUITE_P(
CalibrationTests, CalibrationTest,
::testing::Values(
Expand Down

0 comments on commit 604d798

Please sign in to comment.