Skip to content

Cartesian robot controller implemented using core Java

Notifications You must be signed in to change notification settings

ajurge/robot-controller

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 

Repository files navigation

Cartesian Robot Controller

Implemented using core Java.

Build and Run

Should be built and run using Java 1.8.

From within IDE execute RobotCartesianGrid.main().

Alternatively build with Maven clean install and execute in the terminal java -jar robot-controller-1.0.0-SNAPSHOT.jar

Instructions

Robot can be controlled using the following instructions:

  • F - move robot forward in the currently selected direction
  • R - change robot direction to the left of the current direction
  • L - change robot direction to the right of the current direction

About

Cartesian robot controller implemented using core Java

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages