Section 2.2 - VS Code & Project Generation


How Do We Create a Project?

In this lesson, you will be introduced to WPILib VS Code, an essential tool for developing FRC robot code, and the pre-generated components of new projects. You'll learn how to use the WPILib command palette to create a project and push it to GitHub. We will explore the file structure, focusing on Robot.java and its components, and discuss the 20ms loop that drives robot operations. Finally, you will practice simulating, building, and deploying your code, equipping you with the skills to develop and test your robot software effectively.