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
Copy file name to clipboardExpand all lines: README.md
+3-1Lines changed: 3 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -21,6 +21,8 @@ Two well-known path tracking controllers are the Pure Pursuit [1] and the Stanle
21
21
To generalize the computation of the path tracking error (and therefore the interface of the local path planner and the path tracking controller), [3] has proposed a classification of path tracking error definitions and also listed the required path operations (e.g. intersection of line/circle with path).
22
22
This repository implements these operations (and other such as frenet transformation) for different represenations of 2-dimensional paths.
23
23
24
+
Run this [example](https://github.com/gnestlinger/Path2D/blob/main/examples/exPathTrackErr.m) for a comparison of Pure Pursuit and Stanley path tracking models.
25
+
24
26
## Quick Start
25
27
```matlab
26
28
% Example: Create a PolygonPath from waypoints and visualize the path
@@ -53,7 +55,7 @@ help SplinePath % Spline path
53
55
```
54
56
55
57
## Examples
56
-
See the [examples](https://github.com/gnestlinger/Path2D/tree/main/examples) folder.
58
+
See the [examples](https://github.com/gnestlinger/Path2D/tree/main/examples) folder.
0 commit comments