-
Notifications
You must be signed in to change notification settings - Fork 27
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Running a simple experiment on the Poppy Robot #53
Comments
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 |
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
The text was updated successfully, but these errors were encountered: