node-pid-controller
Advanced tools
Comparing version 1.0.0 to 1.0.1
{ | ||
"name": "node-pid-controller", | ||
"version": "1.0.0", | ||
"version": "1.0.1", | ||
"description": "Node.js PID controller", | ||
@@ -5,0 +5,0 @@ "keywords": [ |
@@ -59,3 +59,3 @@ # node-pid-controller | ||
applyInputToActuator(input); | ||
goalReached = (input === 0) ? true : false; // in the case of continuous control, you let this letiable 'false' | ||
goalReached = (input === 0) ? true : false; // in the case of continuous control, you let this variable 'false' | ||
} | ||
@@ -62,0 +62,0 @@ ``` |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
7535
166