Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- //initialize, put inside main thread block
- //no motor curves to start
- Left1.setMaxTorque(100, percent);
- Left2.setMaxTorque(100, percent);
- Right1.setMaxTorque(100, percent);
- Right2.setMaxTorque(100, percent);
- Left1.setVelocity(0, percent);
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement