mirror of
https://github.com/AtsushiSakai/PythonRobotics.git
synced 2026-01-13 15:48:13 -05:00
Fixed Inappropriate Logical Expression (#945)
This commit is contained in:
@@ -34,7 +34,7 @@ def main():
|
||||
goal = (58, 56)
|
||||
grid = get_occupancy_grid(arm, obstacles)
|
||||
route = astar_torus(grid, start, goal)
|
||||
if len(route) >= 0:
|
||||
if route:
|
||||
animate(grid, arm, route)
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user