diff --git a/src/modelec_utils/include/modelec_utils/point.hpp b/src/modelec_utils/include/modelec_utils/point.hpp index 4032e9a..ea08792 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 150 -#define BASE_DISTANCE 270 +#define CLOSE_DISTANCE 160 +#define BASE_DISTANCE 280 namespace Modelec {