Skip to content
Snippets Groups Projects
pid_locomotive_agent_TODO_1.py 66 B
Newer Older
  • Learn to ignore specific revisions
  • tuhe's avatar
    tuhe committed
            self.pid = PID(dt=dt, Kp=Kp, Ki=Ki, Kd=Kd, target=target)