DN 2: Write code to move your robot in the shape of the letter H.
DN 3: Write code to use a loop to make your robot move in a triangle.
DN 4: Using what you know about C++ so far, write your own function to turn right.
DN 5: move your servo up and down.
DN 6: Add an arm to your robot. Move the arm, like waving, 6 times.
DN 7: Add an arm to your robot. Move the arm into positions: 45 degrees, 90 degrees, 135 degrees, and 180 degrees. Place a pause between each movement.
DN 8: Create a function that makes the lights blink on and off in a loop. Call the function when your robot backs up. Create a function to back up when your robot detects a wall.
DN 9: Create a program that "fences in" a robot using black tape. The code should back up and turn 45 degrees and move forward.
DN 10: Create a program that moves the servo for a gripper claw.
DN 11: What is an actuator in Robotics? Describe an actuator being used in your robot? Look it up if you need to.
DN 12: What does the vocab word, "articulation" have to do with robotics?
DN 14: What does the word Kinematics have to do with robotics? Give an example.