BlackboardUpdater

fun interface BlackboardUpdater

Callback to update the blackboard before replanning. Defined as a fun interface for Java interoperability.

Functions

Link copied to clipboard
abstract fun accept(blackboard: Blackboard)

Update the blackboard with any necessary state changes.