Drone models @ LSY. Contains symbolic (CasADi) and numeric (array API, i.e., NumPy, JAX, ...) drone dynamics.
Collection of different drone dynamics models. Also includes meshes of each model.
- Clone repository
git clone [email protected]:utiasDSL/drone-models.git
- Enter repository
cd drone-models
- Install locally with
pip install -e .
or the pixi environment withpixi install
, which can be activated withpixi shell
from drone_models import TODO
- Install testing environment with
pixi install -e test
- Run tests with
pixi run -e test pytest