Skip to content

Commit

Permalink
More formatting improvements
Browse files Browse the repository at this point in the history
  • Loading branch information
DrDab committed Oct 17, 2023
1 parent a458dbb commit 699c681
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tests/control/PlanarArmControllerTest.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -48,8 +48,8 @@ TEST_CASE("Test Planar Arm Safety Factor", "[control][planararmcontroller]") {
// Instantiate PlanarArmController.
PlanarArmController<2> foo({0, 0}, kin_obj, Constants::arm::SAFETY_FACTOR);

// Attempt to straighten out the end effector all the way, violating max length safety
// factor. This should cause the EE to be repositioned to fit the length constraint.
// Attempt to straighten out end-effector all the way, exceeding max length.
// This should cause the EE to be repositioned to fit the length constraint.
foo.set_setpoint({0.0, 0.0});
assertApprox({9.5, 0.0}, foo.get_setpoint(robot::types::dataclock::now()));

Expand Down

0 comments on commit 699c681

Please sign in to comment.