From 06f88f9a00740ff7f2e19ce6ed99a0ea70640771 Mon Sep 17 00:00:00 2001 From: Alexander Klein Date: Thu, 27 Apr 2023 12:14:20 +0200 Subject: [PATCH] some settings --- .vscode/settings.json | 3 ++- src/driveModi/Modi/Autopilot/autopilotConfig.h | 2 +- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/.vscode/settings.json b/.vscode/settings.json index 6701358..1b79192 100644 --- a/.vscode/settings.json +++ b/.vscode/settings.json @@ -107,5 +107,6 @@ "TPMOBIL", "UBLOX", "ZLPJ" - ] + ], + "cmake.configureOnOpen": false } diff --git a/src/driveModi/Modi/Autopilot/autopilotConfig.h b/src/driveModi/Modi/Autopilot/autopilotConfig.h index 626f14a..4157233 100644 --- a/src/driveModi/Modi/Autopilot/autopilotConfig.h +++ b/src/driveModi/Modi/Autopilot/autopilotConfig.h @@ -34,7 +34,7 @@ /** * @brief Needed distance to the next point to choose the next point as target. */ -#define MIN_DISTANCE_TO_NEXT_POINT 2 +#define MIN_DISTANCE_TO_NEXT_POINT 0.5 /**