matlab-dubins

Dubins Path implementation on matlab
160 Downloads
Updated 29 May 2019

### constructor
Dubins(array of waypoint[x y],dubinsRadius,softingPoint)

### result
array of <struct: x y>

### info
- greater softingPoint make dubins circle softer but require more computing
- result can be accessed in Dubins.result [array of<struct: x y>]

### example
waypoint = [1 1 ; 4 3 ; 8 7]; radius = 1;
dubins = Dubins( waypoint , radius , 10);
result = dubins.result;

Cite As

Adrian A. Firmansyah (2026). matlab-dubins (https://github.com/adrianaryaputra/matlab-dubins), GitHub. Retrieved .

MATLAB Release Compatibility
Created with R2019a
Compatible with any release
Platform Compatibility
Windows macOS Linux
Tags Add Tags

Versions that use the GitHub default branch cannot be downloaded

Version Published Release Notes
1.0.0

To view or report issues in this GitHub add-on, visit the GitHub Repository.
To view or report issues in this GitHub add-on, visit the GitHub Repository.