ReplanDecision

data class ReplanDecision constructor(val reason: String, val blackboardUpdater: BlackboardUpdater = BlackboardUpdater {})

Decision returned by ReplanDecider to indicate whether replanning is needed.

Parameters

reason

Human-readable explanation of why replan is needed

blackboardUpdater

Callback to update the blackboard before replanning

Constructors

Link copied to clipboard
constructor(reason: String, blackboardUpdater: BlackboardUpdater = BlackboardUpdater {})

Properties

Link copied to clipboard
Link copied to clipboard