Introduction
In this Unit, you will learn how to play Treasure Hunt with your Simple Clawbot! Treasure Hunt is a timed trial competition, where your robot will move autonomously to collect red Treasure Cubes on the Field in the fastest time. Your robot will need to check each cube along the Field as part of its run, and you will learn ways to make your code more efficient throughout the Unit. Watch the animation below to see an example of how a robot could autonomously move during a successful run in the Treasure Hunt competition.
In this animation, the Simple Clawbot begins against the left wall in the center of the Field. Along the wall to the left of the robot, there are five Cubes placed on each black line. The second and fifth Cubes are red. The robot drives forward to the each black line, turns left, and drives toward the Cube to detect the color. If the Cube is not red, it reverses and continues on. If the Cube is red, the robot drives to it, grasps it in the claw, and delivers it to the end of the Field. Each red Cube is checked off as it is scored, and the timer runs until the project is complete, stopping around 34 seconds.
In the Treasure Hunt competition, your robot will race against the clock to collect two red Treasure Cubes and place them into the Treasure Chest as fast as possible!
- The robot that successfully checks all the cubes and collects both Treasure Cubes the fastest, wins!
- The match has a time limit of two minutes.
- You must use the Optical Sensor, but can modify your robot however you like to optimize your strategy.
What is an Engineering Notebook?
Watch this video below to learn about what an engineering notebook is and why you should use an engineering notebook.
Select Next > to get ready for the Unit.