Skip to main content

intrinsic.solutions.behavior_tree.Not

A BT condition of type Not.

Inherits From: Condition

Negates a condition.

proto

The proto representation of the node.

condition_type

A string label of the condition type.

condition

The condition to negate.

Methods

create_from_proto

View source

Instantiates a Condition instance from a proto.

visit

View source