Crates.io | guv |
lib.rs | guv |
version | 0.2.0 |
source | src |
created_at | 2022-12-02 01:02:15.259264 |
updated_at | 2023-04-07 23:54:40.425406 |
description | A PID Controller |
homepage | |
repository | https://github.com/jgrillo/guv |
max_upload_size | |
id | 728029 |
size | 72,500 |
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.
This project steals from pid-rs the idea of being generic over a real number type.
This crate got its start at Grapl, Inc.