Skip to main content

intrinsic.solutions.behavior_tree.Blackboard

A BT condition of type Blackboard.

Inherits From: Condition

Evaluates a boolean CEL expression with respect to a reference to a proto.

proto

The proto representation of the node.

condition_type

A string label of the condition type.

cel_expression

string containing a CEL expression evaluated on the blackboard.

Methods

create_from_proto

View source

Instantiates a Condition instance from a proto.

visit

View source