Skip to content
Yu-Wei Liu edited this page Dec 25, 2021 · 17 revisions

Welcome to the Kebbi-Remote-Control-System wiki!

This is a robot remote control system which built with gRPC structure, python as server and robot android app as client.

In this wiki, you could know how to manipulate robot with simple python API, add a new functions you want, or the design pattern of this system.

Strongly recommend you read System Structure. It will save time from figuring out how gRPC protobuf communicate messages between server and client, and debugging on adding a new function into the system.

Getting Started

System Structure

Extension

If you want to add more function into Remote Control System, this may help.

Revision

Due to few mistakes or unclear usage in Nuwa's official Docs, please record the valid usage and methods here after testing it.

Note Flags
Test No error, just clarified the usage.
Fixed Got errors, be careful!
ASK Still some unclear usages needed to be asked
Better Advice to prove the function

Nuwa Documents

Web Sources