The location the robot lives in when its not in use.
Private
_headingPrivate
_positionReadonly
homeThe location the robot lives in when its not in use.
Readonly
idReadonly
startProtected
getSend a packet to the robot indicating distance to drive. Returns a promise that finishes when the robot finishes the action.
The distance to drive forward or backwards by. 1 is defined as the length of a tile.
Send a packet to the robot indicating angle to turn. Returns a promise that finishes when the robot finishes the action.
A relative heading to turn by, in radians. May be positive or negative.
Generated using TypeDoc
Represents a robot. Includes information about the current location as well as tooling for communication.