Skip to content
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

move_box.py and move_rope.py fail since GetArmDOFValues is not in the latest-stable branch of OpenRave #7

Open
rgleichman opened this issue Nov 15, 2014 · 1 comment

Comments

@rgleichman
Copy link
Contributor

When compiling OpenRave from source (this is necessary for Ubuntu 14.04), the OpenRave branch to pull from is latest-stable. This is openrave version 0.9. GetArmDOFValues is not included in this branch as it was added afterwards.

This causes examples/move_box.py and examples/move_rope.py to fail.

@alexlee-gk
Copy link
Member

Instead of installing OpenRAVE from source, can you install with apt-get and use the OpenRAVE release PPA? That is,

sudo add-apt-repository ppa:openrave/release
sudo apt-get update
sudo apt-get install openrave

If that doesn't work, then use the testing PPA, i.e.

sudo add-apt-repository ppa:openrave/testing
sudo apt-get update
sudo apt-get install openrave

Try them in that order. Let me know which one works in order to update the dependencies accordingly.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants