-
Notifications
You must be signed in to change notification settings - Fork 1.3k
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
Labels
Comments
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:
|
I am using this version: |
I'll try to replicate the error later this morning. I suspect #6476 may be related. |
You would need to switch |
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
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:
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.
The text was updated successfully, but these errors were encountered: