Skip to content

Latest commit

 

History

History
36 lines (23 loc) · 1.38 KB

File metadata and controls

36 lines (23 loc) · 1.38 KB
$$\huge \displaystyle u = K_p e + K_i \int e \, dt + K_d \frac{de}{dt}$$

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

Python Version Ruff Check Tests Docs

Installation

  1. Clone repository git clone git@github.com:learnsyslab/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