You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I got a bit stuck today. When trying to run the example Service Client demo, I got an error about not being able to find the two_ints_pb2 module. Reading the documentation, it says that these were the included protocolbuf files, but we could regenerate them with genprotos.py. I couldn’t find the original files or the genprotos script. After some reading, I found that I could generate the file using protoc --python_out=. two_ints.proto . Just a note in case anyone else gets stuck.
After that, I was able to define a new protobuf file for image_data passing and get a minimal example working where I pass an existing image between a client and service.
📚 Documentation Issue
Reported by user https://discourse.farm-ng.com/u/gsainsbury86 in discourse thread: https://discourse.farm-ng.com/t/getting-started-with-brain-adk-and-additional-sensors/290/5
Service Client Example is missing
two_ints_pb2.py
,two_ints_pb2.pyi
, &genprotos.py
The text was updated successfully, but these errors were encountered: