### 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 LinuxCategories
Find more on Motion Planning in Help Center and MATLAB Answers
Tags
Discover Live Editor
Create scripts with code, output, and formatted text in a single executable document.
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.
