kung-fu-panda-automotive / carla-driver

The CarND Capstone Project
8 stars 8 forks source link

list index out of range in `waypoint_updater/waypoint_updater.py` #18

Closed buffos closed 7 years ago

buffos commented 7 years ago

There is a list index out of range in lines 99-100 in list index out of range in waypoint_updater/waypoint_updater.py

for i in range(LOOKAHEAD_WPS):
            waypoints_ahead.append(self.wp[closest_waypoint+i])