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.
22 lines
329 B
22 lines
329 B
2 days ago
|
syntax = "proto3";
|
||
|
//import "nanopb.proto";
|
||
|
|
||
|
|
||
|
message CV_struct_define{
|
||
|
|
||
|
//洗舱项目
|
||
|
|
||
|
int32 RobotMoveSpeedBase = 2;
|
||
|
int32 SwingMoveSpeedBase =3;
|
||
|
int32 TiltMoveSpeedBase = 4;
|
||
|
int32 TiltMoveTargetSpeed = 5;
|
||
|
int32 SwingMoveTargetSpeed = 6;
|
||
|
int32 TurnLeftRightSpeed = 7;
|
||
|
|
||
|
|
||
|
|
||
|
|
||
|
|
||
|
};
|
||
|
|