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
- Direct line
- Dubins path
- Reeds shepp
- bezier
Author
Han Ruihua
Contact: hanrh@connect.hku.hk
Release files for gctl 1.2
For a detailed explanation of source distributions (sdists) and built distributions (wheels), please see the package formats documentation.
Source distribution (sdist)
| File | Size | Uploaded | |
|---|---|---|---|
| gctl-1.2.tar.gz | 10.2 kB | Details |
Built distribution (wheel)
| File | Interpreter | ABI | Platform | Reset |
|---|---|---|---|---|
| gctl-1.2-py3-none-any.whl | Python 3 | none | any | Details |
Total release size: 21.0 kB
Release files / gctl-1.2.tar.gz
| Download URL | gctl-1.2.tar.gz |
|---|---|
| Size | 10.2 kB |
| Tags | Source |
|
SHA-256 checksum How to use checksums |
4bbc19eee5444a3984709573ae5f7f60424f0dd07d7d9b6735c8aa975eeea306
|
|
BLAKE2b-256 checksum How to use checksums |
04ae2e2bc094d5f040a8ccc1890e6fd445b0298b958e42156ce1338da14af7d2
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |
| Uploaded via |
twine/5.0.0 CPython/3.11.7
|
Release files / gctl-1.2-py3-none-any.whl
| Download URL | gctl-1.2-py3-none-any.whl |
|---|---|
| Size | 10.9 kB |
| Tags | Python 3 |
|
SHA-256 checksum How to use checksums |
49513483979f128cce30de026f814e1a617dbf0778c2ca739c7deac3ef0a2e83
|
|
BLAKE2b-256 checksum How to use checksums |
36586b03b10d9808425ac8c2cab0aa21d971434da5fbbf3431ce99277ae66197
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |
| Uploaded via |
twine/5.0.0 CPython/3.11.7
|