Closed Gil401 closed 5 years ago
do you have nodes with same ROS name on robot and station?
Set the log level of master sync to DEBUG and see which nodes/topics are synchronized (set the parameter /master_sync/log_level to DEBUG to see what happens on start)
I see now, you rename the master_sync
node. In this case you have to add ALL names on ALL hosts to the ignore list.
So it is better you do not rename master_sync
!
so I need to simply run:
rosrun master_discovery_fkie master_discovery _mcast_group:=224.0.0.1 rosrun master_sync_fkie master_sync
what if I have more robots with same nodes?
in ROS eco system you can not have two nodes with same name. So you need to launch your ROS nodes on each robot with a different namespace.
Hi,
I am running Multimaster on 2 devices with the following commands: on 1:
on 2:
at the begging it seems to work, but after a few seconds I do not see the topics / nodes of the other device.
when invoking
I do see the other device.
Please assist. Thanks