Beta8397 / virtual_robot

A 2D robot simulator to help beginners learn Java programming for FTC Robotics
100 stars 171 forks source link

2 additional sample OpModes #7

Closed alan412 closed 5 years ago

alan412 commented 5 years ago

This provides a regular mecanum drive OpMode and a field relative mecanum drive OpMode. It shows how you might want to split robot functionality out instead of having everything in the OpMode file.

(Courtesy of FTC #16072 - Quantum Quacks)

jkenney2 commented 5 years ago

Didn't mean to close this pull request; trying to figure out how to reopen.