You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
As of now, power management only considers the current tick while calculating how much to scale the power by. Using a PID (with probably a fairly hefty feed forward) seems like the correct solution.
Value: pdp.getTotalCurrent()
Setpoint: currentTarget
Multiply output by each motor?
The text was updated successfully, but these errors were encountered:
For possible reference, the CTRE Software Reference Manual contains an example of tuning a current-based PID in section 12.3. It's a) in LabVIEW and b) obviously for a single motor but may provide some help.
As of now, power management only considers the current tick while calculating how much to scale the power by. Using a PID (with probably a fairly hefty feed forward) seems like the correct solution.
The text was updated successfully, but these errors were encountered: