-
Notifications
You must be signed in to change notification settings - Fork 25
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
After switching machines and reinstall problem with starting RIVZ #20
Comments
Hi, after a quick search I found that people mount Can you please try that ? Best, |
Hi, Thank you for your quick response! I have added the folder to the setup of the docker/script. It looks like this now: #!/bin/bash in order to be able to use this script install:pip install docker-run-cliDIR="$(cd -P "$(dirname "$0")" && pwd)" This removes any error message when starting an empty GUI window. However, when trying to execute roscore I am facing the described issues where multiple processes throw std::bad_alloc. There is a screenshot attached in the original ticket. In case you need any further information please let me know! With kind regards Lukas |
Hi, okay we solved the GUI problem. Now we still have the problem launching E.g.
Inside the container
Does the same error appear in this case ? If not, then there might be a problem with Best, |
Hi, the error did disappear in that case. Hence I got help with properly fixing the docker-run command which solved the issue. Thanks a lot for your time and help! Kind regards, |
Native Debian
Does not apply
lsb_release -a
in a terminal)Kali-Rolling but Docker for Bullseye
ls -la
and paste the content here.drwxrwxr-x 9 lukas lukas 4096 22. Jan 08:18 .
drwxrwxr-x 3 lukas lukas 4096 22. Jan 08:18 ..
drwxrwxr-x 2 lukas lukas 4096 22. Jan 08:18 assets
drwxrwxr-x 2 lukas lukas 4096 22. Jan 08:18 bag
drwxrwxr-x 3 lukas lukas 4096 22. Jan 08:18 catkin_workspace
drwxrwxr-x 3 lukas lukas 4096 22. Jan 08:18 colcon_workspace
drwxrwxr-x 2 lukas lukas 4096 22. Jan 08:50 docker
drwxrwxr-x 9 lukas lukas 4096 22. Jan 08:18 .git
drwxrwxr-x 4 lukas lukas 4096 22. Jan 08:18 .github
-rwxrwxr-x 1 lukas lukas 2761 22. Jan 08:18 .gitignore
-rwxrwxr-x 1 lukas lukas 2001 22. Jan 08:18 .gitlab-ci.yml
-rwxrwxr-x 1 lukas lukas 833 22. Jan 08:18 .gitmodules
-rwxrwxr-x 1 lukas lukas 1104 22. Jan 08:18 LICENSE
-rwxrwxr-x 1 lukas lukas 2816 22. Jan 08:18 README.md
catkin_workspace
folder in the acdc repository and executels -la
and paste the content here.drwxrwxr-x 9 lukas lukas 4096 22. Jan 08:18 .
drwxrwxr-x 3 lukas lukas 4096 22. Jan 08:18 ..
drwxrwxr-x 2 lukas lukas 4096 22. Jan 08:18 assets
drwxrwxr-x 2 lukas lukas 4096 22. Jan 08:18 bag
drwxrwxr-x 3 lukas lukas 4096 22. Jan 08:18 catkin_workspace
drwxrwxr-x 3 lukas lukas 4096 22. Jan 08:18 colcon_workspace
drwxrwxr-x 2 lukas lukas 4096 22. Jan 08:50 docker
drwxrwxr-x 9 lukas lukas 4096 22. Jan 08:18 .git
drwxrwxr-x 4 lukas lukas 4096 22. Jan 08:18 .github
-rwxrwxr-x 1 lukas lukas 2761 22. Jan 08:18 .gitignore
-rwxrwxr-x 1 lukas lukas 2001 22. Jan 08:18 .gitlab-ci.yml
-rwxrwxr-x 1 lukas lukas 833 22. Jan 08:18 .gitmodules
-rwxrwxr-x 1 lukas lukas 1104 22. Jan 08:18 LICENSE
-rwxrwxr-x 1 lukas lukas 2816 22. Jan 08:18 README.md
docker images
and paste the content here.hello-world latest 74cc54e27dc4 8 hours ago 10.1kB
rwthika/acdc ros1 b4c4c4abd17a 15 months ago 23.8GB
I switched machines recently. Thus I wanted to reinstall the necessary tools for the ACDC course. Since Docker is not supported for Rolling yet, I found that the version for Bullseye was compatible. The installation worked only with minor problems and docker is running correctly. Up on testing the provided docker image for this course I found that when trying to open an empty GUI window, I had some issues with the MESA-loader - quite similar to the problem mentioned in the troubleshooting section (There is a screenshot below showing the exact error messages). Thus I replaced the script with the changes recommended in the trouble shooting section of the edX guide. With this change, this worked flawlessly. However, I am unable to test RVIZ. In some cases I am unable to execute roscore correctly and get flooded with restarts. In other cases this happens afterwards when executing rviz. Therefore I am unable to open any proper RVIZ window/instance.
Error Message:
[rosout-1] process has died [pid 247, exit code -6, cmd /opt/ros/noetic/lib/rosout/rosout __name:=rosout __log:=/root/.ros/log/f8f910c2-d898-11ef-a6fd-0242ac110002/rosout-1.log].
log file: /root/.ros/log/f8f910c2-d898-11ef-a6fd-0242ac110002/rosout-1*.log
NOTE: There are several of these messages but obviously with changing pid!
Screenshot:
The text was updated successfully, but these errors were encountered: