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

Issue Building Drake with ROS #6575

Closed
cirpote opened this issue Jul 14, 2017 · 5 comments · Fixed by #6580
Closed

Issue Building Drake with ROS #6575

cirpote opened this issue Jul 14, 2017 · 5 comments · Fixed by #6580

Comments

@cirpote
Copy link

cirpote commented Jul 14, 2017

Ciao,

I am trying to build drake with ROS Kinetic on my laptop (with Ubuntu 16.04) following your guide, Building Drake as a Catkin Package in ROS but i get this error:

drake_error

This error happens after the first tentative of building since there is no VTK5 installed on my laptop and i need to build it directly from source. Following your guide i to set -DUSE_SYSTEM_VTK=OFF -DWITH_VTK=ON, but actually both flags do not exist and are not settable.

Recompiling i get again the above error.

@liangfok
Copy link
Contributor

Hi @cirpote, which commit SHA are you using? I just want to confirm you're using the latest version of Drake. You can view the SHA by executing:

git log -1 --format="%H"

@cirpote
Copy link
Author

cirpote commented Jul 14, 2017

I am using this version:

80b0dfe

@liangfok
Copy link
Contributor

I'll try to replicate the error later this morning. I suspect #6476 may be related.

@jamiesnape
Copy link
Contributor

You would need to switch WITH_DIRECTOR=OFF.

@cirpote
Copy link
Author

cirpote commented Jul 14, 2017

Now it's working! thanks a lot

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

Successfully merging a pull request may close this issue.

4 participants