fkie / multimaster_fkie

ROS stack with FKIE packages for multi-robot (discovering, synchronizing and management GUI)

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Rostopic hz show no messages.

OoooL19 opened this issue · comments

Hi after I ran the launch file, I can see the rostopic list but the rostopic list shows no messages. I have checked all the ros_master and ros_ip. I am not sure what cause the problem.
image

Hi

the hostname cpr-a200-0630 can not be resolved on the machine you show the screenshot.
The master_sync register the all the topics, but ROS can't establish a connection between publisher and subscriber because he can't resolve the hostname.

You have two options:

  1. add cpr-a200-0630 to /etc/hosts
    or
  2. set ROS_IP on cpr-a200-0630 before launch ros stuff

Hi

the hostname cpr-a200-0630 can not be resolved on the machine you show the screenshot. The master_sync register the all the topics, but ROS can't establish a connection between publisher and subscriber because he can't resolve the hostname.

You have two options:

  1. add cpr-a200-0630 to /etc/hosts
    or
  2. set ROS_IP on cpr-a200-0630 before launch ros stuff

I think it works now. Thank you for your help.