diff --git a/src/modelec_utils/include/modelec_utils/point.hpp b/src/modelec_utils/include/modelec_utils/point.hpp index d86eb97..4032e9a 100644 --- a/src/modelec_utils/include/modelec_utils/point.hpp +++ b/src/modelec_utils/include/modelec_utils/point.hpp @@ -1,7 +1,7 @@ #pragma once -#define CLOSE_DISTANCE 170 -#define BASE_DISTANCE 305 +#define CLOSE_DISTANCE 150 +#define BASE_DISTANCE 270 namespace Modelec {