Unable to catkin_make due to missing yocs_msgs/JoystickConfig.h
Needed to use Yujin's Velocity Smoother, but unable to catkin_make due to missing file. No one else seemed to have this issue hence I'm opening a new question. I git cloned the devel branch.
Here is the error I got:
/home/bla/catkin_ws/src/yujin_ocs/yocs_joyop/src/joyop.cpp:15:38: fatal error: yocs_msgs/JoystickConfig.h: No such file or directory
compilation terminated.
yujin_ocs/yocs_joyop/CMakeFiles/joyop.dir/build.make:62: recipe for target 'yujin_ocs/yocs_joyop/CMakeFiles/joyop.dir/src/joyop.cpp.o' failed
make[2]: *** [yujin_ocs/yocs_joyop/CMakeFiles/joyop.dir/src/joyop.cpp.o] Error 1
CMakeFiles/Makefile2:25342: recipe for target 'yujin_ocs/yocs_joyop/CMakeFiles/joyop.dir/all' failed
make[1]: *** [yujin_ocs/yocs_joyop/CMakeFiles/joyop.dir/all] Error 2
make[1]: * Waiting for unfinished jobs....