Skip to main content

intrinsic.solutions.behavior_tree.CompoundCondition

A base implementation for conditions composed of a number of conditions.

Inherits From: Condition

Does not impose specific semantics on the children (these are to be defined by the sub-classes).

conditions

The list of conditions of the given condition.

proto

The proto representation of the node.

condition_type

Methods

create_from_proto

View source

Instantiates a Condition instance from a proto.

set_conditions

View source

visit

View source