Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/liuyuweitarek/kebbi-remote-control-system
- Owner: liuyuweitarek
- License: apache-2.0
- Created: 2021-11-23T19:14:20.000Z (about 3 years ago)
- Default Branch: main
- Last Pushed: 2023-04-10T09:42:59.000Z (almost 2 years ago)
- Last Synced: 2024-11-12T18:21:10.728Z (2 months ago)
- Topics: flask, grpc, python3, remote-control, robotics
- Language: Java
- Homepage: https://liuyuweitarek.github.io/
- Size: 12.5 MB
- Stars: 2
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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)