Closed Yasu31 closed 5 years ago
Hi, I committed the fixes and squashed them into a single commit. Thanks for maintaining this library, it's proving to be very useful for my thesis project!
This feature is now included in version 0.2.4 of the library
Thank you!
When using PID controllers in simulation, the timestep used for PID calculation should be set to simulation time instead of how long it actually takes between calls to PID(). This PR addresses it by adding a new optional argument that lets the user designate dt themselves.