• Stars
    star
    187
  • Rank 206,464 (Top 5 %)
  • Language
    Python
  • License
    MIT License
  • Created over 4 years ago
  • Updated over 3 years ago

Reviews

There are no reviews yet. Be the first to send feedback to the community and the maintainers!

Repository Details

Common used curves for motion planning.

CurvesGenerator

Overview

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

Dubins Path

rs1 rs2

Reeds-Shepp Path

rs1 rs2

Bezier Path

rs1 rs2

B-Spline Line & Quintic Polynomial

rs1 rs2

Reference