Skip to content

Commit

Permalink
removed unused var in mecanum_drive_controller Closes #1441
Browse files Browse the repository at this point in the history
  • Loading branch information
Shankar-Balajee committed Dec 24, 2024
1 parent 4c2fef9 commit 9145d11
Showing 1 changed file with 0 additions and 6 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -31,12 +31,6 @@ class MecanumDriveControllerTest
{
};

// namespace
// {
// // Floating-point value comparison threshold
// const double EPS = 1e-3;
// } // namespace

TEST_F(MecanumDriveControllerTest, when_controller_is_configured_expect_all_parameters_set)
{
SetUpController();
Expand Down

0 comments on commit 9145d11

Please sign in to comment.