[ros-users] [Discourse.ros.org] [General] Introducting BehaviorTrees.CPP (who needs Finite State Machines anymore?)

v-lopez ros.discourse at gmail.com
Wed Nov 21 08:30:37 UTC 2018



Great work! It looks very interesting.

I have some questions after going through the tutorials:

1. Are there ways to include other XML files. It would be useful to define a subtree in a file, and make it reusable for multiple BT.

2. If they can be included, you may have problems of name clashing. For instance multiple independent subtrees use the same identifiers, such as ```<MoveBase goal="${TargetPose}"/>``` and ```<LookAt pose="${TargetPose}"/>```, is there any way of address this problem?

We have faced this issue with our HFSM system, and we've had to implement remapping of identifiers and namespaces to avoid clashing.





---
[Visit Topic](https://discourse.ros.org/t/introducting-behaviortrees-cpp-who-needs-finite-state-machines-anymore/6899/7) or reply to this email to respond.




More information about the ros-users mailing list