Drone controllers @ LSY. Contains array API (i.e., NumPy, JAX, Torch...) implementations for various onboard drone controllers.
- Clone repository
git clone git@github.com:utiasDSL/drone-controllers.git - Enter repository
cd drone-controllers - Install locally with
pip install -e .or the pixi environment withpixi install, which can be activated withpixi shell
TODO
- Install testing environment with
pixi install -e test - Run tests with
pixi run -e test pytest