add error handling

This commit is contained in:
Atsushi Sakai
2018-02-18 10:32:24 -08:00
parent c7fd4eeca8
commit 4c71239099

View File

@@ -107,6 +107,8 @@ class RRT():
best_time = float("inf")
fx = None
# pure pursuit tracking
for ind in path_indexs:
path = self.gen_final_course(ind)