team-fusionx / CarND-Capstone

Team FusionX - Capstone Project for Udacity Self-Driving Car Nanodegree
MIT License
8 stars 3 forks source link

Prevent double stop at same light #138

Closed teeekay closed 6 years ago

teeekay commented 6 years ago

Add check to see if car had just stopped at lights before moving. If so car should not worry about yellow or red lights that have cycled really fast, and should keep rolling!

edufford commented 6 years ago

The code looks good, but I haven’t had a chance to test yet. I’ll try it later today.