Drone controllers @ LSY. Contains arrayAPI (i.e., NumPy, JAX, Torch...) implementations for various onboard drone controllers.
- Clone repository
git clone [email protected]: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