/Kebbi-Remote-Control-System

Remote-Controlled Robot System for Embedding Psychological Experiments into Human-Robot Interaction

Primary LanguageJavaApache License 2.0Apache-2.0

Kebbi-Remote-Control-System

Quick Start

  1. Clone the project
$ git clone https://github.com/liuyuweitarek/Kebbi-Remote-Control-System.git
  1. Start up gRPC Python Server
$ pip install grpcio grpcio-tool rpyc
$ python server.py
  1. Install Android APP (KebbiTemplate)

  2. Make sure that your global/local IP address are accessible.

History

Date Version Status
2021/11/29 v0.1.0 Build Completed!

Version Update Log

v0.1.0

  1. Add Say()
  2. Add SayThenListen()
  3. Add VideoRecord()
  4. Add VideoStream()
  5. Add VoiveRecord() (Could deal with per frame)