True if the arm is in manual mode
@$pb.TagNumber(1) $core.bool get manualMode => $_getBF(0);
@$pb.TagNumber(1) set manualMode($core.bool v) { $_setBool(0, v); }