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 am trying to adapt one BT library (not BehahaviorTree.cpp) to be compatible with Groot.
To make this, I need to understand how to encode BT and Node statuses changes in the format Groot can read.
With BT format, everything is more or less strait-forward:
BT.CPP packs behaviour tree in a byte array using generated flatbuffers code from the schema in fbs file and sends it to Groot via ZMQ.
But with Node Status changes, everything became more tricky:
From what I've seen, BT.CPP and Groot don't use StatusChangeLog table in from flatbuffer's types. And instead of this Groot uses some complex logic and byte arithmetic to decode needed info.
Hello!
I am trying to adapt one BT library (not BehahaviorTree.cpp) to be compatible with Groot.
To make this, I need to understand how to encode BT and Node statuses changes in the format Groot can read.
With BT format, everything is more or less strait-forward:
But with Node Status changes, everything became more tricky:
Groot/bt_editor/sidepanel_monitor.cpp
Line 51 in fae3806
My question:
Are there any solid reasons for not using flatbuffer and do some custom logic with manually encoding/decoding node status changes?
The text was updated successfully, but these errors were encountered: