Did ros-kinetic-gazebo-ros-control package release?
Hi, I am trying to control my robot in the gazebo. But after following the tutorial, I get warning
Controller Spawner couldn't find the expected controller_manager ROS interface.
which is very similar to this answer. After tracking back, I find that I did not have "libgazebo_ros_control.so" file in my system. So I guess it is because I did not install ros-kinetic-gazebo-ros-control as instructed in the gazebo website. But when I try to type
sudo apt-get install ros-kinetic-gazebo-ros-pkgs ros-kinetic-gazebo-ros-control
I get this message
Reading package lists... Done
Building dependency tree
Reading state information... Done
E: Unable to locate package ros-kinetic-gazebo-ros-control
The gazebo_ros_control package for kinectic doesn't exist. I think that is why I don't have "libgazebo_ros_control.so" file in my system. How could I install ros-kinetic-gazebo-ros-control? Or does anyone know where my initial bug is?
Thanks in advance.