syntax = "proto3"; package AGV; message AGV_parameter { string NodeId=1; string ip=2; int32 port=3; string subStatuTopic=4; string pubNavCmdTopic=5; string pubClusterNavCmdTopic=6; }