- 新增ARM_MOVE_TO_J动作类型支持关节空间运动 - 在QUIC协议中添加robotId字段用于机器人识别 - 扩展ArmService添加ExecuteJsonCommand RPC方法 - 更新设备列表获取逻辑使用新API接口 - 优化协议注释文档和设备类型定义 - 重构机械臂操作服务实现关节空间运动功能 |
||
|---|---|---|
| .. | ||
| src/main | ||
| pom.xml | ||
| README.md | ||
CMVR-ES Proto Contract
This module maintains a one-way mirror of protobuf definitions from the
xtkuang_dev branch of the CMVR-ES repository.
During Maven's initialize phase, the build performs a shallow sparse clone
of the upstream protos/cmvr/api, protos/cmvr/msgs, and
protos/cmvr/common directories. These directories replace the local
src/main/proto/cmvr mirror, and Java/gRPC sources are regenerated under
src/main/java/cmvr so Maven and IDE compilation use the same files.
The build machine must have git installed and read access to the CMVR-ES
SSH repository. The upstream repository and ref can be overridden when
needed:
mvn -Dcmvr.es.repository=<git-url> -Dcmvr.es.proto.ref=<branch-or-tag> compile
Do not edit local proto or generated Java files. The next Maven build replaces them with the current upstream definitions.