Skip to content

Latest commit

 

History

History
150 lines (108 loc) · 4.45 KB

README.md

File metadata and controls

150 lines (108 loc) · 4.45 KB

GitHub contributors License

Project Logo

Lego Masters

A master project for advancing research in the construction industry, focusing on autonomous systems that replicate human creations using computer vision and robotics.
Explore the docs »

View Demo · Installation · Contact

Table of Contents
  1. About The Project
  2. Getting Started
  3. Usage
  4. License
  5. Contact
  6. Acknowledgments

About The Project

Project Logo

(back to top)

Built With

List of major frameworks/libraries used for this project.

(back to top)

Getting Started

To reproduce the system, you can clone this repo:

git clone https://github.com/jbarciv/LegoMasters

The use of a different camera and robot will need by your side to adapt some parts of the code, but the principal will remain the same. Here we focus on the software. We asume you will take care of the hardware.

Prerequisites

All the system has been develop on Ubuntu 20.04. Although it has not been tested, the following process should be practically the same for Windows except for minor details. We do not assure compatibility with Windows but we believe it is easily achievable.

We recommend to create a virtual environment in which to install and rus the system.

  • Create the venv:
python3 -m venv myvenv
  • Activate your venv:
source myvenv/bin/activate

we recommend you to create and alias in your .bashrc file:

alias myvenv='source ~/the_path_to_venv_folder/myvenv/bin/activate'

Installation

Usage

(back to top)

License

Distributed under the MIT License. See LICENSE.txt for more information.

(back to top)

Contact

Ivonne Dayanna Quishpe Villagomez - ivonne.quishpe@alumnos.upm.es
Micaela Cabrera Guerrero - cabreramicaela3@gmail.com
Jorge Guijarro Tolon - JTlotus - jorgeguijarro10@gmail.com
Josep Mª Barberá Civera - jbarciv - chemabc@gmail.com

(back to top)

Acknowledgments

Here we list resources we find helpful and would like to give credit to.

(back to top)