Skip to content

Commit 2585691

Browse files
committed
update README
1 parent 0983395 commit 2585691

File tree

5 files changed

+17
-1
lines changed

5 files changed

+17
-1
lines changed
259 KB
Loading
26.1 KB
Loading
26.3 KB
Loading
31.8 KB
Loading

README.md

Lines changed: 17 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -78,6 +78,23 @@ A sample code with Reeds Shepp path planning.
7878
![PythonRobotics/figure_1-5.png at master · AtsushiSakai/PythonRobotics](https://github.com/AtsushiSakai/PythonRobotics/blob/master/PathPlanning/ReedsSheppPath/figure_1-5.png?raw=true)
7979
![PythonRobotics/figure_1-5.png at master · AtsushiSakai/PythonRobotics](https://github.com/AtsushiSakai/PythonRobotics/blob/master/PathPlanning/ReedsSheppPath/figure_1-7.png?raw=true)
8080

81+
## Closed Loop RRT\*
82+
83+
A sample code with closed loop RRT\*
84+
85+
![PythonRobotics/figure_1-5.png at master · AtsushiSakai/PythonRobotics](https://github.com/AtsushiSakai/PythonRobotics/blob/master/PathPlanning/CRRRTStar/Figure_1.png)
86+
![PythonRobotics/figure_1-5.png at master · AtsushiSakai/PythonRobotics](https://github.com/AtsushiSakai/PythonRobotics/blob/master/PathPlanning/CRRRTStar/Figure_4.png)
87+
![PythonRobotics/figure_1-5.png at master · AtsushiSakai/PythonRobotics](https://github.com/AtsushiSakai/PythonRobotics/blob/master/PathPlanning/CRRRTStar/Figure_5.png)
88+
89+
see:
90+
91+
- [Motion Planning in Complex Environments
92+
using Closed-loop Prediction](http://acl.mit.edu/papers/KuwataGNC08.pdf)
93+
94+
- [Real-time Motion Planning with Applications to
95+
Autonomous Urban Driving](http://acl.mit.edu/papers/KuwataTCST09.pdf)
96+
97+
- [[1601.06326] Sampling-based Algorithms for Optimal Motion Planning Using Closed-loop Prediction](https://arxiv.org/abs/1601.06326)
8198

8299
# Path tracking
83100

@@ -90,7 +107,6 @@ Path tracking simulation with pure pursuit steering control and PID speed contro
90107
![PythonRobotics/figure_1-5.png at master · AtsushiSakai/PythonRobotics](https://github.com/AtsushiSakai/PythonRobotics/blob/master/PathTracking/pure_pursuit/Figure_1-3.png)
91108
![PythonRobotics/figure_1-5.png at master · AtsushiSakai/PythonRobotics](https://github.com/AtsushiSakai/PythonRobotics/blob/master/PathTracking/pure_pursuit/2Figure_1-2.png)
92109
![PythonRobotics/figure_1-5.png at master · AtsushiSakai/PythonRobotics](https://github.com/AtsushiSakai/PythonRobotics/blob/master/PathTracking/pure_pursuit/4Figure_1-2.png)
93-
![PythonRobotics/figure_1-5.png at master · AtsushiSakai/PythonRobotics](https://github.com/AtsushiSakai/PythonRobotics/blob/master/PathTracking/pure_pursuit/Figure1.png)
94110

95111

96112

0 commit comments

Comments
 (0)