mirror of
https://github.com/AtsushiSakai/PythonRobotics.git
synced 2026-01-13 04:28:04 -05:00
add error handling
This commit is contained in:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user