Merge branch 'main' of https://demerso.net/pls5618/2023/robot
This commit is contained in:
commit
0b3f935979
162
.gitignore
vendored
162
.gitignore
vendored
@ -1,162 +0,0 @@
|
|||||||
# This gitignore has been specially created by the WPILib team.
|
|
||||||
# If you remove items from this file, intellisense might break.
|
|
||||||
|
|
||||||
### C++ ###
|
|
||||||
# Prerequisites
|
|
||||||
*.d
|
|
||||||
|
|
||||||
# Compiled Object files
|
|
||||||
*.slo
|
|
||||||
*.lo
|
|
||||||
*.o
|
|
||||||
*.obj
|
|
||||||
|
|
||||||
# Precompiled Headers
|
|
||||||
*.gch
|
|
||||||
*.pch
|
|
||||||
|
|
||||||
# Compiled Dynamic libraries
|
|
||||||
*.so
|
|
||||||
*.dylib
|
|
||||||
*.dll
|
|
||||||
|
|
||||||
# Fortran module files
|
|
||||||
*.mod
|
|
||||||
*.smod
|
|
||||||
|
|
||||||
# Compiled Static libraries
|
|
||||||
*.lai
|
|
||||||
*.la
|
|
||||||
*.a
|
|
||||||
*.lib
|
|
||||||
|
|
||||||
# Executables
|
|
||||||
*.exe
|
|
||||||
*.out
|
|
||||||
*.app
|
|
||||||
|
|
||||||
### Java ###
|
|
||||||
# Compiled class file
|
|
||||||
*.class
|
|
||||||
|
|
||||||
# Log file
|
|
||||||
*.log
|
|
||||||
|
|
||||||
# BlueJ files
|
|
||||||
*.ctxt
|
|
||||||
|
|
||||||
# Mobile Tools for Java (J2ME)
|
|
||||||
.mtj.tmp/
|
|
||||||
|
|
||||||
# Package Files #
|
|
||||||
*.jar
|
|
||||||
*.war
|
|
||||||
*.nar
|
|
||||||
*.ear
|
|
||||||
*.zip
|
|
||||||
*.tar.gz
|
|
||||||
*.rar
|
|
||||||
|
|
||||||
# virtual machine crash logs, see http://www.java.com/en/download/help/error_hotspot.xml
|
|
||||||
hs_err_pid*
|
|
||||||
|
|
||||||
### Linux ###
|
|
||||||
*~
|
|
||||||
|
|
||||||
# temporary files which can be created if a process still has a handle open of a deleted file
|
|
||||||
.fuse_hidden*
|
|
||||||
|
|
||||||
# KDE directory preferences
|
|
||||||
.directory
|
|
||||||
|
|
||||||
# Linux trash folder which might appear on any partition or disk
|
|
||||||
.Trash-*
|
|
||||||
|
|
||||||
# .nfs files are created when an open file is removed but is still being accessed
|
|
||||||
.nfs*
|
|
||||||
|
|
||||||
### macOS ###
|
|
||||||
# General
|
|
||||||
.DS_Store
|
|
||||||
.AppleDouble
|
|
||||||
.LSOverride
|
|
||||||
|
|
||||||
# Icon must end with two \r
|
|
||||||
Icon
|
|
||||||
|
|
||||||
# Thumbnails
|
|
||||||
._*
|
|
||||||
|
|
||||||
# Files that might appear in the root of a volume
|
|
||||||
.DocumentRevisions-V100
|
|
||||||
.fseventsd
|
|
||||||
.Spotlight-V100
|
|
||||||
.TemporaryItems
|
|
||||||
.Trashes
|
|
||||||
.VolumeIcon.icns
|
|
||||||
.com.apple.timemachine.donotpresent
|
|
||||||
|
|
||||||
# Directories potentially created on remote AFP share
|
|
||||||
.AppleDB
|
|
||||||
.AppleDesktop
|
|
||||||
Network Trash Folder
|
|
||||||
Temporary Items
|
|
||||||
.apdisk
|
|
||||||
|
|
||||||
### VisualStudioCode ###
|
|
||||||
.vscode/*
|
|
||||||
!.vscode/settings.json
|
|
||||||
!.vscode/tasks.json
|
|
||||||
!.vscode/launch.json
|
|
||||||
!.vscode/extensions.json
|
|
||||||
|
|
||||||
### Windows ###
|
|
||||||
# Windows thumbnail cache files
|
|
||||||
Thumbs.db
|
|
||||||
ehthumbs.db
|
|
||||||
ehthumbs_vista.db
|
|
||||||
|
|
||||||
# Dump file
|
|
||||||
*.stackdump
|
|
||||||
|
|
||||||
# Folder config file
|
|
||||||
[Dd]esktop.ini
|
|
||||||
|
|
||||||
# Recycle Bin used on file shares
|
|
||||||
$RECYCLE.BIN/
|
|
||||||
|
|
||||||
# Windows Installer files
|
|
||||||
*.cab
|
|
||||||
*.msi
|
|
||||||
*.msix
|
|
||||||
*.msm
|
|
||||||
*.msp
|
|
||||||
|
|
||||||
# Windows shortcuts
|
|
||||||
*.lnk
|
|
||||||
|
|
||||||
### Gradle ###
|
|
||||||
.gradle
|
|
||||||
/build/
|
|
||||||
|
|
||||||
# Ignore Gradle GUI config
|
|
||||||
gradle-app.setting
|
|
||||||
|
|
||||||
# Avoid ignoring Gradle wrapper jar file (.jar files are usually ignored)
|
|
||||||
!gradle-wrapper.jar
|
|
||||||
|
|
||||||
# Cache of project
|
|
||||||
.gradletasknamecache
|
|
||||||
|
|
||||||
# # Work around https://youtrack.jetbrains.com/issue/IDEA-116898
|
|
||||||
# gradle/wrapper/gradle-wrapper.properties
|
|
||||||
|
|
||||||
# # VS Code Specific Java Settings
|
|
||||||
# DO NOT REMOVE .classpath and .project
|
|
||||||
.classpath
|
|
||||||
.project
|
|
||||||
.settings/
|
|
||||||
bin/
|
|
||||||
|
|
||||||
# Simulation GUI and other tools window save file
|
|
||||||
*-window.json
|
|
BIN
.gradle/7.5.1/checksums/checksums.lock
Normal file
BIN
.gradle/7.5.1/checksums/checksums.lock
Normal file
Binary file not shown.
BIN
.gradle/7.5.1/checksums/md5-checksums.bin
Normal file
BIN
.gradle/7.5.1/checksums/md5-checksums.bin
Normal file
Binary file not shown.
BIN
.gradle/7.5.1/checksums/sha1-checksums.bin
Normal file
BIN
.gradle/7.5.1/checksums/sha1-checksums.bin
Normal file
Binary file not shown.
BIN
.gradle/7.5.1/dependencies-accessors/dependencies-accessors.lock
Normal file
BIN
.gradle/7.5.1/dependencies-accessors/dependencies-accessors.lock
Normal file
Binary file not shown.
0
.gradle/7.5.1/dependencies-accessors/gc.properties
Normal file
0
.gradle/7.5.1/dependencies-accessors/gc.properties
Normal file
BIN
.gradle/7.5.1/executionHistory/executionHistory.bin
Normal file
BIN
.gradle/7.5.1/executionHistory/executionHistory.bin
Normal file
Binary file not shown.
BIN
.gradle/7.5.1/executionHistory/executionHistory.lock
Normal file
BIN
.gradle/7.5.1/executionHistory/executionHistory.lock
Normal file
Binary file not shown.
BIN
.gradle/7.5.1/fileChanges/last-build.bin
Normal file
BIN
.gradle/7.5.1/fileChanges/last-build.bin
Normal file
Binary file not shown.
BIN
.gradle/7.5.1/fileHashes/fileHashes.bin
Normal file
BIN
.gradle/7.5.1/fileHashes/fileHashes.bin
Normal file
Binary file not shown.
BIN
.gradle/7.5.1/fileHashes/fileHashes.lock
Normal file
BIN
.gradle/7.5.1/fileHashes/fileHashes.lock
Normal file
Binary file not shown.
BIN
.gradle/7.5.1/fileHashes/resourceHashesCache.bin
Normal file
BIN
.gradle/7.5.1/fileHashes/resourceHashesCache.bin
Normal file
Binary file not shown.
0
.gradle/7.5.1/gc.properties
Normal file
0
.gradle/7.5.1/gc.properties
Normal file
BIN
.gradle/buildOutputCleanup/buildOutputCleanup.lock
Normal file
BIN
.gradle/buildOutputCleanup/buildOutputCleanup.lock
Normal file
Binary file not shown.
2
.gradle/buildOutputCleanup/cache.properties
Normal file
2
.gradle/buildOutputCleanup/cache.properties
Normal file
@ -0,0 +1,2 @@
|
|||||||
|
#Wed Feb 08 18:15:19 EST 2023
|
||||||
|
gradle.version=7.5.1
|
BIN
.gradle/buildOutputCleanup/outputFiles.bin
Normal file
BIN
.gradle/buildOutputCleanup/outputFiles.bin
Normal file
Binary file not shown.
BIN
.gradle/file-system.probe
Normal file
BIN
.gradle/file-system.probe
Normal file
Binary file not shown.
0
.gradle/vcs-1/gc.properties
Normal file
0
.gradle/vcs-1/gc.properties
Normal file
BIN
bin/main/frc/robot/Constants.class
Normal file
BIN
bin/main/frc/robot/Constants.class
Normal file
Binary file not shown.
BIN
bin/main/frc/robot/Main.class
Normal file
BIN
bin/main/frc/robot/Main.class
Normal file
Binary file not shown.
BIN
bin/main/frc/robot/Robot.class
Normal file
BIN
bin/main/frc/robot/Robot.class
Normal file
Binary file not shown.
BIN
bin/main/frc/robot/RobotContainer.class
Normal file
BIN
bin/main/frc/robot/RobotContainer.class
Normal file
Binary file not shown.
BIN
bin/main/frc/robot/commands/StablePlateform.class
Normal file
BIN
bin/main/frc/robot/commands/StablePlateform.class
Normal file
Binary file not shown.
BIN
bin/main/frc/robot/commands/bras/FermePince.class
Normal file
BIN
bin/main/frc/robot/commands/bras/FermePince.class
Normal file
Binary file not shown.
BIN
bin/main/frc/robot/commands/bras/OuvrePince.class
Normal file
BIN
bin/main/frc/robot/commands/bras/OuvrePince.class
Normal file
Binary file not shown.
BIN
bin/main/frc/robot/commands/bras/PivoteBrasBas.class
Normal file
BIN
bin/main/frc/robot/commands/bras/PivoteBrasBas.class
Normal file
Binary file not shown.
BIN
bin/main/frc/robot/commands/bras/PivoteBrasHaut.class
Normal file
BIN
bin/main/frc/robot/commands/bras/PivoteBrasHaut.class
Normal file
Binary file not shown.
BIN
bin/main/frc/robot/commands/bras/PivoteBrasMilieux.class
Normal file
BIN
bin/main/frc/robot/commands/bras/PivoteBrasMilieux.class
Normal file
Binary file not shown.
BIN
bin/main/frc/robot/commands/limelight.class
Normal file
BIN
bin/main/frc/robot/commands/limelight.class
Normal file
Binary file not shown.
BIN
bin/main/frc/robot/subsystems/BasePilotable.class
Normal file
BIN
bin/main/frc/robot/subsystems/BasePilotable.class
Normal file
Binary file not shown.
BIN
bin/main/frc/robot/subsystems/Gratte.class
Normal file
BIN
bin/main/frc/robot/subsystems/Gratte.class
Normal file
Binary file not shown.
BIN
bin/main/frc/robot/subsystems/Limelight.class
Normal file
BIN
bin/main/frc/robot/subsystems/Limelight.class
Normal file
Binary file not shown.
BIN
bin/main/frc/robot/subsystems/bras/BrasTelescopique.class
Normal file
BIN
bin/main/frc/robot/subsystems/bras/BrasTelescopique.class
Normal file
Binary file not shown.
BIN
bin/main/frc/robot/subsystems/bras/Pince.class
Normal file
BIN
bin/main/frc/robot/subsystems/bras/Pince.class
Normal file
Binary file not shown.
BIN
bin/main/frc/robot/subsystems/bras/Pivot.class
Normal file
BIN
bin/main/frc/robot/subsystems/bras/Pivot.class
Normal file
Binary file not shown.
BIN
build/classes/java/main/frc/robot/Constants.class
Normal file
BIN
build/classes/java/main/frc/robot/Constants.class
Normal file
Binary file not shown.
BIN
build/classes/java/main/frc/robot/Main.class
Normal file
BIN
build/classes/java/main/frc/robot/Main.class
Normal file
Binary file not shown.
BIN
build/classes/java/main/frc/robot/Robot.class
Normal file
BIN
build/classes/java/main/frc/robot/Robot.class
Normal file
Binary file not shown.
BIN
build/classes/java/main/frc/robot/RobotContainer.class
Normal file
BIN
build/classes/java/main/frc/robot/RobotContainer.class
Normal file
Binary file not shown.
BIN
build/classes/java/main/frc/robot/commands/StablePlateform.class
Normal file
BIN
build/classes/java/main/frc/robot/commands/StablePlateform.class
Normal file
Binary file not shown.
BIN
build/classes/java/main/frc/robot/commands/bras/FermePince.class
Normal file
BIN
build/classes/java/main/frc/robot/commands/bras/FermePince.class
Normal file
Binary file not shown.
BIN
build/classes/java/main/frc/robot/commands/bras/OuvrePince.class
Normal file
BIN
build/classes/java/main/frc/robot/commands/bras/OuvrePince.class
Normal file
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
BIN
build/classes/java/main/frc/robot/commands/limelight.class
Normal file
BIN
build/classes/java/main/frc/robot/commands/limelight.class
Normal file
Binary file not shown.
BIN
build/classes/java/main/frc/robot/subsystems/BasePilotable.class
Normal file
BIN
build/classes/java/main/frc/robot/subsystems/BasePilotable.class
Normal file
Binary file not shown.
BIN
build/classes/java/main/frc/robot/subsystems/Limelight.class
Normal file
BIN
build/classes/java/main/frc/robot/subsystems/Limelight.class
Normal file
Binary file not shown.
Binary file not shown.
BIN
build/classes/java/main/frc/robot/subsystems/bras/Pince.class
Normal file
BIN
build/classes/java/main/frc/robot/subsystems/bras/Pince.class
Normal file
Binary file not shown.
BIN
build/classes/java/main/frc/robot/subsystems/bras/Pivot.class
Normal file
BIN
build/classes/java/main/frc/robot/subsystems/bras/Pivot.class
Normal file
Binary file not shown.
BIN
build/jni/release/CTRE_PhoenixCCISim.dll
Normal file
BIN
build/jni/release/CTRE_PhoenixCCISim.dll
Normal file
Binary file not shown.
BIN
build/jni/release/CTRE_PhoenixTools_Sim.dll
Normal file
BIN
build/jni/release/CTRE_PhoenixTools_Sim.dll
Normal file
Binary file not shown.
BIN
build/jni/release/CTRE_SimCANCoder.dll
Normal file
BIN
build/jni/release/CTRE_SimCANCoder.dll
Normal file
Binary file not shown.
BIN
build/jni/release/CTRE_SimPigeonIMU.dll
Normal file
BIN
build/jni/release/CTRE_SimPigeonIMU.dll
Normal file
Binary file not shown.
BIN
build/jni/release/CTRE_SimProCANcoder.dll
Normal file
BIN
build/jni/release/CTRE_SimProCANcoder.dll
Normal file
Binary file not shown.
BIN
build/jni/release/CTRE_SimProPigeon2.dll
Normal file
BIN
build/jni/release/CTRE_SimProPigeon2.dll
Normal file
Binary file not shown.
BIN
build/jni/release/CTRE_SimProTalonFX.dll
Normal file
BIN
build/jni/release/CTRE_SimProTalonFX.dll
Normal file
Binary file not shown.
BIN
build/jni/release/CTRE_SimTalonFX.dll
Normal file
BIN
build/jni/release/CTRE_SimTalonFX.dll
Normal file
Binary file not shown.
BIN
build/jni/release/CTRE_SimTalonSRX.dll
Normal file
BIN
build/jni/release/CTRE_SimTalonSRX.dll
Normal file
Binary file not shown.
BIN
build/jni/release/CTRE_SimVictorSPX.dll
Normal file
BIN
build/jni/release/CTRE_SimVictorSPX.dll
Normal file
Binary file not shown.
BIN
build/jni/release/REVLibDriver.dll
Normal file
BIN
build/jni/release/REVLibDriver.dll
Normal file
Binary file not shown.
BIN
build/jni/release/REVLibDriver.pdb
Normal file
BIN
build/jni/release/REVLibDriver.pdb
Normal file
Binary file not shown.
BIN
build/jni/release/apriltag.dll
Normal file
BIN
build/jni/release/apriltag.dll
Normal file
Binary file not shown.
BIN
build/jni/release/apriltag.pdb
Normal file
BIN
build/jni/release/apriltag.pdb
Normal file
Binary file not shown.
BIN
build/jni/release/apriltagjni.dll
Normal file
BIN
build/jni/release/apriltagjni.dll
Normal file
Binary file not shown.
BIN
build/jni/release/apriltagjni.pdb
Normal file
BIN
build/jni/release/apriltagjni.pdb
Normal file
Binary file not shown.
BIN
build/jni/release/cscore.dll
Normal file
BIN
build/jni/release/cscore.dll
Normal file
Binary file not shown.
BIN
build/jni/release/cscore.pdb
Normal file
BIN
build/jni/release/cscore.pdb
Normal file
Binary file not shown.
BIN
build/jni/release/cscorejni.dll
Normal file
BIN
build/jni/release/cscorejni.dll
Normal file
Binary file not shown.
BIN
build/jni/release/cscorejni.pdb
Normal file
BIN
build/jni/release/cscorejni.pdb
Normal file
Binary file not shown.
BIN
build/jni/release/halsim_ds_socket.dll
Normal file
BIN
build/jni/release/halsim_ds_socket.dll
Normal file
Binary file not shown.
BIN
build/jni/release/halsim_ds_socket.pdb
Normal file
BIN
build/jni/release/halsim_ds_socket.pdb
Normal file
Binary file not shown.
BIN
build/jni/release/halsim_gui.dll
Normal file
BIN
build/jni/release/halsim_gui.dll
Normal file
Binary file not shown.
BIN
build/jni/release/halsim_gui.pdb
Normal file
BIN
build/jni/release/halsim_gui.pdb
Normal file
Binary file not shown.
BIN
build/jni/release/ntcore.dll
Normal file
BIN
build/jni/release/ntcore.dll
Normal file
Binary file not shown.
BIN
build/jni/release/ntcore.pdb
Normal file
BIN
build/jni/release/ntcore.pdb
Normal file
Binary file not shown.
BIN
build/jni/release/ntcorejni.dll
Normal file
BIN
build/jni/release/ntcorejni.dll
Normal file
Binary file not shown.
BIN
build/jni/release/ntcorejni.pdb
Normal file
BIN
build/jni/release/ntcorejni.pdb
Normal file
Binary file not shown.
BIN
build/jni/release/opencv_aruco460.dll
Normal file
BIN
build/jni/release/opencv_aruco460.dll
Normal file
Binary file not shown.
BIN
build/jni/release/opencv_aruco460.pdb
Normal file
BIN
build/jni/release/opencv_aruco460.pdb
Normal file
Binary file not shown.
BIN
build/jni/release/opencv_calib3d460.dll
Normal file
BIN
build/jni/release/opencv_calib3d460.dll
Normal file
Binary file not shown.
BIN
build/jni/release/opencv_calib3d460.pdb
Normal file
BIN
build/jni/release/opencv_calib3d460.pdb
Normal file
Binary file not shown.
BIN
build/jni/release/opencv_core460.dll
Normal file
BIN
build/jni/release/opencv_core460.dll
Normal file
Binary file not shown.
BIN
build/jni/release/opencv_core460.pdb
Normal file
BIN
build/jni/release/opencv_core460.pdb
Normal file
Binary file not shown.
BIN
build/jni/release/opencv_features2d460.dll
Normal file
BIN
build/jni/release/opencv_features2d460.dll
Normal file
Binary file not shown.
BIN
build/jni/release/opencv_features2d460.pdb
Normal file
BIN
build/jni/release/opencv_features2d460.pdb
Normal file
Binary file not shown.
BIN
build/jni/release/opencv_flann460.dll
Normal file
BIN
build/jni/release/opencv_flann460.dll
Normal file
Binary file not shown.
BIN
build/jni/release/opencv_flann460.pdb
Normal file
BIN
build/jni/release/opencv_flann460.pdb
Normal file
Binary file not shown.
BIN
build/jni/release/opencv_gapi460.dll
Normal file
BIN
build/jni/release/opencv_gapi460.dll
Normal file
Binary file not shown.
BIN
build/jni/release/opencv_gapi460.pdb
Normal file
BIN
build/jni/release/opencv_gapi460.pdb
Normal file
Binary file not shown.
BIN
build/jni/release/opencv_highgui460.dll
Normal file
BIN
build/jni/release/opencv_highgui460.dll
Normal file
Binary file not shown.
BIN
build/jni/release/opencv_highgui460.pdb
Normal file
BIN
build/jni/release/opencv_highgui460.pdb
Normal file
Binary file not shown.
BIN
build/jni/release/opencv_imgcodecs460.dll
Normal file
BIN
build/jni/release/opencv_imgcodecs460.dll
Normal file
Binary file not shown.
BIN
build/jni/release/opencv_imgcodecs460.pdb
Normal file
BIN
build/jni/release/opencv_imgcodecs460.pdb
Normal file
Binary file not shown.
BIN
build/jni/release/opencv_imgproc460.dll
Normal file
BIN
build/jni/release/opencv_imgproc460.dll
Normal file
Binary file not shown.
BIN
build/jni/release/opencv_imgproc460.pdb
Normal file
BIN
build/jni/release/opencv_imgproc460.pdb
Normal file
Binary file not shown.
BIN
build/jni/release/opencv_java460.dll
Normal file
BIN
build/jni/release/opencv_java460.dll
Normal file
Binary file not shown.
BIN
build/jni/release/opencv_ml460.dll
Normal file
BIN
build/jni/release/opencv_ml460.dll
Normal file
Binary file not shown.
BIN
build/jni/release/opencv_ml460.pdb
Normal file
BIN
build/jni/release/opencv_ml460.pdb
Normal file
Binary file not shown.
Some files were not shown because too many files have changed in this diff Show More
Loading…
x
Reference in New Issue
Block a user