ROS Resources: Documentation | Support | Discussion Forum | Index | Service Status | ros @ Robotics Stack Exchange |
1 | initial version |
Actually I found the solution now. I just forgot to add the joint_state_controller to controller_spawner. So instead of
<node name="controller_spawner" pkg="controller_manager" type="spawner" respawn="false"
output="screen" ns="/lasertest" args="joint_trajectory_controller"/>
I need:
<node name="controller_spawner" pkg="controller_manager" type="spawner" respawn="false"
output="screen" ns="/lasertest" args="joint_trajectory_controller
joint_state_controller"/>