Skip to main content

Code to generate and manipulate dubins curves

Project description

Overview

This software finds the shortest paths between configurations for the Dubins’ car [Dubins51], the forward only car-like vehicle with a constrained turning radius. A good description of the equations and basic strategies for doing this are described in section 15.3.1 “Dubins Curves” of the book “Planning Algorithms” [LaValle06].

The approach used to find paths is based on the algebraic solutions published in [Shkel01]. However, rather than using angular symmetries to improve performance, the simpler approach to test all possible solutions is used here.

This code is primarily a Cython wrapper of https://github.com/AndrewWalker/Dubins-Curves

Latest PyPI version Current build status

Installing

You can install the latest stable version from PyPI

$ pip install dubins

Or, you can install the latest development version from GitHub

$ pip install git+git://github.com/AndrewWalker/pydubins.git

Example

Sampling of a Dubin’s path at finite size sizes

import dubins

q0 = (x0, y0, theta0)
q1 = (x1, y1, theta1)
turning_radius = 1.0
step_size = 0.5

qs, _ = dubins.path_sample(q0, q1, turning_radius, step_size)

Contributions

This work was completed as part of [Walker11].

  • Francis Valentinis

  • Royce Smart - who tested early versions of this code while writing up [Smart08].

References

[Dubins51]

Dubins, L.E. (July 1957). “On Curves of Minimal Length with a Constraint on Average Curvature, and with Prescribed Initial and Terminal Positions and Tangents”. American Journal of Mathematics 79 (3): 497–516

[LaValle06]

LaValle, S. M. (2006). “Planning Algorithms”. Cambridge University Press

[Shkel01]

Shkel, A. M. and Lumelsky, V. (2001). “Classification of the Dubins set”. Robotics and Autonomous Systems 34 (2001) 179–202

[Walker11]

Walker, A. (2011). “Hard Real-Time Motion Planning for Autonomous Vehicles”, PhD thesis, Swinburne University.

[Smart08]

Royce, S. (2008). “Evolutionary Control of Autonomous Underwater Vehicles”. PhD thesis, RMIT

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

dubins-0.9.2.tar.gz (34.3 kB view details)

Uploaded Source

File details

Details for the file dubins-0.9.2.tar.gz.

File metadata

  • Download URL: dubins-0.9.2.tar.gz
  • Upload date:
  • Size: 34.3 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No

File hashes

Hashes for dubins-0.9.2.tar.gz
Algorithm Hash digest
SHA256 37b988e5f4de7472fb81b34ffb920dba38c1e1ad754e2b2e8c156680b17d5999
MD5 58098b00d2ef5e351ac607e4ec0aa645
BLAKE2b-256 10a97c90bdb7c2836906299e6b8e10892a7e6f4777a6c4d33b028da2fadbd621

See more details on using hashes here.

Supported by

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