Sleitnick / AeroGameFramework

AeroGameFramework is a Roblox game framework that makes development easy and fun. The framework is designed to simplify the communication between modules and seamlessly bridge the gap between the server and client.
https://sleitnick.github.io/AeroGameFramework/
MIT License
215 stars 57 forks source link

Incorrect label in PID comments #213

Open The-Big-Bird opened 3 years ago

The-Big-Bird commented 3 years ago

https://github.com/Sleitnick/AeroGameFramework/blob/master/src/StarterPlayer/StarterPlayerScripts/Aero/Modules/PID.lua

pv: The process variable (i.e. goal)

The PID module describes the PV variable as a "goal" in parenthesis, but Wikipedia says it's the current measured value. (I'm currently learning PIDs and this confused the hell out of me when I was trying to get one working.😂) (https://en.wikipedia.org/wiki/Process_variable)