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
+17-1Lines changed: 17 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -78,6 +78,23 @@ A sample code with Reeds Shepp path planning.
78
78

79
79

80
80
81
+
## Closed Loop RRT\*
82
+
83
+
A sample code with closed loop RRT\*
84
+
85
+

86
+

87
+

88
+
89
+
see:
90
+
91
+
-[Motion Planning in Complex Environments
92
+
using Closed-loop Prediction](http://acl.mit.edu/papers/KuwataGNC08.pdf)
-[[1601.06326] Sampling-based Algorithms for Optimal Motion Planning Using Closed-loop Prediction](https://arxiv.org/abs/1601.06326)
81
98
82
99
# Path tracking
83
100
@@ -90,7 +107,6 @@ Path tracking simulation with pure pursuit steering control and PID speed contro
90
107

91
108

92
109

93
-

0 commit comments