mirror of
https://github.com/AtsushiSakai/PythonRobotics.git
synced 2026-01-13 14:48:02 -05:00
update README
This commit is contained in:
18
README.md
18
README.md
@@ -5,6 +5,7 @@
|
||||
|
||||
Python codes for robotics algorithm.
|
||||
|
||||
|
||||
# Table of Contents
|
||||
* [What is this?](#what-is-this)
|
||||
* [Requirements](#requirements)
|
||||
@@ -46,6 +47,7 @@ Python codes for robotics algorithm.
|
||||
* [RRT* with dubins path](#rrt-with-dubins-path-1)
|
||||
* [RRT* with reeds-sheep path](#rrt-with-reeds-sheep-path)
|
||||
* [Closed Loop RRT*](#closed-loop-rrt)
|
||||
* [LQR-RRT*](#lqr-rrt)
|
||||
* [Cubic spline planning](#cubic-spline-planning)
|
||||
* [B-Spline planning](#b-spline-planning)
|
||||
* [Bezier path planning](#bezier-path-planning)
|
||||
@@ -462,6 +464,21 @@ Autonomous Urban Driving](http://acl.mit.edu/papers/KuwataTCST09.pdf)
|
||||
|
||||
- [[1601.06326] Sampling-based Algorithms for Optimal Motion Planning Using Closed-loop Prediction](https://arxiv.org/abs/1601.06326)
|
||||
|
||||
### LQR-RRT\*
|
||||
|
||||
This is a path planning simulation with LQR-RRT\*.
|
||||
|
||||
A double integrator motion model is used for LQR local planner.
|
||||
|
||||

|
||||
|
||||
Ref:
|
||||
|
||||
- [LQR\-RRT\*: Optimal Sampling\-Based Motion Planning with Automatically Derived Extension Heuristics](http://lis.csail.mit.edu/pubs/perez-icra12.pdf)
|
||||
|
||||
- [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)
|
||||
|
||||
|
||||
## Cubic spline planning
|
||||
|
||||
A sample code for cubic path planning.
|
||||
@@ -679,3 +696,4 @@ You can support financially this project via PayPal.
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user