项目作者: kevindekemele

项目描述 :
Javascript implementation of a PID controller
高级语言: JavaScript
项目地址: git://github.com/kevindekemele/PIDjs.git
创建时间: 2017-06-26T20:07:33Z
项目社区:https://github.com/kevindekemele/PIDjs

开源协议:GNU General Public License v3.0

下载


PIDjs

Javascript implementation of a PID controller.

Control your javascript games, animations and even Raspberry Pi robots!

Example

Controlling the dynamic system 1/(s^2 +s +1)
https://kevindekemele.github.io/PIDjs/example/

See the PID library in action on (put controller on):
http://www.odysc.ugent.be/

ToDo

  • Document
  • Extensive ReadMe