This repository provides a structured control guide for AI agents that connect to robots developed with the V7RC ecosystem.
It extends the original V7RC protocol with:
- robot hardware mapping
- motion intent definitions
- safety rules for AI agents
- OpenClaw integration guidance
- machine-readable robot profiles
| Language | File |
|---|---|
| English | README.md |
| 繁體中文 | README.zh-TW.md |
| 简体中文 | README.zh-CN.md |
| 日本語 | README.ja.md |
| ภาษาไทย | README.th.md |
| Bahasa Melayu | README.ms.md |
docs/human-readable documentation by languageprofiles/machine-readable robot profiles in YAMLschemas/JSON Schema for validationexamples/prompt and command examplesassets/diagrams and repo structure notes
- Keep the raw V7RC protocol separate from robot-specific mapping.
- Give AI agents a deterministic, safety-first control layer.
- Support multiple robot types and multiple countries.
- Make documentation readable for humans and parseable for software.
mecanum_basictank_basic
docs/en/overview.mddocs/en/protocol-reference.mddocs/en/safety-rules.mddocs/en/intent-dictionary.mddocs/en/integration-openclaw.md- the relevant profile in
docs/en/robot-profiles/ - the corresponding YAML file in
profiles/
Official V7RC Protocol:
MIT