Skip to content

Development repository for 2022 robot code. Based on WPILib templates.

Notifications You must be signed in to change notification settings

frc1444/robot2022-test

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

57 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Robot 2022 Test

Development repository for 2022 robot code. Based on WPILib templates.

Commands

NOTE: These commands work on Linux/Mac but must be altered on Windows. To alter them on Windows, replace ./gradlew with gradlew.bat

# Building: (Make sure code is correct)
./gradlew build

# Downloading everything for WPI (Do this if you aren't going to have internet! (Like before competition!))
./gradlew downloadDepsPreemptively

# Deploying:
./gradlew deploy

# Launching Shuffleboard: (The dashboard we use)
./gradlew shuffleboard

# Launching OutlineViewer: (Good for debugging NetworkTable values)
./gradlew outlineviewer

# Running WPI Simulation
./gradlew simulateJava

About

Development repository for 2022 robot code. Based on WPILib templates.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages