From 098f90915439de19ab6d5339004d05d1f967130c Mon Sep 17 00:00:00 2001 From: Tomas Baca Date: Wed, 13 Dec 2023 07:59:49 +0100 Subject: [PATCH] updated tests --- test/control_manager/eland_innovation/test.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/control_manager/eland_innovation/test.cpp b/test/control_manager/eland_innovation/test.cpp index 940caec..41af3c1 100644 --- a/test/control_manager/eland_innovation/test.cpp +++ b/test/control_manager/eland_innovation/test.cpp @@ -4,7 +4,7 @@ #include -#define POS_JUMP_SIZE 3.0 +#define POS_JUMP_SIZE 4.0 class Tester : public mrs_uav_testing::TestGeneric {