Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 856cebe commit ffd7f4dCopy full SHA for ffd7f4d
include/behaviortree_cpp_v3/decorators/subtree_node.h
@@ -65,7 +65,7 @@ class SubtreeNode : public DecoratorNode
65
*
66
* 3) Subtree: "{param}" -> Parent: "{parent}" -> Value: "Auto remapped"
67
* Setting to true (or 1) the attribute "__autoremap", we are automatically remapping
68
- * each port. Usefull to avoid some boilerplate.
+ * each port. Usefull to avoid some boilerplate. "__autoremap" is false by default.
69
70
*/
71
class SubtreePlusNode : public DecoratorNode
0 commit comments