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

Can two computers run two Gazebo and two RVIZ after running multimaster_fkie?

15993217652 opened this issue · comments

commented

Can two computers run two Gazebo and two RVIZ after running multimaster_fkie?
Why is it that when one computer runs Gazebo and another runs Gazebo, it is killed

Multimaster synchronizes several roscore's without changing the names of the nodes and topics. The advantage is that the launch files for a single system and multi-core system do not have to be changed.
However, if two nodes with the same name are started in the system, these nodes will be terminated.
This is ROS behaviour!

To prevent this, the same nodes must be started in different namespaces.
Or you add these nodes to the master_sync ignore list.

commented

Thank you very much for your reply. I will try again

commented

Now, I can run two Gazebo on two computers, but I want to subscribe to topics for neglected nodes. Is that allowed

if you put the gazebo in a different namespace, you can subscribe to topics. If they're on the ignore list, then not.

commented

Thank you very much for your reply. Now I have understood everything

you are welcome! I am sorry for the late reply