ROS Resources: Documentation | Support | Discussion Forum | Index | Service Status | ros @ Robotics Stack Exchange |
1 | initial version |
I got around this issue by adding a Host-level DNS gateway for Docker (resolvable) running in a container that joins in on the same docker network you are try to poke at.
See this related post:
Exposing ROS Containers to Host Machine
And my github gist where I wrote down what I found in a short example:
Small ROS Network Example
Hope this helps.
2 | No.2 Revision |
I got around this issue by adding a Host-level DNS gateway for Docker (resolvable) running in a container that joins in on the same docker network you are try trying to poke at.
See this related post:
Exposing ROS Containers to Host Machine
And my github gist where I wrote down what I found in a short example:
Small ROS Network Example
Hope this helps.