mirror of
https://github.com/AtsushiSakai/PythonRobotics.git
synced 2026-04-22 03:00:22 -04:00
fix test and code clean up for lgtm
This commit is contained in:
@@ -160,6 +160,9 @@ def main():
|
||||
rx, ry = potential_field_planning(
|
||||
sx, sy, gx, gy, ox, oy, grid_size, robot_radius)
|
||||
|
||||
print(rx)
|
||||
print(ry)
|
||||
|
||||
if show_animation:
|
||||
plt.show()
|
||||
|
||||
|
||||
Reference in New Issue
Block a user