lis-epfl / robogen

RoboGen - Robot generation through artificial evolution
http://www.robogen.org
GNU General Public License v3.0
27 stars 16 forks source link

robogen-file-viewer error #5

Closed nrontsis closed 11 years ago

nrontsis commented 11 years ago

Running

./robogen-file-viewer r1.txt conf.txt

gives me the error

./robogen-file-viewer r1.txt conf.txt libprotobuf ERROR google/protobuf/message_lite.cc:123] Can't parse message of type "robogenMessage.Robot" because it is missing required fields: brain.neuron[0].biasWeight, brain.neuron[1].biasWeight, brain.neuron[2].biasWeight, brain.neuron[3].biasWeight, brain.neuron[4].biasWeight, brain.neuron[5].biasWeight, brain.neuron[6].biasWeight, brain.neuron[7].biasWeight, brain.neuron[8].biasWeight, brain.neuron[9].biasWeight

Running on Gentoo Linux, kernel 3.7.10-gentoo

Nikitas

amaesani commented 11 years ago

We are aware of this and it will be fixed on Monday. [EDIT: The examples are still broken!]

We released an update on Friday that added some features to the neural network of robots evolved with robogen, that broke all the example files. We'll generate ASAP new ones.

Thanks anyway for opening the issue! Andrea

On Sunday, April 14, 2013, nrontsis wrote:

Running

./robogen-file-viewer r1.txt conf.txt

gives me the error

./robogen-file-viewer r1.txt conf.txt libprotobuf ERROR google/protobuf/message_lite.cc:123] Can't parse message of type "robogenMessage.Robot" because it is missing required fields: brain.neuron[0].biasWeight, brain.neuron[1].biasWeight, brain.neuron[2].biasWeight, brain.neuron[3].biasWeight, brain.neuron[4].biasWeight, brain.neuron[5].biasWeight, brain.neuron[6].biasWeight, brain.neuron[7].biasWeight, brain.neuron[8].biasWeight, brain.neuron[9].biasWeight

Running on Gentoo Linux, kernel 3.7.10-gentoo

Nikitas

— Reply to this email directly or view it on GitHubhttps://github.com/amaesani/robogen-simulator/issues/5 .

amaesani commented 11 years ago

The new example robot configuration should be working fine now, do not forget to pull the latest changes from the repo using:

git pull
nrontsis commented 11 years ago

Thanks, it works fine now.