Using java I am trying to feed 4 TalonFX objects into a “MecanumDrive” object but VsCode is throwing the error “The constructer MecanumDrive(TalonFX,TalonFX, TalonFX, TalonFX) is undefined”. How would I be able to use the Talons with a mecanum drivetrain?
post your code please.
Our repository is
and the code I am referencing is in the Drivetrain.java class. Thank you!
Use WPI_TalonFX
2 Likes
Thank you so much! Im so dumb how did I not realize it would have the same naming convention as the victors.
Inexperienced. Not dumb - smart enough to ask for help. It’s easy enough to miss details, you’ll just keep developing a keener eye for them
2 Likes
This topic was automatically closed 365 days after the last reply. New replies are no longer allowed.