Skip to content

Commit f23b7d8

Browse files
Clean up unused variable EPS in mecanum_drive_controller (#1444)
1 parent f8bf4ed commit f23b7d8

File tree

1 file changed

+0
-6
lines changed

1 file changed

+0
-6
lines changed

mecanum_drive_controller/test/test_mecanum_drive_controller.cpp

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -31,12 +31,6 @@ class MecanumDriveControllerTest
3131
{
3232
};
3333

34-
namespace
35-
{
36-
// Floating-point value comparison threshold
37-
const double EPS = 1e-3;
38-
} // namespace
39-
4034
TEST_F(MecanumDriveControllerTest, when_controller_is_configured_expect_all_parameters_set)
4135
{
4236
SetUpController();

0 commit comments

Comments
 (0)