mirror of
https://github.com/AtsushiSakai/PythonRobotics.git
synced 2026-01-15 06:48:09 -05:00
Merge pull request #284 from Marwan99/patch-1
Fixed typo in planning method docstring
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user