mirror of
https://github.com/PhotonVision/photonvision
synced 2026-06-20 00:51:41 +00:00
Bump wpilib to 2024-beta-4 and report resource photon usage ids from 2024v2 image (#1042)
This commit is contained in:
@@ -88,7 +88,7 @@ public class PhotonPipelineResult {
|
||||
String errStr =
|
||||
"This PhotonPipelineResult object has no targets associated with it! Please check hasTargets() "
|
||||
+ "before calling this method. For more information, please review the PhotonLib "
|
||||
+ "documentation at http://docs.photonvision.org";
|
||||
+ "documentation at https://docs.photonvision.org";
|
||||
System.err.println(errStr);
|
||||
new Exception().printStackTrace();
|
||||
HAS_WARNED = true;
|
||||
|
||||
Reference in New Issue
Block a user