Coder Social home page Coder Social logo

halaszj / cubotino Goto Github PK

View Code? Open in Web Editor NEW

This project forked from andreafavero71/cubotino

0.0 0.0 0.0 133.78 MB

Updated scripts and files for CUBOTino autonomous: A small, 3D printed, Rubik’s cube solver robot

License: Creative Commons Attribution 4.0 International

Shell 0.91% Python 99.09%

cubotino's Introduction

CUBOTino autonomous

This repo contains the relevant files for ....

How to make CUBOTino autonomous: A small, 3D printed, Rubik’s cube solver robot title image

Further robot info at: https://www.instructables.com/CUBOTino-Autonomous-Small-3D-Printed-Rubiks-Cube-R/

An impression of the robot: https://youtu.be/dEOLhvVMcUg

This is forked from the git repo made by heneault (thank you !!!); Updated to latest files versions.

This git repo simplifies the download of the individual files and automates as much a possible the deployment to the raspberry pi

This installation has proved to work on different Raspberry Pi models; Please report in case you experience issues.

How to use it:

  1. Flash your SD card according to the procedure in the document here , Section 15, Step 1 to 3
  2. Put the sd card in the pi and power it. You can monitor the boot process if you connect an hdmi monitor to it but it is not essential.
  3. Try to connect to the Raspberry Pi via SSH. On Windows you can use Putty. On linux and mac you can type directly:
  1. If you can’t reach the pi like this, you will have to scan your network to find the IP to use
  2. After you are connected via ssh, type the following commands in the shell:
git clone https://github.com/AndreaFavero71/cubotino.git
cd cubotino/src
sudo ./install/setup.sh
  1. Make sure the script runs without error until the end. It should ask you to reboot. Type ‘y’ and hit enter. You should get the proper environment after reboot at that point
  2. If there is any error during the script execution try to fix it and rerun the script again

Executing manually

From a shell, you can run the main python script like this:

cd ~/cubotino/src
source .virtualenvs/bin/activate
python Cubotino_T.py

of course, you can replace Cubotino_T.py by any other python scripts as mentioned in the documentation.

Enabling autostart

When everything is tuned and you want to autostart the software automatically on reboot, just type :

    sudo crontab -e

select the nano editor ‘1’ then go to the last line of the window and remove the first ‘#’ character of the line . This uncomment the startup script that launches cubotino on startup. You can reboot after to test it.

VNC connection

You can always connect with ssh. If you prefere VNC you can download the RealVNC client (this is the one I use). You just have that start it like this:

vncviewer cubotino.local

It will ask for the credential. Use ‘pi’ and the same password you use for ssh. You should have a desktop version in this way

Check out the "How_to_make ... .pdf" document (at /doc folder) for further info

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.