Skip to content

Unfancy PI controller with feedforward component

Notifications You must be signed in to change notification settings

wltsmrz/pi-control

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 

Repository files navigation

PI controller with feedforward component

  • init_controller(rate: float, min: float, max: float): PIControl
  • set_gain(control: var PIControl, kp: float, ki: float, kf: float): void
  • clear_gain(control: var PIControl): void
  • pause_i(control: var PIControl): void
  • resume_i(control: var PIControl): void
  • update(control: var PIControl, sp: float, pv: float, f: float = 0.0): float

About

Unfancy PI controller with feedforward component

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages