Fixed typo in planning method docstring

This commit is contained in:
Marwan Taher
2020-02-04 15:38:57 +00:00
committed by GitHub
parent d469c4e51d
commit 53b5b43a75

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