Updated default controller

This commit is contained in:
Connor Johnstone
2023-03-14 17:06:20 -06:00
parent feb5a34975
commit ebf0233b4f
3 changed files with 7 additions and 4 deletions

View File

@@ -51,6 +51,9 @@ impl PIController {
old_h: initial_h,
}
}
pub fn default() -> Self {
Self::new(0.17, 0.04, 10.0, 0.2, 10.0, 0.9, 1e-4)
}
}
#[cfg(test)]