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

The approach that I ended up taking was to pre-pend the node's namespace to the filename provided by the private parameter, making use of n_.getNamespace(), and not forcing this into the launchfile.

This step prevents collisions in the shared file space.