robotpy / robotpy-commands-v2

Python implementation of the WPILib Command Framework (2020+)
Other
2 stars 14 forks source link

Added PIDCommand.py using ChatGPT translator #30

Closed mbardoeChoate closed 5 months ago

mbardoeChoate commented 5 months ago

Trying to add in to the commands now. I used ChatGPT with the prompt in Chief Delphi. Let me know about what mistakes I might have made. I looked over some of the other commands to try to pick up style and imports. Thanks.

virtuald commented 5 months ago

If we're going to lean on ChatGPT for doing this, we should probably do https://github.com/robotpy/robotpy-commands-v2/issues/29 first to make sure we catch some of the more common errors.

virtuald commented 5 months ago

Thanks!