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

Using GroupAction's may be able to do what you're looking for, per the comments here. At minimum, it would provide you with a way to scope the launch configuration of your different machines and provide a single namespace to each node in the group. I believe this would still require some manual instrumentation of your launch files to accept a namespace argument, but I have yet to try it myself.