misaksson / CarND-Capstone

MIT License
2 stars 4 forks source link

Bugfix for TL detector initialization #26

Closed misaksson closed 6 years ago

misaksson commented 6 years ago

The program crashes when first pose topic arrives before the base waypoints topic, ending up with an unknown wp_search member. The fix is to initialize wp_search to None.