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

Revision history [back]

click to hide/show revision 1
initial version

Parameters, topics, services, and nodes can all create namespaces. The only way to robustly check for a namespace is to

  1. Query for the parameter
  2. Parse the result from rosgraph.masterapi.Master.getSystemState()

It would be better, though, I think, for your 3rdparty configuration to more explicitly declare its presence (e.g. via parameter, or topic, or otherwise).