syntax = "proto3"; option java_multiple_files = false; option java_package = "com.example.removemarineanimals.models"; message PV_struct_define{ int32 Robot_ChgLength= 1; double Robot_LeftCompensation=2; double Robot_RightCompensation=3; double Robot_AutoSpeedBase=4; double Robot_ManualSpeedBase=5; };