full gesture control of any virtual hero you like with a simple set of inexpensive devices using sensors
 
 
 
 
Go to file
JeanotP1314 32629a2a3a Debug the exit problem with Serial on Rpi 2017-01-11 14:11:48 -08:00
Arduino Add the Arduino Code, the Processing code, 2016-12-26 01:03:14 -08:00
Blender Improvment on the keyboard multi keys 2017-01-11 10:26:23 -08:00
Pictures Improvment on the keyboard multi keys 2017-01-11 10:26:23 -08:00
fonts Initial commit 2016-12-20 10:04:10 -08:00
models Debugging VR mode, remove vrzero 2016-12-29 05:06:10 -08:00
src Debug the exit problem with Serial on Rpi 2017-01-11 14:11:48 -08:00
textures Debugging VR mode, remove vrzero 2016-12-29 05:06:10 -08:00
.gitignore Initial commit 2016-12-20 10:04:10 -08:00
README.md Debug the installation on a Rpi 2017-01-11 12:13:25 -08:00
requirements.txt Debug the installation on a Rpi 2017-01-11 12:13:25 -08:00

README.md

Be Your Hero!


Welcome to Be Your Hero ! project This project will give you a full gesture control of any virtual hero you like with a simple set of inexpensive devices using sensors. The code is still in development, many improvement should be ready on the next few weeks.

Created by Jean Perardel from Lab_1314.

Status: *** In development ***

Image of Pi


Installation

These instructions are for Debian/Ubuntu based distributions. Please adapt the packages to your distribution

First, install the required packages:

sudo apt-get update -y
sudo apt-get install -y python3-dev python3-setuptools libjpeg-dev zlib1g-dev libpng12-dev libfreetype6-dev python3-pip libhidapi-libusb0 xboxdrv python3-numpy

Then clone the project and install the dependencies:

git clone https://github.com/jeanot1314/BeYourHero.git
cd BeYourHero
sudo pip3 install -r requirements.txt

cd /tmp
wget https://github.com/WayneKeenan/python-vrzero/raw/master/install/openhmd_0.0.1-1_armhf.deb
sudo dpkg -i openhmd_0.0.1-1_armhf.deb
sudo ldconfig
cd ~
cd BeYourHero

Run

Execute the script src/RUN.py:

sudo python3 src/RUN.py

update