Skip to content

Commit 548749c

Browse files
authored
Merge pull request AtsushiSakai#284 from Marwan99/patch-1
Fixed typo in planning method docstring
2 parents d469c4e + 53b5b43 commit 548749c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

PathPlanning/AStar/a_star.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ def planning(self, sx, sy, gx, gy):
5151
sx: start x position [m]
5252
sy: start y position [m]
5353
gx: goal x position [m]
54-
gx: goal x position [m]
54+
gy: goal y position [m]
5555
5656
output:
5757
rx: x position list of the final path

0 commit comments

Comments
 (0)