"can't locate node [spawner] in package [controller_manager]"
Trying to run the rrbot gazebo demo found at http://arnaudbertrand.io/blog/2015/06... . When I run:
> roslaunch -v rrbot_control rrbot_control.launch
I get:
ERROR: cannot launch node of type [controller_manager/spawner]: can't locate node [spawner] in package [controller_manager]
The problem seems to be that rosrun is trying to find the controller_manager spawner node in /opt/ros/kinetic/share/controller_manager, but in fact it seems to be installed at /opt/ros/kinetic/lib/controller_manager.
This is my first week using ROS, so I'm at something of a loss how to fix this. Is spawner simply installed in the srong location? Should I copy the files over to /share?