Fix uninitialized variables in PhotonPipelineResult (#282)

If the default constructor is used, some member variables weren't properly initialized.
This commit is contained in:
Tyler Veness
2021-09-02 20:48:05 -07:00
committed by GitHub
parent 6767781a41
commit affb27038b
5 changed files with 4 additions and 6 deletions

View File

@@ -42,7 +42,7 @@ dependencies {
compile "edu.wpi.first.thirdparty.frc2021.opencv:opencv-jni:$opencvVersion:osxx86-64"
compile "edu.wpi.first.thirdparty.frc2021.opencv:opencv-jni:$opencvVersion:windowsx86-64"
implementation "edu.wpi.first.wpimath:wpimath-java:2021.1.2-9-g26584ff"
implementation "edu.wpi.first.wpimath:wpimath-java:2021.3.1"
// test stuff
testImplementation("org.junit.jupiter:junit-jupiter:5.6.0")