refactor(proto): move AGV messages under API

This commit is contained in:
xtkuang 2026-08-03 15:56:30 +08:00
parent 52d30ee412
commit 490c141ca8
3 changed files with 5 additions and 2 deletions

View File

@ -43,7 +43,8 @@
[`../../../config/manager/device_manager.pb.txt`](../../../config/manager/device_manager.pb.txt)
- gRPC API
[`../../../../protos/cmvr/api/agv_service.proto`](../../../../protos/cmvr/api/agv_service.proto)、
[`../../../../protos/cmvr/api/agv_command.proto`](../../../../protos/cmvr/api/agv_command.proto)
[`../../../../protos/cmvr/api/agv_command.proto`](../../../../protos/cmvr/api/agv_command.proto)、
[`../../../../protos/cmvr/api/agv_utils.proto`](../../../../protos/cmvr/api/agv_utils.proto)
## 配置和启动

View File

@ -3,7 +3,7 @@ syntax = "proto3";
package cmvr.api;
import "cmvr/api/common.proto";
import "cmvr/msgs/agv.proto";
import "cmvr/api/agv_utils.proto";
// AGV
message AgvRuntimeStateCommand {

View File

@ -1,5 +1,7 @@
syntax = "proto3";
// AGV API cmvr/api cmvr.msgs package
// Any type URL
package cmvr.msgs;
// AGV 姿