Beta8397 / virtual_robot

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

Changed to match FTC SDK behavior for Teleop() and Autonomous() #61

Closed alan412 closed 3 years ago

alan412 commented 3 years ago

Teleop() and Autonomous() required a name but in the FTC SDK they do not. Changed the simulator to act like the FTC SDK.

jkenney2 commented 3 years ago

Looks great, thanks.