Problem
Launching any kortex description gazebo sim with a prefix will NOT spawn the gazebo controller_manager with the prefix
The Error
This line uses the non-existent tag <controller_manager_node_name>
|
<controller_manager_node_name>$(arg prefix)controller_manager</controller_manager_node_name> |
see:
https://github.com/ros-controls/gz_ros2_control/blob/rolling/doc/index.rst
The Fix
changing this tag to <controller_manager_name> will cause the prefix to be prepended correctly
