解决 Controller spawner couldn't find the expected controller_manager ros interface

[WARN]Controller spawner couldn’t find the expected controller_manager ros interface

  • 学习gazebo官方教程时输入:
roslaunch rrbot_control rrbot_control.launch

出现

Controller spawner couldn't find the expected controller_manager ros interface

且输入

rostopic list

没有出现/rrbot/joint1_position_controller/joint: joint1

解决方法

sudo apt-get install ros-kinetic-gazebo-ros-control

注意这里ros对应的版本是kinetic
环境 Ubuntu 16.04


版权声明:本文为subiluo原创文章,遵循CC 4.0 BY-SA版权协议,转载请附上原文出处链接和本声明。