Skip to content

Commit

Permalink
Clean up unused variable EPS in mecanum_drive_controller (#1444)
Browse files Browse the repository at this point in the history
  • Loading branch information
Shankar-Balajee authored Dec 26, 2024
1 parent f8bf4ed commit f23b7d8
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 f23b7d8

Please sign in to comment.