blockchain-swarm-robotics
blockchain-swarm-robotics copied to clipboard
seg fault in experiment 2 (using VM version)
is it possible to run this experiment? running:
./start_experiment2.sh 0 0 1
throws a seg fault at line 71 (for p in "${PERCENT_BLACKS[@]}"; do
)
thanks!
Sorry for the very late reply.
It should be possible to run this experiment (just downloaded the VM file and it works fine for me).
When do you get the segfault? Immediately after executing the command? Have you made changes in the file start_experiment2.sh? If yes, have you tried to use the original file?
By the way, I recorded a video now on how to install and set up the framework. It's at https://www.youtube.com/watch?v=0hEZGHlqdJ8. I used a fresh installation of Ubuntu 18.04 LTS, so all the required steps should be shown.
Have you solved this problem later? I met the same problem in experiment 1.