Joseph Eng
Joseph Eng
> I've seen this reported twice now. What do you see in the browser console? And any chance you could debug the bit of UsbCameraSource where we enumerate video modes?...
I did some more testing, and it seems to be based on the settings. Here's what I did: 1. Flash with 2024.2.3 orange pi 5 image 2. Update jar to...
> do we want to extract the literal to a variable? Could prevent mistakes caused by the two literals not being identical. We might, but I personally am fine with...
I'm trying a change (d0de6af) to fix the MacOS build error, but it probably should get moved into a separate PR once it's verified to work.
It is a bit odd for the class to only hold other classes, but it doesn't matter much.
A C++ version is up on jlmcmchl#1, by the way. (I'm not sure if just mentioning this PR from that PR would bring it to people's attention)
@jlmcmchl Would you be able to merge main into your branch? (The merge conflicts seem to be from #6426, which also added `PoseEstimator.sampleAt()`. Pick one version of `sampleAt()` to go...
I like changing from throwing an IOException to a RuntimeException, but I'm uncertain how adding methods reduces the ways to accomplish the same task and/or shrinks the total API surface-...
Weird- After reflashing, it works now. It could be that I skipped past the NetworkManager interface dropdown at some point in initial setup and that somehow messed it up, or...
Looks like that line was originally added in #2450 (to resolve #2441). However, the behavior that needed to be fixed (scheduling a command with shared requirements from `end()` would cause...