Welcome to PythonRobotics’s documentation!
Python codes for robotics algorithm. The project is on GitHub.
This is a Python code collection of robotics algorithms.
Features:
Easy to read for understanding each algorithm’s basic idea.
Widely used and practical algorithms are selected.
Minimum dependency.
See this paper for more details:
- Getting Started
- Introduction
- Localization
- Mapping
- SLAM
- Path Planning
- Dynamic Window Approach
- Bug planner
- Grid based search
- Model Predictive Trajectory Generator
- State Lattice Planning
- Probabilistic Road-Map (PRM) planning
- Visibility Road-Map planner
- Voronoi Road-Map planning
- Rapidly-Exploring Random Trees (RRT)
- Cubic spline planning
- B-Spline planning
- Clothoid path planning
- Eta^3 Spline path planning
- Bezier path planning
- Quintic polynomials planning
- Dubins path planning
- Reeds Shepp planning
- LQR based path planning
- Hybrid a star
- Optimal Trajectory in a Frenet Frame
- Coverage path planner
- Path Tracking
- Arm Navigation
- Aerial Navigation
- Bipedal
- Control
- Utilities
- Appendix
- How To Contribute