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
{{ message }}
This repository has been archived by the owner on Sep 22, 2020. It is now read-only.
I recommend sub-classing the aforementioned classes and integrate those two features. That way you have to call those everywhere in your code. As time goes by, we can expand our classes and add more features as we see fit.
Note you'll probably need to subclass the three classes we use (VictorSPX, TalonSRX, TalonFX). I don't think this is something that could be done by subclassing BaseMotorController.
The text was updated successfully, but these errors were encountered:
Currently we have two "wrappers" for CTRE's motor controllers classes:
I recommend sub-classing the aforementioned classes and integrate those two features. That way you have to call those everywhere in your code. As time goes by, we can expand our classes and add more features as we see fit.
Note you'll probably need to subclass the three classes we use (
VictorSPX
,TalonSRX
,TalonFX
). I don't think this is something that could be done by subclassingBaseMotorController
.The text was updated successfully, but these errors were encountered: