Prepare for the Remix Challenges - Python
Before you begin your project, select the correct example project. The Clawbot Controller with Events example project contains the Clawbot motors and sensors configuration. If the template is not used, your robot will not run the project correctly.
For more information about any of the instructions, visit the Python help section in VEXcode V5.
- Select File and Open Examples.
- Scroll through the different Example projects. Select the Clawbot Controller with Events example project.
- Name the project ClawbotController.
- Save the project.
- Check to make sure the project name ClawbotController is now in the window in the center of the toolbar. The Clawbot is now properly configured, and the Clawbot Controller with Events project is ready for use.
Now, take a look at how the instructions are being used in this project. In your engineering notebooks, make the following predictions:
- What’s happening when you run this project? What will the Clawbot be able to do?
- What would happen if we didn’t use the while and wait instructions in the callback functions for each controller button event?