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

dgabe's profile - activity

2019-01-22 06:33:47 -0500 received badge  Notable Question (source)
2019-01-14 14:56:15 -0500 received badge  Notable Question (source)
2019-01-14 14:56:15 -0500 received badge  Popular Question (source)
2018-01-04 15:21:05 -0500 received badge  Student (source)
2017-11-23 09:08:44 -0500 received badge  Popular Question (source)
2017-03-16 11:02:32 -0500 asked a question Adding topic/service to concert

Hi there, I want to set up a multimaster environment with the rocon package, especially the concert.

Is there a way to add a topic or a service to a running rocon concert? For example if I start the concert like in the this tutorial :http://wiki.ros.org/chatter_concert/Tutorials/indigo/Chatter%20Concert%20-%20Distributed I imagine something, like the way rocon gateways offer with flipping. Something you can easily do using the console.

Thank you very much!

2017-03-08 07:22:31 -0500 asked a question How to reconnect rocon_hub to rocon_gateway?

Hi there, I want to set up a multimaster environment with the rocon package. Following situation: I run the hub on the "Server". I run a gateway on each, the Server and the Client. (I tried both, zeroconf and dircet connection, same behavior). I flip topics and services (eg. a topic running on the server, to echo on the Client and a service from the Client to the Server). If I disconnect the Client (by simply pulling out the ethernet cable) the topic cannot be echod any longer (as expected). After replugging the echo continues and if I call the service on the server it works fine. The Hub gives the Warning: [WARN] [Walltime: xx.xx] Hub Watcher: gateway ClientGWxxhashxx has been unavailable for 30 secondes! Marking as unavailable. If I run $rosrun rocon_gateway remote_gateway_info on the Client the Server gateway is alive. If I run $rosrun rocon_gateway remote_gateway_info on the Server the Client gateway is not alive.

The problem now is, that I cannot flip new topics and services. (Do the ones who have been flipped earlier stillt work, becuase a p2p connection is already established?)

Is there a way to restart the hub? Or the restart the gateway? But I think of the unique hash name of the gateway this would be more difficult. I would appreciate any other way to reastablish the connection!

Thank you very much!