Skip to content

toplevelview/dubins-path

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Dubins curves implemented in Javascript/Typescript for Node.js and the browser

Functions to create Dubins path, which is shortest path of a vehicle constrained by a turn radius.

In 1957, Lester Dubins mathematically proved that the shortest distance between two waypoints (x, y, psi) can be calculated as a combination of straight lines and circular arcs, requiring only three segments.

This code is adapted from the Python implementation by fgabbert.

A demo is available.

About

Functions to create Dubins path, which is shortest path of a vehicle constrained by a turn radius.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published