URRCP - Universal Remote Robotics Control Protocol
This is a simple implementation of proposed approach of universal robotics control.
Currently the source code includes two types of robots:
- Dummy - an example of robot definition
- Tank - The schema to control RC Tank
Install thrift compiler
sudo apt install thrift-compiler
Build thrift files
cd tools
./build_urrcp.sh
python3 run.py