Merge pull request #284 from Marwan99/patch-1

Fixed typo in planning method docstring
This commit is contained in:
Atsushi Sakai
2020-02-05 20:49:34 +09:00
committed by GitHub

View File

@@ -51,7 +51,7 @@ class AStarPlanner:
sx: start x position [m]
sy: start y position [m]
gx: goal x position [m]
gx: goal x position [m]
gy: goal y position [m]
output:
rx: x position list of the final path