Beta8397 / virtual_robot

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

Error When Inititializing #56

Closed jackfetkovich closed 3 years ago

jackfetkovich commented 3 years ago

When clicking the "init" button in the application window, the program throws: "Exception from runOpMode: java.lang.IllegalArgumentException No com.qualcomm.robotcore.hardware.DcMotor named arm_motor is found. Thread for runOpMode has terminated successfully."

As a result, driving does not work

jkenney2 commented 3 years ago

@jackfetkovich The only robot configuration that has a motor named "arm_motor" is the ArmBot. Before running an op mode that uses a motor named arm_motor, you need to select the ArmBot robot configuration. Let me know whether this works.