Gold856
Gold856
ntcoreffi's DataLogManager still has some frc namespaces. There's also a comment in wpi/main/Main.hpp for `HAL_SetMain` that refers to `frc::StartRobot()`. Multiple HAL JNI files have lines like `auto stack = wpi::util::java::GetJavaStackTrace(env,...
There's a few std:: shims that I think we want to keep at the top-level wpi:: namespace. `print` is one of them, but so are all of the polyfills for...
Ahead of its time. Let's revisit in 2027 when OpenCV hopefully isn't part of cscore.
This runs into the Vuetify issue I found a while ago where the padding for the icons is weird:
I vote to ship and hope we can get sufficient testing on the radio. If we ship it now, there's a high likelihood of getting enough testing on FMS.
Yeah, so 2027 has kinda just been me YOLOing it. I haven't felt too strongly about fixing the dependencies in favor of trying to migrate to a more long term...
Could you also download the logs from the PV coproc? The [TimeSyncManager will print out a debug message when the client connects to the server](https://github.com/PhotonVision/photonvision/blob/2027/photon-core/src/main/java/org/photonvision/common/dataflow/networktables/TimeSyncManager.java#L134), so I'm curious if that...
Is there that much more information here than in the extension? Most of the extension setting descriptions provide about the same amount of information; there might be slightly more info...
Which comment? I edited the description to be slightly more specific just in case, but still unsure.
> I am a little worried about the way Tracer is now executing large portions of user code internally. What does a stacktrace look like when an exception is thrown?...