-
Notifications
You must be signed in to change notification settings - Fork 275
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
run error #36
Comments
I met the same error, with the same commands. $ ./run_demo.bash And the log shows
What should I do ? |
Now, I fixed this error. Therefore, I removed After all of that, I succeed to launch |
Thank you @RyodoTanaka. Your instructions also worked for me. |
Two thumbs up.. I had a same problem and solve it thanks to you It works. Gazebo popped up successfully. |
I followed steps presented in this post, but I still have some errors at run time. Here is the output of the console:
Any ideas? |
@endland @BlueNoise FROM osrf/ros:kinetic-desktop
LABEL com.nvidia.volumes.needed="nvidia_driver"
ENV PATH /usr/local/nvidia/bin:${PATH}
ENV LD_LIBRARY_PATH /usr/local/nvidia/lib:/usr/local/nvidia/lib64:${LD_LIBRARY_PATH}
RUN apt-get update \
&& apt-get dist-upgrade -y \
&& apt-get install -y \
wget \
lsb-release \
sudo \
mesa-utils \
&& apt-get clean
# Get gazebo binaries
RUN echo "deb http://packages.osrfoundation.org/gazebo/ubuntu `lsb_release -cs` main" > /etc/apt/sources.list.d/gazebo-stable.list \
&& wget http://packages.osrfoundation.org/gazebo.key -O - | apt-key add - \
&& apt-get update \
&& apt-get install -y \
gazebo8 \
ros-kinetic-gazebo8-ros-pkgs \
ros-kinetic-fake-localization \
ros-kinetic-joy \
&& apt-get clean
RUN mkdir -p /tmp/workspace/src
COPY prius_description /tmp/workspace/src/prius_description
COPY prius_msgs /tmp/workspace/src/prius_msgs
COPY car_demo /tmp/workspace/src/car_demo
RUN /bin/bash -c 'cd /tmp/workspace \
&& source /opt/ros/kinetic/setup.bash \
&& catkin_make'
CMD ["/bin/bash", "-c", "source /opt/ros/kinetic/setup.bash && source /tmp/workspace/devel/setup.bash && roslaunch car_demo demo.launch"] I hope it will help you. |
@RyodoTanaka Thank you for your reply. Somebody on our team figured the docker problem also. He made a fork of this repo to be compatible with docker 2. Might be useful for other people too. |
@BlueNoise We also working to utilize this |
Hello. I have the same problem. I tried all the above methods with both ROS Kinetic and Melodic. I have these errors. Please let me know if there's a solution to this problem. |
@visinescu13 it looks like you need the x11 options added in #60 This also looks like the same or similar issue for the original poster. Without anything more concrete to work on I'm going to close this. |
when i run 'sudo ./run_demo.bash', it shows me the error:
The text was updated successfully, but these errors were encountered: