Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/jafarabdi/time_optimal_trajectory_generation_py


https://github.com/jafarabdi/time_optimal_trajectory_generation_py

Last synced: 2 days ago
JSON representation

Awesome Lists containing this project

README

        

# Time-Optimal Trajectory Generation pybind11 binding

Python binding to https://github.com/tobiaskunz/trajectories/

## Installation

Use [pixi](pixi.sh)

```bash
pixi run install
```

## Example

```bash
pixi run python examples/example.py
```

## Releasing a new version to conda

```bash
pixi run conda-build
pixi run upload --api-key .build/conda/linux-64/XXX.conda
```