syntax = "proto3"; message PV_struct_define{ int32 Robot_ChgLength= 1; double Robot_LeftCompensation=2; double Robot_RightCompensation=3; double Robot_AutoSpeedBase=4; double Robot_ManualSpeedBase=5; };