• Stars
    star
    177
  • Rank 211,723 (Top 5 %)
  • Language
    Python
  • License
    MIT License
  • Created almost 4 years ago
  • Updated almost 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