FRC Programming Show #2

https://youtu.be/mGVhHa64Eks

Show Summary

Understand the basic robot code structure to get started with programming FRC robots.

Show Notes

Steps to create Your Robot project in VS Code

  1. in VS Code, click Ctrl+Shift+P to access the command palette.
  2. Type in WPILib 
  3. Select Create a New Project 
  4. Select the kind of project you want to create. It can be an example project or one of the template projects provided by WPILib.
  5. Select the language that you are using for your project. In this case, Java.
  6. Select CommandRobot for the template type.
  7. Select the folder to place the project.
  8. Enter your team number in the generated field.
  9. And last, click “Generate Project” and VS Code will create the project in the location specified.