For some reason I can’t just create a TalonFX variable group? Anyone have an ideas what the problem is?
In Java you have to new the array to the appropriate size before trying to access individual elements, e.g.
TalonFX[] _talons = new TalonFX[2];
Thanks for the info! It worked
This topic was automatically closed 365 days after the last reply. New replies are no longer allowed.