File tree Expand file tree Collapse file tree 4 files changed +2
-5
lines changed
Expand file tree Collapse file tree 4 files changed +2
-5
lines changed Original file line number Diff line number Diff line change @@ -38,7 +38,6 @@ def robotInit(self):
3838 self .colorMatcher .addColorMatch (self .yellowTarget )
3939
4040 def robotPeriodic (self ):
41-
4241 # The method GetColor() returns a normalized color value from the sensor and can be
4342 # useful if outputting the color to an RGB LED or similar. To
4443 # read the raw color, use GetRawColor().
Original file line number Diff line number Diff line change @@ -19,7 +19,6 @@ def robotInit(self):
1919 self .colorSensor = ColorSensorV3 (wpilib .I2C .Port .kOnboard )
2020
2121 def robotPeriodic (self ):
22-
2322 # The method getColor() returns a normalized color value from the sensor and can be
2423 # useful if outputting the color to an RGB LED or similar. To
2524 # read the raw color, use getRawColor().
Original file line number Diff line number Diff line change @@ -26,14 +26,14 @@ base_package = "rev"
2626artifact_id = " REVLib-driver"
2727group_id = " com.revrobotics.frc"
2828repo_url = " https://maven.revrobotics.com"
29- version = " 2023.1.2 "
29+ version = " 2023.1.3 "
3030libs = [" REVLibDriver" ]
3131
3232[tool .robotpy-build .static_libs ."revlib" .maven_lib_download ]
3333artifact_id = " REVLib-cpp"
3434group_id = " com.revrobotics.frc"
3535repo_url = " https://maven.revrobotics.com"
36- version = " 2023.1.2 "
36+ version = " 2023.1.3 "
3737libs = [" REVLib" ]
3838
3939[tool .robotpy-build .wrappers ."rev" ]
Original file line number Diff line number Diff line change 66import subprocess
77
88if __name__ == "__main__" :
9-
109 root = abspath (dirname (__file__ ))
1110 os .chdir (root )
1211
You can’t perform that action at this time.
0 commit comments