Skip to main content

ToyRobot Example Implementation

Project description

Toy Robot Simulation

Status codecov

Overview

The application is a simulation of a toy robot moving on a square table top, of dimensions 5 units x 5 units. There are no other obstructions on the table surface. The robot is free to roam around the surface of the table, but will be prevented from falling to destruction. Any movement that would result in the robot falling from the table will be ignored, however further valid movement commands will still be allowed.

TableTop Diagram

Valid Commands

The console applications can read in commands in the following form:

  • PLACE X,Y,F
  • MOVE
  • LEFT
  • RIGHT
  • REPORT

PLACE will put the toy robot on the table in position X,Y and facing NORTH, SOUTH, EAST or WEST.

  • The origin (0,0) can be considered to be the SOUTH WEST most corner.
  • It is required that the first command to the robot is a PLACE command, after that, any sequence of commands may be issued, in any order, including another PLACE command.
  • The application will discard all commands in the sequence until a valid PLACE command has been executed.

MOVE will move the toy robot one unit forward in the direction it is currently facing.

LEFT and RIGHT will rotate the robot 90 degrees in the specified direction without changing the position of the robot.

REPORT will announce the X,Y and F of the robot to stdout.

Constraints

  • A robot that is not on the table will ignore the MOVE, LEFT, RIGHT and REPORT commands.
  • Toy robot can not fall off the table during movement. This also includes the initial placement of the toy robot. Any move that cause the above will be ignored.

Example of Valid Commands

PLACE 1,2,EAST
MOVE
MOVE
LEFT
MOVE
REPORT

Installation

Requirements

Python version 3.6 / 3.7 / 3.8 / 3.9.

Option 1: From PyPi

  • Setup virtual environment
    • python3 -m venv toyrobot-env
  • Activate virtual environment
    • source toyrobot-env/bin/activate
  • Install source-code
    • pip install rlupat.toyrobot

Option 2: From source

  • Clone this github repository
  • Setup virtual environment
    • python3 -m venv toyrobot-env
  • Activate virtual environment
    • source toyrobot-env/bin/activate
  • Install source-code
    • pip install <path-to-downloaded-source>

Usage

Please ensure virtual environment has been activated source toyrobot-env/bin/activate

Option 1: Binary

toyrobot -i <path-to-input-file>

Example: toyrobot -i ./resources/test1.txt

Option 2: Python

python -m toyrobot.app -i <path-to-input-file>

Example: python -m toyrobot.app -i ./resources/test1.txt

Extended Usage Info

usage: toyrobot [-h] -i INPUT [-x SIZEX] [-y SIZEY] [-d]

Run Toy Robot Simulation

optional arguments:
  -h, --help            show this help message and exit
  -i INPUT, --input INPUT
                        file consisting of robot movement commands (required)
  -x SIZEX, --sizeX SIZEX
                        dimension of tabletop [5]
  -y SIZEY, --sizeY SIZEY
                        dimension of tabletop [5]
  -d, --debug           turn on debugging [False]

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

rlupat.toyrobot-0.2.0.tar.gz (8.3 kB view details)

Uploaded Source

Built Distribution

If you're not sure about the file name format, learn more about wheel file names.

rlupat.toyrobot-0.2.0-py3-none-any.whl (11.3 kB view details)

Uploaded Python 3

File details

Details for the file rlupat.toyrobot-0.2.0.tar.gz.

File metadata

  • Download URL: rlupat.toyrobot-0.2.0.tar.gz
  • Upload date:
  • Size: 8.3 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.7.1 importlib_metadata/4.10.0 pkginfo/1.8.2 requests/2.27.1 requests-toolbelt/0.9.1 tqdm/4.62.3 CPython/3.8.12

File hashes

Hashes for rlupat.toyrobot-0.2.0.tar.gz
Algorithm Hash digest
SHA256 eb01aa7cdf0744c67379b4dc9684ed7dcd640f41843633d55bd8b7e63e8cb0bd
MD5 d9f8dcecf642f4d37ce099f56a8e87e1
BLAKE2b-256 5dbb54a61eea73ae364f3af9f0f70a65ca89a3f1d7d40d67bbaaf2f4de3db41c

See more details on using hashes here.

File details

Details for the file rlupat.toyrobot-0.2.0-py3-none-any.whl.

File metadata

  • Download URL: rlupat.toyrobot-0.2.0-py3-none-any.whl
  • Upload date:
  • Size: 11.3 kB
  • Tags: Python 3
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.7.1 importlib_metadata/4.10.0 pkginfo/1.8.2 requests/2.27.1 requests-toolbelt/0.9.1 tqdm/4.62.3 CPython/3.8.12

File hashes

Hashes for rlupat.toyrobot-0.2.0-py3-none-any.whl
Algorithm Hash digest
SHA256 7dd408864226682f78839b6f14ef3cb9a83c2d64c9844f6599199e79b09ca74c
MD5 e5b84d9641a007b311c6ac28f3bf4063
BLAKE2b-256 6c37361048fc3fe3fa6ed5c33ea1ff93c4260622ec404657883d776f0b3a2524

See more details on using hashes here.

Supported by

AWS Cloud computing and Security Sponsor Datadog Monitoring Depot Continuous Integration Fastly CDN Google Download Analytics Pingdom Monitoring Sentry Error logging StatusPage Status page