Team-OKC-Robotics / FRC-2023

The FRC team #2718 Team OKC Robotics code for the 2023 season
Other
2 stars 0 forks source link

Add current limiting on motors #23

Open jkleiber opened 1 year ago

jkleiber commented 1 year ago

Summary Motors should have current limits enforced in software to prevent damage to our electronics. This should be worked after #22 adds the current limits to the parameters TOML file.

Work

Verification

danielbrownmsm commented 1 year ago

note: this is absolutely necessary for the neo550s, as they smoke easily without it less so the other motors, so really we just need to throw this at the claw

jkleiber commented 1 year ago

@AbbeySieg This is related to #22 , and you can work both of these at the same time on a single new branch. Assigning this to you for now