Skip to main content

Motion planning algorithms for Python

Project description

Introduction

Python Motion Planning repository provides the implementations of common Motion planning algorithms, including path planners on N-D grid, controllers for path-tracking, trajectory optimizers, a visualizer based on matplotlib and a toy physical simulator to test controllers.

Motion planning plans the state sequence of the robot without conflict between the start and goal.

Motion planning mainly includes Path planning and Trajectory planning.

  • Path Planning: It's based on path constraints (such as obstacles), planning the optimal path sequence for the robot to travel without conflict between the start and goal.
  • Trajectory planning: It plans the motion state to approach the global path based on kinematics, dynamics constraints and path sequence.

The theory analysis can be found at motion-planning.

We also provide ROS C++ version and Matlab version.

Your stars and forks are welcome!

Quick Start

Overview

The source file structure is shown below

python_motion_planning
├─common
|   ├─env
|   |   ├─map
|   |   ├─robot
|   |   └─world
|   ├─utils
|   └─visualizer
├─controller
|   └─path_tracker
├─path_planner
|   ├─graph_search
|   ├─sample_search
|   └─hybrid_search
└─traj_optimizer
    └─curve_generator

Install

(Optional) The code was tested in python=3.10, though other similar versions should also work. We recommend using conda to install the dependencies.

conda create -n pmp python=3.10
conda activate pmp

To install the repository, please run the following command in shell.

pip install python-motion-planning

Run

Please refer to the Tutorials part of online documentation.

Demos

Path Planner

Graph Search

Planner 2D Grid 3D Grid
Dijkstra dijkstra_2d.svg dijkstra_3d.png
GBFS gbfs_2d.svg gbfs_3d.png
A* a_star_2d.svg a_star_3d.png
JPS jps_2d.svg jps_3d.png
Theta* theta_star_2d.svg theta_star_3d.png
Lazy Theta* lazy_theta_star_2d.svg lazy_theta_star_3d.png
D* Implemented in V1.1.1, not migrated Not implemented
LPA* Implemented in V1.1.1, not migrated Not implemented
D* Lite Implemented in V1.1.1, not migrated Not implemented
Anya Not implemented Not implemented

Sample Search

Planner 2D Grid 3D Grid
RRT rrt_2d.svg rrt_3d.png
RRT* rrt_star_2d.svg rrt_star_3d.png
RRT-Connect rrt_connect_2d.svg rrt_connect_3d.png
Informed RRT Implemented in V1.1.1, not migrated Not implemented
PRM Not implemented Not implemented

Evolutionary Search

Planner 2D Grid 3D Grid
ACO Implemented in V1.1.1, not migrated Not implemented
GA Implemented in V1.1.1, not migrated Not implemented
PSO Implemented in V1.1.1, not migrated Not implemented

Hybrid Search

Planner 2D Grid 3D Grid
Voronoi Planner voronoi_planner_2d.svg voronoi_planner_3d.png

Controller

We provide a toy simulator with simple physical simulation to test controllers (path-trakcers). The toy simulator supports multi-agents/multi-robots. The available robots include CircularRobot (Omnidirectional) and DiffDriveRobot (Only support moving forward and backward). Currently only 2D simulator is provided. 3D simulator has not been implemented.

In the following demos, the blue robot 1 is the CircularRobot, and the orange robot 2 is the DiffDriveRobot.

Controller 2D 3D
Path Trakcer path_tracker_2d.gif Not implemented
Pure Pursuit pure_pursuit_2d.gif Not implemented
PID pid_2d.gif Not implemented
APF apf_2d.gif Not implemented
DWA dwa_2d.gif Not implemented
RPP rpp_2d.gif Not implemented
LQR Implemented in V1.1.1, not migrated Not implemented
MPC Implemented in V1.1.1, not migrated Not implemented
MPPI Not implemented Not implemented
TEB Not implemented Not implemented
Lattice Not implemented Not implemented
DQN Not implemented Not implemented
DDPG Implemented in V1.0, not migrated Not implemented

Trajectory Optimizer

Curve Generator

Point-based

Generator 2D 3D
Cubic Spline cubic_spline_2d.svg Not implemented
BSpline bspline_2d.svg Not implemented

Pose-based

Generator 2D 3D
Polynomia polynomial_2d.svg Not implemented
Bezier bezier_2d.svg Not implemented
Dubins dubins_2d.svg Not implemented
Reeds-Shepp reeds_shepp_2d.svg Not implemented

Future Works

  • N-D controllers (path-trackers).

  • Path planning for robotic arms.

  • Path planning on topological map.

  • Sample search with Dubins or Reeds-Shepp curves.

  • Application on ROS2.

  • Application in mainstream robot simulation environments (e.g. Gazebo, Carla, Airsim, PyBullet, MuJoCo, Issac Sim).

  • More mainstream motion planning algorithms.

  • Performance optimization.

Contributors are welcome! For trivial modification, please directly contribute to dev branch. For big modification, please contact us before you contribute.

Contact

Long-term maintainers:

You can contact us via the information provided on our profile.

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

python_motion_planning-2.0.1.tar.gz (97.4 kB view details)

Uploaded Source

Built Distribution

If you're not sure about the file name format, learn more about wheel file names.

python_motion_planning-2.0.1-py3-none-any.whl (117.7 kB view details)

Uploaded Python 3

File details

Details for the file python_motion_planning-2.0.1.tar.gz.

File metadata

  • Download URL: python_motion_planning-2.0.1.tar.gz
  • Upload date:
  • Size: 97.4 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/6.1.0 CPython/3.10.15

File hashes

Hashes for python_motion_planning-2.0.1.tar.gz
Algorithm Hash digest
SHA256 6f79291a934c2d7bf5cd62af2bad6a4c206a46acfadd931e393c22f81fd27321
MD5 ede120dc227264ed8822f827e224ee39
BLAKE2b-256 14fdf83985db449b57aadc68331cbd7b2c16d2235dde77b796635abf4983258e

See more details on using hashes here.

File details

Details for the file python_motion_planning-2.0.1-py3-none-any.whl.

File metadata

File hashes

Hashes for python_motion_planning-2.0.1-py3-none-any.whl
Algorithm Hash digest
SHA256 0d943df1f281c50359987bc2ee09522bf85c1a2d60b3e32e1696ef002f85e9d0
MD5 6660ba8492d8c5f09307a4608fa0c253
BLAKE2b-256 99afab28e63f12ab16cd6f3c0d630c68c22b46bca856188481c7a11371a85f04

See more details on using hashes here.

Supported by

AWS Cloud computing and Security Sponsor Datadog Monitoring Depot Continuous Integration Fastly CDN Google Download Analytics Pingdom Monitoring Sentry Error logging StatusPage Status page