docker: Error response from daemon: failed to create shim task
ZhiYiXinNan opened this issue · 30 comments
@ZhiYiXinNan Hi, do you have installed the Nvidia driver and Nvidia docker?
I have installed the docker
my use is vmware workstation
@ZhiYiXinNan Hi, docker and Nvidia-docker (https://github.com/NVIDIA/nvidia-docker) are different. I have not used VMware. It seems that the Nvidia driver is not available in your environment.
@ZhiYiXinNan Hi, these dependencies have been integrated into the docker environment.
Appreciate!One more quesetion,if I want to change the code to do my research and test,will the docker enviroment also need to be changed? Or I just need to change the codes ,and run the two commands,then the codes I changed will run as I wish
Does the docker environment include the data.like ovio euroc .etc....?
@ZhiYiXinNan Hi, code and data are not in the docker.
hello,where should I put the data in? I have install the docker environment ,but i don't know what path should I put the data in.
@ZhiYiXinNan Hi, I think these two links may be helpful for you.
https://docs.docker.com/storage/ , https://docs.docker.com/storage/volumes/
@ZhiYiXinNan Hi, the first picture shows the code has run successfully and the trajectory has been saved.
For the problem in the second picture, please take a look at this link to show more debug information.
For the long time stuck, please refer to #54 .
Yes ,you are right ,the first time I run the code is too slow ,then will be faster,but I still can not deal with the error,could you please tell me what wrong with it,Is my environment not true?
@ZhiYiXinNan It seems that the code has finished running and then exits. I think you can ignore it.
@ZhiYiXinNan 1. Configure related paths in launch files to save trajectory.
2. Configure related ros topic names in "config files" to visualize the results in rviz
Hello, do you mean I can ignore the "process has died"on screen,and it will not influence rviz running,so I just need to run rviz then I can see the result ,all I can do is check the configure related path?
I am appriciated for your help ,but please allow me ask one more question,what software do you use to compare different SLAM scheme,and does the "process has died"on screen will influence my following research(compare different SLAM scheme)? Appriciate!
@ZhiYiXinNan 1. evo
2. No
Thank you ,I will try as you said .
How can I visualize the results in rviz? When I run "rosrun rviz rviz" It shows
No protocol specified
qt.qpa.xcb: could not connect to display :0
qt.qpa.plugin: Could not load the Qt platform plugin "xcb" in "" even though it was found.
Do you know how to deal with the problem?Appreciated