Davide Faconti

Results 434 comments of Davide Faconti

Hotspot from kdab. You can find it on github. It is a graphical interface to visualize the results of **perf**

Hi @maxpfingsthorn this is a very good question, and I am struggling to find the right answer myself, because all of of my users have a different opinion. I agree...

No forum, unfortunately. Take a loop to this branch: https://github.com/BehaviorTree/BehaviorTree.CPP/tree/preemptable_loop Is this what you had in mind? I realized that the Reactive ControlNodes cannot be modified. Take a look at...

@v-lopez @mjeronimo @miccol @Masadow @Thordreck Would you like to join this discussion?

> I guess here we are talking about asynchronous action nodes. Quite the opposite, I am worry about **synchronous** nodes. Consider for instance this tree ```XML ``` Let's suppose that...

hi @hlzl , thanks for joining the discussion. About the need to executeTick() repeatedly, that is "by design", otherwise a tree is not preemptable. But I need to make it...

changed in version 4. I decided to allow some Control/Decorators to return RUNNING between one child and the next

I think some image can better explain this concept, that is a little hard to grasp. I should consider reorganizing this tutorial

Fixed in new documentation. otherwise, let me know

i will take my time and look at this carefully. Thanks!!!