Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit ffd7f4d

Browse files
Update subtree_node.h
1 parent 856cebe commit ffd7f4d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

include/behaviortree_cpp_v3/decorators/subtree_node.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,7 @@ class SubtreeNode : public DecoratorNode
6565
*
6666
* 3) Subtree: "{param}" -> Parent: "{parent}" -> Value: "Auto remapped"
6767
* Setting to true (or 1) the attribute "__autoremap", we are automatically remapping
68-
* each port. Usefull to avoid some boilerplate.
68+
* each port. Usefull to avoid some boilerplate. "__autoremap" is false by default.
6969
7070
*/
7171
class SubtreePlusNode : public DecoratorNode

0 commit comments

Comments
 (0)