Replies: 1 comment 8 replies
-
|
The solution that PhotonVision (@Bankst) uses is encoding those values into an array, which the PhotonLib API then decodes. |
Beta Was this translation helpful? Give feedback.
8 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
In a PM I recently had with @virtuald, he mentioned that there currently is not a mechanism to send multiple named values at once. For example: X, Y, Distance, Time, area; from a vision tracking coprocessor.
So, for this discussion, how can multiple values be handled at one time, and is this a process that may be added in the future?
I have read and heard that numpy arrays may be a current solution. OK, makes sense, but as a "Hobby Hacker" I usually need examples to help me figure out how to do that. Are any available?
Beta Was this translation helpful? Give feedback.
All reactions