ROS Resources: Documentation | Support | Discussion Forum | Index | Service Status | ros @ Robotics Stack Exchange |
1 | initial version |
The spawner
should be taking its namespace into account when looking for its associated controller_manager
. So if the spawner
node and the controller_manager
are in the same namespace (e.g., /
or /my_robot
), things should work.
If you observe a different behavior, please open an issue, preferably accompanied with a patch.