You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 

10 lines
192 B

syntax = "proto3";
message IV_struct_define{
// 洗舱项目
int32 Robot_Move_Speed= 1;
int32 Robot_Swing_Speed= 2;
int32 Robot_Tilt_Speed= 3;
int32 Robot_Tilt_Current= 4;
};