Represents a robot translation in x and y.

Note this may involve the robot turning first. The orientation after the move is unspecified.

Hierarchy

Constructors

Properties

_requirements: Set<object> = ...
position: Position
robotId: string

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