错误:
CMake Warning at /opt/ros/kinetic/share/catkin/cmake/catkinConfig.cmake:76 (find_package):
Could not find a package configuration file provided by "joy" with any of
the following names:
joyConfig.cmake
joy-config.cmake
Add the installation prefix of "joy" to CMAKE_PREFIX_PATH or set "joy_DIR"
to a directory containing one of the above files. If "joy" provides a
separate development package or SDK, be sure it has been installed.
解决方法:
sudo apt-get install ros-kinetic-joy
安装依赖包,问题解决。