We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d469c4e commit 53b5b43Copy full SHA for 53b5b43
PathPlanning/AStar/a_star.py
@@ -51,7 +51,7 @@ def planning(self, sx, sy, gx, gy):
51
sx: start x position [m]
52
sy: start y position [m]
53
gx: goal x position [m]
54
- gx: goal x position [m]
+ gy: goal y position [m]
55
56
output:
57
rx: x position list of the final path
0 commit comments