You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@@ -324,7 +324,7 @@ This is a 2D grid based shortest path planning with A star algorithm.
324
324
325
325
In the animation, cyan points are searched nodes.
326
326
327
-
It's heuristic is 2D Euclid distance.
327
+
Its heuristic is 2D Euclid distance.
328
328
329
329
### Potential Field algorithm
330
330
@@ -410,7 +410,7 @@ This Voronoi road-map planner uses Dijkstra method for graph search.
410
410
411
411
In the animation, blue points are Voronoi points,
412
412
413
-
Cyan crosses means searched points with Dijkstra method,
413
+
Cyan crosses mean searched points with Dijkstra method,
414
414
415
415
The red line is the final path of Vornoi Road-Map.
416
416
@@ -470,7 +470,7 @@ Path planning for a car robot with RRT\* and reeds sheep path planner.
470
470
471
471
This is a path planning code with Informed RRT\*.
472
472
473
-
The cyan ellipse is the heuristic sampling domein of Informed RRT\*.
473
+
The cyan ellipse is the heuristic sampling domain of Informed RRT\*.
474
474
475
475
Ref:
476
476
@@ -518,7 +518,7 @@ Ref:
518
518
519
519
-[LQR\-RRT\*: Optimal Sampling\-Based Motion Planning with Automatically Derived Extension Heuristics](http://lis.csail.mit.edu/pubs/perez-icra12.pdf)
520
520
521
-
-[MahanFathi/LQR\-RRTstar: LQR\-RRT\* method is used for random motion planning of a simple pendulum in it's phase plot](https://github.com/MahanFathi/LQR-RRTstar)
521
+
-[MahanFathi/LQR\-RRTstar: LQR\-RRT\* method is used for random motion planning of a simple pendulum in its phase plot](https://github.com/MahanFathi/LQR-RRTstar)
522
522
523
523
524
524
## Cubic spline planning
@@ -722,7 +722,7 @@ If your PR is merged multiple times, I will add your account to the author list.
722
722
723
723
You can support this project financially via Patreon.
724
724
725
-
You can get e-mail technical supports about the codes if you are being patron.
725
+
You can get e-mail technical supports about the codes if you are being a patron.
726
726
727
727
-[Atsushi Sakai is creating Open Source Software \| Patreon](https://www.patreon.com/myenigma)
0 commit comments