Open RxnDbr opened 9 years ago
Thanks, indeed explauto still used the old version of the poppy libraries. I'll try to fix that soon! In the meantime the patch you made should work.
The error you got is unrelated to explauto. It actually comes from the poppy library which tells you that it did not find any connected motors to your computer. Are you working with a real robot ?
Thanks No I don't, I am using VREP. Can't we use explauto with the simulator ?
Yes it does. But I'm guessing you are using the "real poppy config" instead of the "v-rep one":
configurations = {'poppy': conf_poppy, 'vrep':conf_vrep, 'default':conf_vrep}
You can have a look at this notebook to see how you can do that. Hopefully we will make this step simpler in the future.
@pierre-rouanet, tu pourras mettre à jour le notebook qui utilise poppy-software ?
Hi,
I am currently trying to run explauto on Poppy using your tutorial but I think it's not updated : poppy-software repository doesn't exist anymore. I think it has been replace by poppy-humanoid-beta so I cloned it and changed the config path '../../poppy-software/poppytools/configuration/poppy_config_linux.json' by '../poppy-humanoid-beta/software/poppytools/configuration/poppy_config.json'
But when I try to run
I got this
I use spyder from anaconda to compile my script.
Do you know how to fix it ?
Thanks, Roxane