There was an error while loading. Please reload this page.
1 parent d1f4288 commit e2d44f2Copy full SHA for e2d44f2
1 file changed
src/scenic/domains/driving/behaviors/walks.scenic
@@ -135,7 +135,6 @@ behavior WalkPath(path, targetSpeed, *, avoidObstacles=True, terminationThresh=0
135
136
# Modify path to route around objects.
137
refined_path_ls = getBugPath(self, refined_path_ls, background_objects, bufferConst=bufferConst)
138
- refined_path_ls = shapely.remove_repeated_points(refined_path_ls)
139
# If refined_path_ls is None, our goal is inside the danger zone and we can't
140
# proceed further right now.
141
if refined_path_ls is None:
0 commit comments