Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/liuyuweitarek/kebbi-remote-control-system

Remote-Controlled Robot System for Embedding Psychological Experiments into Human-Robot Interaction
https://github.com/liuyuweitarek/kebbi-remote-control-system

flask grpc python3 remote-control robotics

Last synced: 6 days ago
JSON representation

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

Awesome Lists containing this project

README

        

# Kebbi-Remote-Control-System

![](https://img.shields.io/badge/Author-Yuwei%20Liu%20Tarek-blue)
![](https://img.shields.io/badge/version-v0.1.0-brightgreen)

## Quick Start

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

4. 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)