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
The kitbot has more than two motors, so following is required to get full performance. The example just needs some extra motor declarations and some leader.addFollower(follower) calls in robotInit().
A team I just dealt with on the FRC Discord apparently didn't do that, and had them all wired to individual ports. They couldn't find a code example to fit their needs after looking for several weeks.
I think we can close this as not planned? I struggle to see why we should support the use case not specifically following the instructions in this specific document. Maybe there is a different issue and another place to address this but I don't see this as a common stumbling block.
The kitbot has more than two motors, so following is required to get full performance. The example just needs some extra motor declarations and some
leader.addFollower(follower)
calls in robotInit().See https://docs.wpilib.org/en/stable/docs/zero-to-robot/step-4/creating-test-drivetrain-program-cpp-java-python.html.
The text was updated successfully, but these errors were encountered: