Mission 10- Gripper Attachment

Please login for access. Login

Regular

Program your robot to drive forward for 2 rotations, turn 90 degrees to the right, release a glue stick and return back to the starting position.

Advanced

Program your robot to drive forward for 2 rotations, turn 90 degrees to the left, pickup a glue stick and return it to the starting position.


Hint:

Remember the move block in the hint about does not have a duration! Change it to number or rotations! Then add a turning block.


For the Spike Prime Robot:

Yaw is the angle the robot is turning. I like to set it to 0 first to make sure the robot actually turns 90 degrees.

abs of yaw angle means the absolute angle. So it doesn’t matter if it turns left and gets -90 or right for +90. Abs ignores the positive and negative!