SkillAgentSearch skills...

CurvesGenerator

Common used curves for motion planning.

Install / Use

/learn @zhm-real/CurvesGenerator

README

CurvesGenerator

Overview

This repository concludes some common used curves or polynomials on path planning.

Dubins Path

<div align=right> <table> <tr> <td><img src="https://github.com/zhm-real/ReedsSheppCurves/blob/master/gif/dubins1.gif" alt="rs1" width="400"/></a></td> <td><img src="https://github.com/zhm-real/ReedsSheppCurves/blob/master/gif/dubins2.gif" alt="rs2" width="400"/></a></td> </tr> </table> </div>

Reeds-Shepp Path

<div align=right> <table> <tr> <td><img src="https://github.com/zhm-real/ReedsSheppCurves/blob/master/gif/RS1.gif" alt="rs1" width="400"/></a></td> <td><img src="https://github.com/zhm-real/ReedsSheppCurves/blob/master/gif/RS2.gif" alt="rs2" width="400"/></a></td> </tr> </table> </div>

Bezier Path

<div align=right> <table> <tr> <td><img src="https://github.com/zhm-real/CurvesGenerator/blob/master/gif/cubicbezierdemo.gif" alt="rs1" width="400"/></a></td> <td><img src="https://github.com/zhm-real/CurvesGenerator/blob/master/gif/bezier.gif" alt="rs2" width="400"/></a></td> </tr> </table> </div>

B-Spline Line & Quintic Polynomial

<div align=right> <table> <tr> <td><img src="https://github.com/zhm-real/CurvesGenerator/blob/master/gif/BSpline.gif" alt="rs1" width="400"/></a></td> <td><img src="https://github.com/zhm-real/CurvesGenerator/blob/master/gif/quintic.gif" alt="rs2" width="400"/></a></td> </tr> </table> </div>

Reference

View on GitHub
GitHub Stars238
CategoryDevelopment
Updated22h ago
Forks66

Languages

Python

Security Score

100/100

Audited on Mar 27, 2026

No findings