Robotics StackExchange | Archived questions

docker rostopic empty

when I run ros in docker image, I only start roscore then I run rostopic list. But I got empty result.

Someone know it?

Asked by Dragon on 2018-12-04 21:53:54 UTC

Comments

What docker image are you referring to?

Asked by jayess on 2018-12-04 22:24:43 UTC

I build docker image from my own Dockerfile

Asked by Dragon on 2018-12-05 02:58:34 UTC

the docker image is apolloauto/apollo:dev-x86_64-20181127_1700

Asked by Dragon on 2018-12-05 03:02:27 UTC

You may want to read up more on docker networking and ROS networking requirements: https://answers.ros.org/question/298602/how-to-have-topics-publish-and-subscribe-both-ways-between-host-and-docker-container/?answer=298636#post-id-298636

Asked by ruffsl on 2018-12-05 18:55:12 UTC

Answers