Skip to content
This repository has been archived by the owner on Nov 2, 2023. It is now read-only.

Latest commit

 

History

History

FRC_Project_05

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 

FRC Project 05

In this project, you are going to select a partner to be able to work with, and both of you will be creating an algorithm that does the following:

  • You will program 3 autonomous functions that will make the robot move in certain paths. In this specific exercise, you will be programming an autonomous for the 2017 competition.

Goal of the Project

You will program 3 autonomous functions that do the following:

  1. The Robot will move forward a bit.
  2. The robot will turn so that it aligns properly to the peg to deliver the gear.
  3. The robot should return to the starting position.

In the case of programming the middle autonomous, you wouldn't need to turn. Here are some example paths:

  • Middle Auto:

screen shot 2018-01-22 at 10 15 09 am

  • Left Auto:

screen shot 2018-01-22 at 10 13 03 am

  • Right Auto:

screen shot 2018-01-22 at 11 08 17 am

Good luck!