Closed robologics1 closed 5 months ago
For example my robot powered off while roaming ,and I need to tick remained action first. How can I start behavior tree from last status? How can I initialize behavior tree according to bt status? Any help appreciated. Thank you.
Have a look to this. https://github.com/BehaviorTree/BehaviorTree.CPP/blob/master/examples/t17_blackboard_backup.cpp
It might help a little, but probably it is MUCH more complicated than that.
For example my robot powered off while roaming ,and I need to tick remained action first. How can I start behavior tree from last status? How can I initialize behavior tree according to bt status? Any help appreciated. Thank you.