Beta8397 / virtual_robot

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

Added getMotorType() to DcMotor, corrected problem where DetailedInstallationInstructions was r… #39

Closed jkenney2 closed 4 years ago

jkenney2 commented 4 years ago

…eplaced with wrong file.

The commit message regarding wrong file references Readme, but in fact it was DetailedInstallationInstructions that was inadvertently replaced. This has been fixed.

For compatibility with FTC SDK, MotorConfigurationType class has been added, and getMotorType() method added to the DcMotor interface.