Skip to main content

RRTs Planners

Project description

RRTs

What is it

A repository of Python2 implemented RRT*-based algorithms for Path Planning of Autonomous Driving.

Currently, it includes these variants:

  1. RRT*[^1], for static environments (parking lots, narrow space).
  2. Bi-RRT*[^2], for static environments (parking lots, narrow space).

How to use

from rrts.planner import RRTStar, BiRRTStar
# see test directory for details to set arguments.
rrt_star = RRTStar()  # or rrt_star= BiRRTStar()
rrt_star.set_vehicle(check_poly, check_res, maximum_curvature)
rrt_star.preset(start, goal, grid_map, grid_res, grid_ori, obstacle, heuristic)
rrt_star.planning(times, debug)

How to install

PyPI

$ pip install rrts

From source

$ git clone https://github.com/liespace/pyRRTs.git
$ cd pyRRTs
$ python setup.py sdist
# install
$ pip install rrts -f dist/* --no-cache-dir
# or upload yours
$ twine upload dist/*

Reference

[^1]: Karaman, Sertac, and Emilio Frazzoli. "Sampling-based algorithms for optimal motion planning." The international journal of robotics research 30.7 (2011): 846-894.

[^2]: Jordan, Matthew, and Alejandro Perez. "Optimal bidirectional rapidly-exploring random trees." (2013).

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

rrts-1.0.8.tar.gz (11.3 kB view details)

Uploaded Source

File details

Details for the file rrts-1.0.8.tar.gz.

File metadata

  • Download URL: rrts-1.0.8.tar.gz
  • Upload date:
  • Size: 11.3 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/1.15.0 pkginfo/1.5.0.1 requests/2.23.0 setuptools/39.0.1 requests-toolbelt/0.9.1 tqdm/4.43.0 CPython/2.7.17

File hashes

Hashes for rrts-1.0.8.tar.gz
Algorithm Hash digest
SHA256 c2126aef653682c18779483617b9a960fed4101059d2c0c90a9a1d788d4bf4a8
MD5 27eb485255339f2ff2dab8b2c7c3dcf3
BLAKE2b-256 fe76d5870e3f54f131eb2a3da42f5b93da857ab1f84f6df42fd50c7aa4bd2e28

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