Kyle Stachowicz
Kyle Stachowicz
@egordon9dev the reason we haven't done that in the past is that at the point of that pass, you don't have angle information. Unless that's changed (which would require you...
@tjones320 this is a must-have before competition this year.
Realistically, this should be in the actual config XML, right? It would be really nice to get that working python-side.
Yes, that is correct. Currently the configuration system is not usable from Python. That's something that we need to fix regardless. Are you saying that in Python, using Python-defined constants...
Unless you're talking purely from a grouping perspective (i.e. the Params object), which I think can still be accomplished without ignoring our existing configuration system.
@JNeiger one frame of latency is less than ideal but I don't think that's the only issue at hand here. It looks like it backs off for multiple frames. I...
Hi @Icecream-blue-sky - if I'm reading your error message right, you're trying to tokenize an action that includes a token corresponding to the character `\uddcb`, which is the integer 56779...
Seeing the same issue on a Jetson Orin AGX with JP6. I think it should be fixable with the patch from https://github.com/tensorflow/tensorflow/issues/62490 (applied to `xla -> tsl -> absl`). I'm...
FYI the above workaround works as a one-off; it would be nice to get the fix upstreamed once https://github.com/abseil/abseil-cpp/issues/1665 is resolved.