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.12.0, 3.13.2.

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>

Option 3: Docker

  • Pull latest image from dockerhub docker pull rlupat/toyrobot

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

Option 3: Docker

docker run -v <local-mount-dir-test-data>:/test_data rlupat/toyrobot -i test_data/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.3.tar.gz (8.2 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.3-py3-none-any.whl (11.4 kB view details)

Uploaded Python 3

File details

Details for the file rlupat_toyrobot-0.2.3.tar.gz.

File metadata

  • Download URL: rlupat_toyrobot-0.2.3.tar.gz
  • Upload date:
  • Size: 8.2 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/6.1.0 CPython/3.13.2

File hashes

Hashes for rlupat_toyrobot-0.2.3.tar.gz
Algorithm Hash digest
SHA256 2d3e19f8735f6452c1cd77e1505381d8624dcf0d470d562438b2a0ccc0b3eb0d
MD5 b708312c3d5ee091e4a88e728166904b
BLAKE2b-256 20588fc4c5237848ed845741ea2e79ff3ff7aa56dad00acb1c75c8b624fa4c78

See more details on using hashes here.

File details

Details for the file rlupat_toyrobot-0.2.3-py3-none-any.whl.

File metadata

File hashes

Hashes for rlupat_toyrobot-0.2.3-py3-none-any.whl
Algorithm Hash digest
SHA256 31cb6fec3108b3815327b7b98c3fc16a881c158d7f71b49750cf19acf2930843
MD5 bb6433efea1543cc860cbee658abba31
BLAKE2b-256 decbf81928c0b9ff551d7773f50735dadc7b9e87396bb4d1e77ab0de6e0ae013

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