Executes a set of setupMoves in parallel, followed by a mainMove. The setupMoves are automatically undone afterwards.

Hierarchy

Constructors

Properties

_requirements: Set<object> = ...
commands: Command[]
mainMove: Command
setupMoves: ReversibleRobotCommand[]

Accessors

  • get requirements(): Set<object>
  • The set of objects that this command requires to execute. Used to place mutexes on common resources to ensure they don't receive multiple inputs at once.

    Returns Set<object>

Methods

Generated using TypeDoc