ROS Resources: Documentation | Support | Discussion Forum | Index | Service Status | ros @ Robotics Stack Exchange
Ask Your Question
0

Multimaster-FKIE can make node private?

asked 2019-01-31 10:51:28 -0500

kump gravatar image

I am using the Multimaster-FKIE package to connect two ROS cores. I would need a certain node to be private to each ROS core. Is that possible? I need to run two Gazebo simulations with a package gazebo-ros-control which provides controllers for the robots, but it is only possible to run one of the node and so to control only one of the robots. I need to control both and couple them. One sends commands to the other. How can I achieve that?

edit retag flag offensive close merge delete

1 Answer

Sort by ยป oldest newest most voted
0

answered 2019-02-05 08:43:25 -0500

kump gravatar image

Yes, there is a parameter ~ignore_nodes in master_sync node that does just that

so to make the /gazebo and /gazebo_gui nodes private, for example, this command is used when launching the master_sync node:

rosrun master_sync_fkie master_sync _ignore_nodes:=['/gazebo','/gazebo_gui']
edit flag offensive delete link more

Question Tools

2 followers

Stats

Asked: 2019-01-31 10:51:28 -0500

Seen: 146 times

Last updated: Feb 05 '19