Advertisement
Trainlover08

V3.0.0

Jan 22nd, 2024
47
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.24 KB | None | 0 0
  1. //initialize, put inside main thread block
  2. //no motor curves to start
  3.  
  4. Left1.setMaxTorque(100, percent);
  5. Left2.setMaxTorque(100, percent);
  6. Right1.setMaxTorque(100, percent);
  7. Right2.setMaxTorque(100, percent);
  8. Left1.setVelocity(0, percent);
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement