Skip to content

stefan-urban/pyeulerspiral

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Generate Euler-Spirals (Clothoids)

Calculate the points on an euler spiral using the length and bounding curvatures.

Usage

from eulerspiral import eulerspiral

spiral = eulerspiral.EulerSpiral.createFromLengthAndCurvature(length, curvStart, curvEnd)
(x, y, t) = spiral.calc(s, x0, y0, curvStart, hdg)

Reference

Kimia, B. B., Frankel, I., & Popescu, A. M. (2003). Euler spiral for shape completion. International journal of computer vision, 54(1), 159-182.

About

Euler Spiral Generation for OpenDRIVE parsing

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages