SkillAgentSearch skills...

GenerateCurveTool

A tool of generating the common curves for the robot path planning, including dubins path, reeds shepp, etc.

Install / Use

/learn @hanruihua/GenerateCurveTool
About this skill

Quality Score

0/100

Supported Platforms

Universal

README

GenerateCurveTool

A tool of generating the common curves from way points for the robot path planning, including dubins path, reeds shepp, etc.

Dubins path | Reeds Shepp | :-------------------------:|:-------------------------:| |

Prerequisite

  • Python: >= 3.8
    • numpy
    • matplotlib

Installation

You can simply install the package by pip:

pip install gctl

or install the development version by following command:

git clone https://github.com/hanruihua/GenerateCurveTool  
cd GenerateCurveTool  
pip install -e . 

Usage

The examples are in GenerateCurveTool/example/

Roadmap

  • [x] Direct line
  • [x] Dubins path
  • [x] Reeds shepp
  • [ ] bezier

Author

Han Ruihua
Contact: hanrh@connect.hku.hk

View on GitHub
GitHub Stars16
CategoryDevelopment
Updated3mo ago
Forks3

Languages

Python

Security Score

87/100

Audited on Dec 16, 2025

No findings