Skip to content

Commit 6c97785

Browse files
committed
remove useless import
1 parent 0dca0e3 commit 6c97785

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

PathPlanning/DepthFirstSearch/depth_first_search.py

+1-3
Original file line numberDiff line numberDiff line change
@@ -12,16 +12,14 @@
1212

1313
import matplotlib.pyplot as plt
1414

15-
import random
16-
1715
show_animation = True
1816

1917

2018
class DepthFirstSearchPlanner:
2119

2220
def __init__(self, ox, oy, reso, rr):
2321
"""
24-
Initialize grid map for DFS planning
22+
Initialize grid map for Depth-First planning
2523
2624
ox: x position list of Obstacles [m]
2725
oy: y position list of Obstacles [m]

0 commit comments

Comments
 (0)