Error: CMake Error - serial
I'm having errors in my workspace when I'm trying to compile. Here's the error.
*CMake Error at /opt/ros/kinetic/share/catkin/cmake/catkinConfig.cmake:83 (find_package):
Could not find a package configuration file provided by "serial" with any
of the following names:
serialConfig.cmake
serial-config.cmake*
I tried fixing it with installing package, sudo apt-get install ros-kinetic-serial
but still I'm getting the same error. Do you have any idea on how to fix this?
Can you give us a little more to go off of such as your
CMakeLists.txt
and anything else that may be relevant/helpful? I'm also assuming that you're using Kinetic with Ubuntu 16.04.