SLIDE 1
Basic Programming Vocabulary
- Auto: autonomous, robot operates using pre-written code and sensor input
- Teleop: Tele-operated, robot operates using human input (via controllers)
- Compile: Translates code from what you have written into a language the
robot can understand.
- Deploy: Transferring the code from a computer to the RoboRio.
- FMS: Field Management System, used during competitions to run the game
- IDE: Integrated Development Environment, what we write our code in
- Library: An external project that can be imported and used within another.