You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The Time unit of the 'period' variable in PIDController is implemented as seconds in the code. (Default value is .05).
In the documentation, it does not specify which time unit is to be used when this value is set by the user, but does say that default is 50 ms.
This is confusing and not intuitive beacause from the documentation it is not clear whether the methods that set this value get a number representing miliseconds or seconds.
Whatever the correct time unit is, it should be consistent through both code and documentation.
Best Regards,
Aric Radzin,
Lead Programmer,
BumbleB #3339
The text was updated successfully, but these errors were encountered:
* Add a Post-Installation section for WPILib Install
macOS: drag application to launcher
Linux: enable launching of desktop icon
* fix lint
* Address review comments
Add eject step for macOS
change launcher to dock
The Time unit of the 'period' variable in PIDController is implemented as seconds in the code. (Default value is .05).
In the documentation, it does not specify which time unit is to be used when this value is set by the user, but does say that default is 50 ms.
This is confusing and not intuitive beacause from the documentation it is not clear whether the methods that set this value get a number representing miliseconds or seconds.
Whatever the correct time unit is, it should be consistent through both code and documentation.
Best Regards,
Aric Radzin,
Lead Programmer,
BumbleB #3339
The text was updated successfully, but these errors were encountered: