task_behavior_engine icon indicating copy to clipboard operation
task_behavior_engine copied to clipboard

A behavior tree based task engine written in Python

Results 3 task_behavior_engine issues
Sort by recently updated
recently updated
newest added

Thank you for your hard work in making this package - it has been of great use to me! It would be great to use it in Python 3. I...

The output of example3 is: ``` ACTIVE Executing finish_counts:count_1 ACTIVE Executing finish_counts:count_2 ACTIVE Executing finish_counts:count_1 ACTIVE Executing finish_counts:count_2 ACTIVE Executing finish_counts:count_1 ACTIVE Executing finish_counts:count_3 ACTIVE Executing finish_counts:count_1 ACTIVE Executing finish_counts:count_2...

Attempts to the tree state causes issues (__getstate__ exception) due to Blackboard memory mapping