Fixed bug at microlanes
This commit is contained in:
parent
46d50df7c5
commit
8b8f703b43
|
@ -117,7 +117,7 @@ class GlobalRoutePlanner(object):
|
|||
else:
|
||||
next_wps = wp1.next(self._sampling_resolution)
|
||||
if len(next_wps) == 0:
|
||||
break
|
||||
continue
|
||||
seg_dict['path'].append(next_wps[0])
|
||||
self._topology.append(seg_dict)
|
||||
|
||||
|
|
Loading…
Reference in New Issue