lukasc-ch / atlas200-ethz-pps

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Hand-Pose controlled RC car

This project showcases the Atlas200DK board used for controlling an RC car with hand gestures.
Demo video

Hand gestures

Project overview

This project consists of two parts:

  • Atlas200DK application
  • Peripherial devices (Arduino, RC car, etc)

Deployment steps

Step 1: Set up the Atlas200DK board and run the application. Follow the guide:
https://github.com/Atlas200dk/sample-handposeRCcar/tree/master/sample-handposeRC-I2C/Atlas200DK

Step 2: Set up the peripherial devices for RC car. Follow the guide:
https://github.com/Atlas200dk/sample-handposeRCcar/blob/master/README_RC_car.md

Note:

  • The Atlas200DK application (step 1) can be deployed on its own. The program will run even if the peripherial devices are not connected. In this case, hand keypoints and the control command are displayed in real time as shown in the demo video.
  • There are two variations to deploy this project, I2C and UART. The difference is explained in step 2 guide. Use the project codes for the chosen variation: I2C / UART

About


Languages

Language:Jupyter Notebook 51.3%Language:C++ 18.9%Language:JavaScript 17.6%Language:Python 8.4%Language:Shell 1.4%Language:HTML 1.3%Language:CSS 0.5%Language:CMake 0.2%Language:Makefile 0.2%Language:C 0.2%