Table variable not intiating

For some reason I can’t just create a TalonFX variable group? Anyone have an ideas what the problem is?
image

Here is the error message if anyone wants to see

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 :smiley:

This topic was automatically closed 365 days after the last reply. New replies are no longer allowed.