-
Notifications
You must be signed in to change notification settings - Fork 27
Open
Labels
bugSomething isn't workingSomething isn't working
Description
YAMS Version
2025.12.29
WPILib Version
2025.3.2
What motor controller(s) are you using?
Other (specify below)
Other motor/hardware details (if any)
Thrifty Nova
What went wrong?
Expected "motor/outputVoltage" telemetry to reflect the output voltage, instead it's the input voltage.
The value comes from SmartMotorController.getVoltage, which uses ThriftyNova.getVoltage(). ThriftyNova.getVoltage() returns the input voltage reading.
Steps to Reproduce
- Create a thrifty nova mechanism
- Observe the "motor/outputVoltage" telemetry
Logs or Console Output
Relevant Code (if any)
Checklist
- I am using the latest YAMS version
- I searched existing issues for duplicates
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
bugSomething isn't workingSomething isn't working