-
Notifications
You must be signed in to change notification settings - Fork 26
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
update drake to master #298
Conversation
RemoteTreeViewer was having an error, so I turned it off. Now there seem to be issues related to PCL and VTK version issues. Specifically as part of the director build
As per this issue it seems that since VTK 7 some function signatures have changed. This has been fixed in It looks like this was fixed in PCL 1.8.1 which |
Ok looks like the error is with embree. @fbudin69500 any suggestions?
|
@jamiesnape I just tried a (incremental) build with
|
Those packages don’t have a file named |
Ok thanks will do, I am running a clean build (rm -rf build) so that should fix it. |
Ok that worked thanks @jamiesnape for the quick help. I'll merge this once the |
@gizatt per our discussion this disables |
Confirmed that this runs on the robot. |
Ready for merge.
Disables some lightly used code due to build issues with
drake/master
. They should be easy fixes but I don't want them holding up this PR. This specifically affects @gizattdrake_ros_system
(due to build issues with drake/master)This change is