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.
2 parents d469c4e + 53b5b43 commit 548749cCopy full SHA for 548749c
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