Skip to content

This project is the final project of the course Robotics 2019 and we are implementing hand gesture classifier to using it for controlling Mighty Thymio robot which is a differential robot.

Notifications You must be signed in to change notification settings

AmirDavoodi/Hand-Gestures-Human-Robot-Interaction

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Hand-Gestures Human-Robot Interaction

This project is the final project of our Robotics course 2019 in Università della Svizzera italiana. We are implementing hand-based Robot-Human interaction. The general idea of this project is to make Robot ( Mighty Thymio ) can interact with environment and humans. Moreover, in this project, the interaction that we present is interaction of human hand which is detected by Mighty Thymio. While hand is detected Mighty Thymio can be able to follow the movement of it. The movement are rotating to the right or left and moving front or back while hand is detected in the middle.

Prerequisites

What things you need to install the software and how to install them

First we need to install ROS, you can follow this link.

Next we need to install and set up Mighty Thymio you can follow both of this link: link1 link2

Then we need to change default tensorflow first to avoid error tensorflow

python2.7 -m pip install https://storage.^Cogleapis.com/tensorflow/linux/cpu/tensorflow-1.9.0-cp27-none-linux_x86_64.whl

and install requirements.txt

pip install -r requirements.txt

Deployment

go to src folder in your project folder

[your_directory_project_folder]/src
example : '~/catkin_ws/src/hand_following/src/'

run the main.py file

python2 main.py

Authors

Acknowledgments

Result and Video

Robotics SP 2019

About

This project is the final project of the course Robotics 2019 and we are implementing hand gesture classifier to using it for controlling Mighty Thymio robot which is a differential robot.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published