Vision Turn Speed Controller

Added toggles for "Vision Turn Speed Control" along with aggressiveness for the speed and sensitivity for the curve itself.

Credit goes to Pfeiferj!

https: //github.com/pfeiferj
Co-Authored-By: Jacob Pfeifer <jacob@pfeifer.dev>
This commit is contained in:
FrogAi
2024-01-12 22:39:30 -07:00
parent 0e6884df41
commit 7e7584d8cb
4 changed files with 62 additions and 5 deletions

View File

@@ -243,6 +243,7 @@ std::unordered_map<std::string, uint32_t> keys = {
{"CEStopLightsLead", PERSISTENT},
{"Compass", PERSISTENT},
{"ConditionalExperimental", PERSISTENT},
{"CurveSensitivity", PERSISTENT},
{"CustomColors", PERSISTENT},
{"CustomIcons", PERSISTENT},
{"CustomPersonalities", PERSISTENT},
@@ -345,12 +346,14 @@ std::unordered_map<std::string, uint32_t> keys = {
{"StoppingDistance", PERSISTENT},
{"TetheringEnabled", PERSISTENT},
{"TSS2Tune", PERSISTENT},
{"TurnAggressiveness", PERSISTENT},
{"TurnDesires", PERSISTENT},
{"UnlimitedLength", PERSISTENT},
{"Updated", PERSISTENT},
{"UpdateSchedule", PERSISTENT},
{"UpdateTime", PERSISTENT},
{"UseSI", PERSISTENT},
{"VisionTurnControl", PERSISTENT},
{"WheelIcon", PERSISTENT},
{"WideCamera", PERSISTENT},
};