Closed simonrozsival closed 4 years ago
I identified two more problems with pure pursuit:
number_laps
find_nearest_goal
The fixes to both bugs were really simple so here's the PR.
Changes made!
I identified two more problems with pure pursuit:
number_laps
),find_nearest_goal
had an index error when the car was nearing the end of the lap.The fixes to both bugs were really simple so here's the PR.