Skip to content

Commit 4c71239

Browse files
committed
add error handling
1 parent c7fd4ee commit 4c71239

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

PathPlanning/ClosedLoopRRTStar/closed_loop_rrt_star_car.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -107,6 +107,8 @@ def search_best_feasible_path(self, path_indexs):
107107

108108
best_time = float("inf")
109109

110+
fx = None
111+
110112
# pure pursuit tracking
111113
for ind in path_indexs:
112114
path = self.gen_final_course(ind)

0 commit comments

Comments
 (0)