Week 2: Autonomous Movement and Control
YEAR 9 DIGITAL TECHNOLOGIES • WEEK 2
Autonomous Movement and Control
This week you will move from manual driving to autonomous behaviour. You will code the Simple Clawbot to move with purpose, collect cubes, return to a target zone, and improve performance through testing.
Used each lesson: Simple Clawbot, battery, controller, device with VEXcode IQ, and your engineering notebook.
💻 VEXCODE HELP
If you need help installing VEXcode, connecting your robot, configuring devices, downloading a project, or finding the Help tools inside VEXcode, use the internal VEXcode reference page first.
Open the VEXcode setup and help page🎯 THIS WEEK
- configure and test the drivetrain and claw properly
- use path planning before writing code
- complete the Capture the Cube task autonomously
- move into the Clawbot Collector challenge
- start building a table of useful VEX Python-style function calls
📘 ENGINEERING NOTEBOOK
Your engineering notebook is required in every lesson.
- record path plans, tests, fixes, and results
- show what changed between runs
- keep a running record of useful robot commands
✅ BY THE END OF WEEK 2
- your robot should complete at least one autonomous collection task
- your code should be tested and improved, not just written once
- your notebook should show path planning and iteration
- you should have started building a table of useful VEX Python-style commands
📌 IMPORTANT
- Do not guess distances blindly.
- Do not change lots of things at once.
- Do not move on until the earlier step works.
- Start the robot from the same position every time when testing.
📍 Looking ahead
Next week the robot begins to react to its environment using sensor input. Keep your robot working, your notebook up to date, and your best code file saved properly.