Skip to content

robinkrens/xy-pid-controller

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

X-Y PID controller

How to install and run

Prerequisites

  • node.js
  • npm package manager
  • parcel bundler

To install dev dependencies: npm install To run and develop: npm start To build and ship: npm build