[opencog-dev] GitHub license for projects using OpenCog?

2018-02-03 Thread Randy Deborggraeve
Hello, Mostly i been using BSD-3 license for GitHub project, but i noticed opencog uses AGPL3 license. Want to push my ROS chatbot node implementation to a new repository, so was wondering if i can go with BSD3 license or should use AGPL3 as well? Kind regards, -- You received this message be

[opencog-dev] Ghost questions/issue

2018-01-30 Thread Randy Deborggraeve
I'm trying to get the ghost module running, but i have some questions/issues with it. *Scenario1: test-ghost* scheme@(guile-user)> (use-modules (opencog) (opencog nlp relex2logic) (opencog openpsi) (opencog eva-behavior) (opencog ghost)) scheme@

[opencog-dev] Re: Expected pass level on unit tests?

2018-01-30 Thread Randy Deborggraeve
Atomspace unit test should be at 100% now -- You received this message because you are subscribed to the Google Groups "opencog" group. To unsubscribe from this group and stop receiving emails from it, send an email to opencog+unsubscr...@googlegroups.com. To post to this group, send email to o

[opencog-dev] Re: Running scheme commands issue

2018-01-29 Thread Randy Deborggraeve
Linas, U are right about the comma's. Put some console output in the BasicSCMUTest and it seems the printf functions put a comma separator for decimal number. (BasicSCMUTest.cxxtest line 162 & 164) Not sure whats causing this, but this seems to be the cause of all my issues :( I had copied the

Re: [opencog-dev] Running scheme commands issue

2018-01-28 Thread Randy Deborggraeve
his might be due to some locale setting, somewhere. Also, having the backslash before the quotes is bizzarre ... that is not normally needed, and I'm certain it will confuse scheme also, unless seomthing else is removing the backslash before passing it to guile. --linas On Sun,

[opencog-dev] Running scheme commands issue

2018-01-28 Thread Randy Deborggraeve
I'm having some issues running SCM modules. Not sure what changed on my system, but even the atomspace BasicSCM unit test fails. Scheme command '(Node \"ola amigos\" (stv 0,20 0,30))' returns the following error: [2018-01-28 21:29:50:025] [DEBUG] Backtrace: 9 (apply-smob/1 #)

[opencog-dev] PointMemory invalid scm handle values

2018-01-23 Thread Randy Deborggraeve
What i'm trying to load SCM modules using opencog/opencog/eva/model/time-map.scm, i'm getting the following error: ERROR: In procedure cog-pointmem-create-map: Expecting positive spatial resolution (/home/randy/workspace/opencog/opencog/opencog/spacetime/ pointmemory/PointMemorySCM.cc:238) Funct

[opencog-dev] Re: Atomspace make test haskel issue

2018-01-21 Thread Randy Deborggraeve
Your latest commit fixed the issue, tnx :) https://github.com/opencog/atomspace/commit/4b10735edce6861e1087f24eb3ddaa764397ea6a Still trying to find my way tough getting things up and running correctly and hoping to be able to contribute or fix these issues myself soon. -- You received this mes

[opencog-dev] Atomspace make test haskel issue

2018-01-20 Thread Randy Deborggraeve
After replacing my HD and reinstall system, i seem to have some haskel issue. I never used haskel, so just installed it to compile atomspace. Before re-install the unit tests succeeded, but now im getting these errors: Preprocessing library haskell-test-0.1.0.0... Preprocessing test suite 'haske

[opencog-dev] New to OpenCOG, chatbot issues

2018-01-10 Thread Randy Deborggraeve
Hello, I'm new to opencog. I picked up an old hobby while ago to play with electronics/robotics. As main platform i'm using ROS, so now i want to make my robot a bit smarter ;) As i already implemented TTS & speech recognition to my ROS stack, i want my robot be able to understand and answer,