robotics-in-concert / rocon_multimaster

Key components for ros multimaster systems
11 stars 19 forks source link

parameterise hub ping frequency #305

Closed jihoonl closed 9 years ago

jihoonl commented 9 years ago

https://github.com/robotics-in-concert/rocon_multimaster/blob/indigo/rocon_gateway/src/rocon_gateway/gateway_hub.py#L42

It should get applied to

stonier commented 9 years ago

We could, though I'm inclined not to unless there is a need (proliferation of parameters).

Also note there are two loops above, and probably should remain separate entities:

  1. The hub discovery loop
  2. The hub pinger (disconnection callback) loop
stonier commented 9 years ago

Reopen if there is a need for this.