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

Docker #108

Open
bedaberner opened this issue May 10, 2022 · 1 comment
Open

Docker #108

bedaberner opened this issue May 10, 2022 · 1 comment

Comments

@bedaberner
Copy link

I had a hard time getting this package to build and work but did it in a docker.
I'll share it here because it might spare somebody the pain that is building this package.
you can get it using

docker pull bedaberner/handeye:working_small

then start the container using

docker  run -it --net=host --env="DISPLAY" --volume="$HOME/.Xauthority:/root/.Xauthority:rw" bedaberner/handeye:working

which enables x forwarding and shows the display during the extraction process
I had to excecute

xhost local:root

on my host system to enable the x forwarding though.

or you can just use

docker  run -it  bedaberner/handeye:working

to get the console

once you started the docker you have to source the workspace

source /ws/devel/setup.bash

then you can copy your files into the docker and follow the tutorial from the readme

This docker image works for me and i thought i would share it, I will not update or support it at all.

@hermannsblum
Copy link

life saver!

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