Skip to content

Commit

Permalink
Minor cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
DrDab committed Oct 13, 2023
1 parent fbca180 commit 2007f99
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion tests/control/PlanarArmControllerTest.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,6 @@ TEST_CASE("Test Planar Arm Safety Factor", "[control][planararmcontroller]") {

foo.set_setpoint({2.0, 3.0});
Eigen::Vector2d origSetPoint = kin_obj.jointPosToEEPos({2.0, 3.0});
double expectedNorm = origSetPoint.norm();

assertApprox(origSetPoint, foo.get_setpoint(robot::types::dataclock::now()));
}

0 comments on commit 2007f99

Please sign in to comment.