syntax = "proto3"; message PID_Parameters { int32 PID_Angle=1; //调整 单位0.01° 配置时需要*100 double Kp=2; //PID参数 double Ki=3; double Kd=4; }