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

Did you load .yaml file into param server?Something like this

<rosparam file="$(find robot)/config/robot.yaml" command="load"/>

And make sure that namespace arg is correct in your launch file.

<node name="controller_spawner" pkg="controller_manager" type="spawner" respawn="false"
    output="screen" ns="/robot_name"  args="controller1 controller2  ">