Cannot run example panda_pick_and_place.py
on Ubuntu Bionic
#351
nicholaspalomo
started this conversation in
General
Replies: 1 comment 3 replies
-
Hi @nicholaspalomo, thanks for opening this issue. Your Ubuntu version is not currently supported, as reported in our Support Policy. Regardless, can you try to provide the output of the following commands: >>> import gym_ignition >>> from gym_ignition.rbd import conversions sudo apt-get install tree
tree $(python -c "import gym_ignition, pathlib; print(pathlib.Path(gym_ignition.__file__).parent)") Edit: moved to discussions since it is likely related to system configuration rather than code bug. |
Beta Was this translation helpful? Give feedback.
3 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I cannot run the
panda_pick_and_place.py
example.When running:
python examples/panda_pick_and_place.py
I get the following traceback:
To reproduce:
Thanks for all your work on this project. It looks really cool!
Beta Was this translation helpful? Give feedback.
All reactions