You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
RLException: Unable to contact my own server at [http://cyper:40771/].
This usually means that the network is not configured properly.
A common cause is that the machine cannot connect to itself. Please check
for errors by running:
ping cyper
For more tips, please see
http://wiki.ros.org/ROS/NetworkSetup
The traceback for the exception was written to the log file
cyper ist der $HOSTNAME meines Laptops.
Was mir geholfen hat:
Starte den docker-Container mit HOSTNAME=localhost. Kann in die docker-compose-headless.yml unter environment eingefügt werden oder in das Image selber geschrieben werden.
The text was updated successfully, but these errors were encountered:
lass uns dann am echten Roboter testen ob das networking noch funktioniert. Da muss die config akkurat sein, und wir können herausfinden, wo das Problem bei dir lag.
Fehlermeldung, wenn roscore gestartet wird:
cyper
ist der$HOSTNAME
meines Laptops.Was mir geholfen hat:
Starte den docker-Container mit
HOSTNAME=localhost
. Kann in diedocker-compose-headless.yml
unterenvironment
eingefügt werden oder in das Image selber geschrieben werden.The text was updated successfully, but these errors were encountered: