Skip to content

Commit 53b5b43

Browse files
authored
Fixed typo in planning method docstring
1 parent d469c4e commit 53b5b43

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)