Green light alert

Added toggle to alert the user when a red light turns to green.
This commit is contained in:
FrogAi
2024-02-27 16:34:47 -07:00
parent 1d3a40aa7e
commit f2cd6e256a
9 changed files with 40 additions and 2 deletions

View File

@@ -27,6 +27,7 @@ struct FrogPilotPlan @0xda96579883444c35 {
desiredFollowDistance @2 :Int16;
laneWidthLeft @3 :Float32;
laneWidthRight @4 :Float32;
redLight @5 :Bool;
safeObstacleDistance @6 :Int16;
safeObstacleDistanceStock @7 :Int16;
stoppedEquivalenceFactor @12 :Int16;