mirror of
https://github.com/AtsushiSakai/PythonRobotics.git
synced 2026-01-14 06:17:59 -05:00
1.1 KiB
1.1 KiB
PythonRobotics
Python sample code for robotics
Path Planning
Path Planning Sample.
RRT
Rapidly Randamized Tree Path plainning sample.
simple_rrt.py
This script is a simple rrt planning code with Rapidly-Exploring Random Trees (RRT)
see (in Japanese) :
PythonによるRapidly-Exploring Random Trees (RRT)パスプランニングサンプルプログラム - MyEnigma
Dubins path planning
A sample code for Dubins path planning.
Optimization
Nonlinear Optimization Sample codes.

