Skip to content

team696/CommonLibrary

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

42 Commits
 
 
 
 

Repository files navigation

696 Library for FRC 2025 season

Usage:

Automatic Install

  • Initialize git for your project (you don't actually need to make a github page, just press the button on the left side in VS Code called Source Control)
  • Go To Root of your project (one with the src folder and gradle files)
  • Run
git submodule add --name team696Library https://github.com/team696/CommonLibrary.git src/main/java/frc/team696 

Manual Install

Download Zip And Drag team696 Folder Into /frc/ Directory Next To /robot/

Requirements:

Libraries:

Easily Install Through WPILIB Vendor Dependencies Tab (New for 2025)

  • Phoenix 6
  • Path Planner
  • Advantage Kit (Recommended for logging, though optional)
  • Photonvision (If Needed)
    • Commented Out By Default

Additional Installation

Add to build.gradle dependencies

implementation 'com.sun.net.httpserver:http:20070405'
implementation 'org.java-websocket:Java-WebSocket:1.5.5'
implementation 'org.slf4j:slf4j-nop:2.0.6'

Other Useful Information

Build.gradle

  • Change DeleteOldFiles to true

About

696 Common Library

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages