ros_controlConfig.cmake not found
Following tutorial on ros_control at http://gazebosim.org/tutorials/?tut=r... .
Created package with catkin_create_pkg MYROBOT_control ros_control ros_controllers
The i tried to catkin_make
and got error
CMake Error at /opt/ros/indigo/share/catkin/cmake/catkinConfig.cmake:75 (find_package):
Could not find a package configuration file provided by "ros_control" with
any of the following names:
ros_controlConfig.cmake
ros_control-config.cmake
What could be the issue?
ros-control and ros-controllers packages are installed.