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-4Lines changed: 3 additions & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -16,9 +16,9 @@ Python sample codes for robotics algorithm.
16
16
17
17
Path planning algorithm.
18
18
19
-
# Model Predictive Trajectry Generator
19
+
# Model Predictive Trajectory Generator
20
20
21
-
This script is a path planning code with model predictive trajectry generator.
21
+
This script is a path planning code with model predictive trajectory generator.
22
22
23
23
24
24

@@ -28,7 +28,7 @@ see:
28
28
29
29
## RRT
30
30
31
-
Rapidly Randamized Tree Path plainning sample.
31
+
Rapidly Randamized Tree Path planning sample.
32
32
33
33

34
34
@@ -49,7 +49,6 @@ This script is a path planning code with RRT \*
49
49
50
50
## RRT Car
51
51
52
-
<!--  -->
53
52

54
53
55
54
Path planning for a car robot with RRT and dubins path planner.
0 commit comments