guv

Crates.ioguv
lib.rsguv
version0.2.0
sourcesrc
created_at2022-12-02 01:02:15.259264
updated_at2023-04-07 23:54:40.425406
descriptionA PID Controller
homepage
repositoryhttps://github.com/jgrillo/guv
max_upload_size
id728029
size72,500
Jesse C. Grillo (jgrillo)

documentation

README

guv

This crate implements a PID controller as described in

Åström, K. J., & Hägglund, T. (1988).
Automatic Tuning of PID Controllers.
Instrument Society of America (ISA).
ISBN 1-55617-081-5

This crate is currently experimental and should not be used yet.

TODO

  • robust test suite
  • automatic tuning

Credits

This project steals from pid-rs the idea of being generic over a real number type.

This crate got its start at Grapl, Inc.

Commit count: 8

cargo fmt