repo.or.cz
/
liba.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
python/src/liba.pyx: fix array for sqrt_u32 and sqrt_u64
[liba.git]
/
tests
/
pid_neuro.rs
blob
e1e0f9aece48fae93db3e424fa62f42ba1055e98
1
#[test]
2
fn pid_neuro() {
3
let mut pid = liba::pid_neuro::new();
4
pid.kpid(10.0, 1.0, 0.1, 1.0).wpid(1.0, 0.0, 0.0);
5
std::println!("{}", pid.inc(1.0, 0.0));
6
pid.zero();
7
}