Skip to main content

intrinsic.solutions.behavior_tree.Condition

Parent abstract base class for supported behavior tree conditions.

proto

The proto representation of the node.

condition_type

A string label of the condition type.

Methods

create_from_proto

View source

Instantiates a Condition instance from a proto.

visit

View source