Green light alert
Added toggle to alert the user when a red light turns to green.
This commit is contained in:
@@ -119,6 +119,7 @@ struct CarEvent @0x9b1657f34caf3ad3 {
|
||||
|
||||
# FrogPilot events
|
||||
frogSteerSaturated @122;
|
||||
greenLight @123;
|
||||
|
||||
radarCanErrorDEPRECATED @15;
|
||||
communityFeatureDisallowedDEPRECATED @62;
|
||||
|
||||
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user