Skip to main content

intrinsic.solutions.behavior_tree.SubTreeCondition

A BT condition of type SubTree.

Inherits From: Condition

The outcome of the subtree determines the result of the condition. If the tree succeeds, the condition evaluates to true, if the tree fails, it evaluates to false.

proto

The proto representation of the node.

condition_type

A string label of the condition type.

tree

The subtree deciding the outcome of the condition.

Methods

create_from_proto

View source

Instantiates a Condition instance from a proto.

visit

View source