An open API service indexing awesome lists of open source software.

https://github.com/nerdherd/protomotor

Used to test subsystem motors manually.
https://github.com/nerdherd/protomotor

Last synced: 26 days ago
JSON representation

Used to test subsystem motors manually.

Awesome Lists containing this project

README

          

Use
Configure Constants.java to add each motor you want to test, corresponding with it's CAN ID, to the MotorIDs enum. The name doesn't matter, as shuffle board UI is laveled with the motor's ID. Once you've done that, open shuffleboard and enable the robot. Drag out each "MotorX" property from preferences, where X is the motor's ID, as well as corresponding RPM values. The booleans are user controlled and represent selection for setting (true means it will be affected by changes). RPM, P, I, D, and V properties are the configs that will be applied when Set RPM of Enabled is pressed (while robot is enabled) to all IDs that are set to enabled. Stop All Motors stops all registered motors indiscriminantly, whether enabled or not.