|
Re: Problem with Tank drive when activating double solenoids with Joystick Button
Teleop is already in a loop. If you added another loop inside teleop, you're now blocking other things in teleop from running. If you want a parallel loop, put your loop in periodic tasks. However, you can probably just remove the loop you added (but keep the solenoid code).
|