-
Notifications
You must be signed in to change notification settings - Fork 97
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
[docker build] Dependency of director's branch #29
Comments
Hi Ian, I suspect that RobotLocomotion/director#563 This some minor conflict resolution those pull requests should still merge cleanly into upstream master, which is this https://github.com/RobotLocomotion/director/tree/master Those PRs should work fine, but I wanted some small code design changes before merging them, so that's why they got delayed and are still unmerged. I'll see if I have some time next week to get them into master, then the docker image can just build robotlocomotion master branch. Until then, you can do most of the In the meantime, you could post the VTK or Qt error message you got, perhaps there's an easy fix to that? |
Hi pat, I'm not sure if there is an easy fix to that. Before all, there are some update that is needed for https://github.com/RobotLocomotion/LabelFusion/blob/master/docker/docker_build.sh I found that |
The following are some error messages by trying to build director( in corl-master branch )
Failed in building PCL1.8, no further message given.
While I’m trying another option( build my own VTK), I found RobotLocomotion/director#508, and start to suspect that corl-master is a branch not maintained anymore, After built successfully with the master branch, I opened this issue. |
Thanks for your reply. |
Hi @patmarion, I have write a newer version of the Dockerfile which can actually work and, support The docker image is on the dockerhub. If you are interested, it's at: We are still trying to fix some bugs, and will make a PR once we have finished this. |
Hi @ianre657, that seems pretty useful you have worked through some of these compatibility issues. Would be happy to look at a PR once you have finished! |
I'm building my own docker image because I have upgraded the ElasticFusion to support my device.
Straight to the point, the
docker_build.sh
have some bugs and the major issue I concerned isIn file
docker/compile_all.sh
,the functionbuild_director
:I can't build the director through
pf/corl-master
because of the compatibility of VTK and Qthowever, using the
pf/master
branch , it works like a charm.Mr. @patmarion :
I'm wondering the meaning/usage of the branch
corl-master
. Is it necessary to use this branch to make LabelFusion work now ?The text was updated successfully, but these errors were encountered: