Skip to content

team3663/2023-Prototypes

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 

Repository files navigation

2023-Prototypes

Prototyping code for 2023 season

This project is using Mechanical Advantage's Advantage Kit.

Remember:

  1. Extends LoggedRobot instead of TimedRobot for your Robot.java class
  2. "Shim" out WPILib in your Build.gradle as described in the Advantage Kit's document.
// This allows AdvantageKit to shim out the underlying WPILib classes that the need to replace
configurations.all {
    exclude group: "edu.wpi.first.wpilibj"
}

About

Prototyping code for 2023 season

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages