misaksson / CarND-Capstone

MIT License
2 stars 4 forks source link

Bugfix for traffic-lights beyond planned path #24

Closed misaksson closed 6 years ago

misaksson commented 6 years ago

The waypoint_updater crashes when a traffic-light is detected beyond the range of waypoints in the planned path. This is now prevented by first checking that the stop-line actually is within the range of waypoints before planning for a stop.