Aggressive acceleration when following a faster lead

Added toggle to make the acceleration more aggressive when following a faster lead.
This commit is contained in:
FrogAi
2024-03-25 15:59:28 -07:00
parent 5b0d24087c
commit 613ed4b64c
4 changed files with 17 additions and 1 deletions
+1
View File
@@ -211,6 +211,7 @@ std::unordered_map<std::string, uint32_t> keys = {
// FrogPilot parameters
{"AccelerationPath", PERSISTENT},
{"AccelerationProfile", PERSISTENT},
{"AggressiveAcceleration", PERSISTENT},
{"ApiCache_DriveStats", PERSISTENT},
{"CustomAlerts", PERSISTENT},
{"CustomPaths", PERSISTENT},