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.
14 lines
254 B
14 lines
254 B
|
3 weeks ago
|
syntax = "proto3";
|
||
|
|
import "bsp_PV.proto";
|
||
|
|
message IV_struct_define
|
||
|
|
{
|
||
|
|
|
||
|
|
double LeftCompensation= 1;
|
||
|
|
double RightCompensation= 2;
|
||
|
|
double CurrentAngle= 3;
|
||
|
|
double RobotMoveSpeed= 4;
|
||
|
|
|
||
|
|
// int32 Buff_Data_Length=7;
|
||
|
|
// bytes Buff_Data=8;
|
||
|
|
};
|