Lakemonsters2635 / BunnyBots2024

Other
0 stars 0 forks source link

Add Current monitoring for motors #13

Open jwaltner opened 2 weeks ago

jwaltner commented 2 weeks ago

Add current and battery monitoring to start health monitoring of the bot.

Lakemonsters2635 commented 3 days ago

https://github.com/Lakemonsters2635/BunnyBots2024/blob/feature/currentMeasurement/src/main/java/frc/robot/subsystems/VacuumSubsystem.java

Current monitoring from PDH is working, above is example code. We need to integrate it to monitor the vacuum as well as motors.