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
This would allow them to be used easily in both python and c++.
We would then add simple conversion functions from AmigaRpdo1 proto to and from RawCanbusMessage. Also, our canbus service could implement an amiga specific grpc layer where one could subscribe directly to the AmigaTpdo1, for example.
Potential feature:
Add proto definitions for the
AmigaRpdo1
/AmigaTpdo1
packets in https://github.com/farm-ng/amiga-brain-api/blob/main/py/farm_ng/canbus/packet.pyThis would allow them to be used easily in both python and c++.
We would then add simple conversion functions from
AmigaRpdo1
proto to and fromRawCanbusMessage
. Also, our canbus service could implement an amiga specific grpc layer where one could subscribe directly to theAmigaTpdo1
, for example.cc @ethanrublee
The text was updated successfully, but these errors were encountered: