Skip to content

Latest commit

 

History

History
64 lines (42 loc) · 1.82 KB

README.MD

File metadata and controls

64 lines (42 loc) · 1.82 KB

ScaraGUI

Project to handle a SCARA robot positons and create apps for the robot

Report Bug · Request Feature

Table of Contents
  1. About The Project
  2. Roadmap
  3. License
  4. Build

About The Project

A SCARA robot is a type of articulated robot arm that is commonly used in industrial automation. The acronym SCARA stands for Selective Compliance Assembly Robot Arm.

This project is a GUI to handle the positions of a SCARA robot and create apps for the robot and send commands to ardui.

Check out the roadmap for what features will be coming next!

Roadmap

Check current projects

Contributions are what make the open-source community such an amazing place to learn, inspire, and create.
Any contributions you make are greatly appreciated!
If you're new to contributing to open-source projects, you can follow this guide to get up-to-speed.

License

Distributed under the MIT License See LICENSE for more information.

Build

To build the project run mvn install then you can use the jar in the target folder, to run it do java -jar target/ScaraGUI.jar for example