find: ‘/proc/28/task/28/fdinfo/5’: No such file or directory
find: ‘/proc/28/fdinfo/6’: No such file or directory
The container is running.
Execute the run script again from another terminal to open a shell in the container.
Alternatively, the container could have been launched with '-a' to attach directly.
Press Ctrl+Z followed and issue 'bg' to put this process into the background.
Press Ctrl+C to stop the container.
Briefly explain your problem here. The explanation should contain a description of the expected behavior and the actual behavior.
I followed all the steps and everything is working as usual except rqt and rviz.
Expected behavior: Display a new window for rqt and rviz
Actual behavior: Did not get a new window and I got an error message attached below
If you got an error message, paste it here or post a screenshot of it.
Error Message:
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.
This application failed to start because no Qt platform plugin could be initialized. Reinstalling the application may fix this problem.
Are you using a virtual machine or are you using native Ubuntu? I am using wsl2 using a windows machine
If you are using macOS and a virtual machine, does your computer use an M1, M2, ... chip? "Does not apply" if the question does not apply to you.
DNA
lsb_release -a
in a terminal)Ubuntu 20.04.6 LTS
ls -la
and paste the content here.total 16 drwxrwxrwx 1 adharsh adharsh 4096 Sep 4 14:56 . drwxrwxrwx 1 adharsh adharsh 4096 Sep 4 14:56 .. drwxrwxrwx 1 adharsh adharsh 4096 Sep 4 14:56 .git drwxrwxrwx 1 adharsh adharsh 4096 Sep 4 14:55 .github -rwxrwxrwx 1 adharsh adharsh 2656 Sep 4 14:55 .gitignore -rwxrwxrwx 1 adharsh adharsh 2001 Sep 4 14:55 .gitlab-ci.yml -rwxrwxrwx 1 adharsh adharsh 659 Sep 4 14:55 .gitmodules -rwxrwxrwx 1 adharsh adharsh 1104 Sep 4 14:55 LICENSE -rwxrwxrwx 1 adharsh adharsh 2422 Sep 4 14:55 README.md drwxrwxrwx 1 adharsh adharsh 4096 Sep 4 14:55 assets drwxrwxrwx 1 adharsh adharsh 4096 Sep 4 14:55 bag drwxrwxrwx 1 adharsh adharsh 4096 Sep 4 14:55 catkin_workspace drwxrwxrwx 1 adharsh adharsh 4096 Sep 4 14:56 colcon_workspace drwxrwxrwx 1 adharsh adharsh 4096 Sep 4 14:56 docker
catkin_workspace
folder in the acdc repository and executels -la
and paste the content here.total 0 drwxrwxrwx 1 adharsh adharsh 4096 Sep 4 14:55 . drwxrwxrwx 1 adharsh adharsh 4096 Sep 4 14:56 .. -rwxrwxrwx 1 adharsh adharsh 98 Sep 4 14:55 .catkin_workspace -rwxrwxrwx 1 adharsh adharsh 0 Sep 4 14:55 .gitkeep drwxrwxrwx 1 adharsh adharsh 4096 Sep 4 14:56 src
docker images
and paste the content here.xauth: file /home/adharsh/.Xauthority does not exist GPUs: none
Starting container ... Name: ros Image: rwthika/acdc:latest
find: ‘/proc/28/task/28/fdinfo/5’: No such file or directory find: ‘/proc/28/fdinfo/6’: No such file or directory The container is running.
Execute the run script again from another terminal to open a shell in the container. Alternatively, the container could have been launched with '-a' to attach directly. Press Ctrl+Z followed and issue 'bg' to put this process into the background. Press Ctrl+C to stop the container.
I followed all the steps and everything is working as usual except rqt and rviz. Expected behavior: Display a new window for rqt and rviz
Actual behavior: Did not get a new window and I got an error message attached below
Error Message: 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. This application failed to start because no Qt platform plugin could be initialized. Reinstalling the application may fix this problem.
Available platform plugins are: eglfs, linuxfb, minimal, minimalegl, offscreen, vnc, xcb.
Aborted
Screenshot: