issues
search
ll7
/
paf21-1
8
stars
2
forks
source link
Fix Car Passing Red Lights
#57
Closed
Bonifatius94
closed
2 years ago
Bonifatius94
commented
2 years ago
Issue:
sometimes, the car stops at red traffic lights, but then it decides to start driving again even though the lights are still red
find the cause of this issue and fix it
possible causes:
the perception scans other traffic lights that are not related to the driving context
the perception has occasional misinterpretations (accuracy is > 99%, but still not perfect)
the state machine is not robust enough to ignore misleading sensor information based on the given context
there might be logic errors in the speed state machine
Goal:
make the car handle traffic lights correctly
Issue:
Goal: