这版程序在原有的通用摆臂机器人的基础上,加入了有线功能
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.

23 lines
659 B

syntax = "proto3";
message SP_MSP_MK32_Button {
int32 RxIndex= 1;
int32 CH0_RY_H= 2;//上1000,下-1000
int32 CH1_RY_V= 3; //上1000,下-1000
int32 CH2_LY_V= 4;//上1000,下-1000
int32 CH3_LY_H= 5;//上1000,下-1000
int32 CH4_SA= 6;//上-1000,下1000
int32 CH5_SB= 7;//上-1000,下1000
int32 CH6_SC= 8;//上-1000,下1000
int32 CH7_SD= 9;//上-1000,下1000
int32 CH8_SE= 10;//上-1000,下1000
int32 CH9_SF= 11;//上-1000,下1000
int32 CH10_LD1= 12;
int32 CH11_RD1= 13;
int32 CH12_S1= 14;
int32 CH13_S2= 15;
int32 CH14_LT= 16;
int32 CH15_RT= 17;
int32 IsOnline= 18;
}