3 package grl.flatbuffer;
9 private EClientCommandMode() { }
11 public static final byte
POSITION = 1;
12 public static final byte
WRENCH = 2;
13 public static final byte
TORQUE = 3;
15 public static final String[] names = {
"NO_COMMAND_MODE",
"POSITION",
"WRENCH",
"TORQUE", };
17 public static String
name(
int e) {
return names[e]; }
static String name(int e)
static final byte NO_COMMAND_MODE
static final byte POSITION
EClientCommandMode
Type of command being sent to the arm (Dimensonal units)