FRC701 / Brokkr-2023

FRC Robotics Team 701's Robot code for 2023's game "CHARGED UP"
1 stars 0 forks source link

Too many arm motors declared? #64

Open OneGneissGuy opened 1 year ago

OneGneissGuy commented 1 year ago

I only see one motor for the arm (to control arm angle) and only one for the telescoping arm, but there are two arm motors declared in the source code (in addition to the telescoping arm motor). Double check how many arm angle motors are actually on the robot and update the arm class to match it.