https://github.com/team846/trajectory-gen
https://github.com/team846/trajectory-gen
Last synced: 3 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/team846/trajectory-gen
- Owner: Team846
- Created: 2021-02-24T08:47:54.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2021-05-02T18:29:21.000Z (about 4 years ago)
- Last Synced: 2025-01-17T00:19:08.918Z (5 months ago)
- Language: Python
- Size: 263 KB
- Stars: 0
- Watchers: 7
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Trajectory Generator
## Install dependencies
```
pip3 install matplotlib scipy
```## Run
```
python3 -m trajectory_gen
```
- Takes ~1 min for slalom path generation
- Trajectory file (points + timestamps) will be printed to `gen.csv`