Skip to content

Drone controllers @ LSY. Contains numeric (NumPy, JAX, Torch, ...) versions of onboard controllers.

Notifications You must be signed in to change notification settings

utiasDSL/drone-controllers

Repository files navigation

$$\huge \displaystyle u = K_p e + K_i \int e \, dt + K_d \frac{de}{dt}$$

Drone controllers @ LSY. Contains arrayAPI (i.e., NumPy, JAX, Torch...) implementations for various onboard drone controllers.

Python Version Ruff Check Tests Docs

Installation

  1. Clone repository git clone [email protected]:utiasDSL/drone-controllers.git
  2. Enter repository cd drone-controllers
  3. Install locally with pip install -e . or the pixi environment with pixi install, which can be activated with pixi shell

Usage

TODO

Testing

  1. Install testing environment with pixi install -e test
  2. Run tests with pixi run -e test pytest

About

Drone controllers @ LSY. Contains numeric (NumPy, JAX, Torch, ...) versions of onboard controllers.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages