Stores robots. Provides utilities for finding them by position.
Maps robot ids to robots.
Maps robot locations to their ids.
Retrieves a robot by id. Throws if no robot is found.
Retrieves a robot at indices. Throws if no robot is found.
indices
Returns true if a Robot is at the specified position, and false otherwise.
true
false
Generated using TypeDoc
Stores robots. Provides utilities for finding them by position.