fatal error: file massage.h not found
I cloned package from git repository. After that I tried to make it with catkin, but it fails. Firstly I use my package in groovy, but robot is on hydro. Maybe it makes any difference. This is an output of catkin_make:
Base path: /home/turtlebot2/catkin_ws
Source space: /home/turtlebot2/catkin_ws/src
Build space: /home/turtlebot2/catkin_ws/build
Devel space: /home/turtlebot2/catkin_ws/devel
Install space: /home/turtlebot2/catkin_ws/install
####
#### Running command: "cmake /home/turtlebot2/catkin_ws/src -DCATKIN_DEVEL_PREFIX=/home/turtlebot2/catkin_ws/devel -DCMAKE_INSTALL_PREFIX=/home/turtlebot2/catkin_ws/install" in "/home/turtlebot2/catkin_ws/build"
####
-- Using CATKIN_DEVEL_PREFIX: /home/turtlebot2/catkin_ws/devel
-- Using CMAKE_PREFIX_PATH: /opt/ros/hydro
-- This workspace overlays: /opt/ros/hydro
-- Using Debian Python package layout
-- Using CATKIN_ENABLE_TESTING: ON
-- Call enable_testing()
-- Using CATKIN_TEST_RESULTS_DIR: /home/turtlebot2/catkin_ws/build/test_results
-- Found gtest sources under '/usr/src/gtest': gtests will be built
-- catkin 0.5.77
-- BUILD_SHARED_LIBS is on
-- ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
-- ~~ traversing 1 packages in topological order:
-- ~~ - rop_client
-- ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
-- +++ processing catkin package: 'rop_client'
-- ==> add_subdirectory(rop_client)
-- rop_client: 3 messages, 0 services
-- Configuring done
-- Generating done
-- Build files have been written to: /home/turtlebot2/catkin_ws/build
####
#### Running command: "make -j2 -l2" in "/home/turtlebot2/catkin_ws/build"
####
[ 6%] Building CXX object rop_client/CMakeFiles/event_grabber.dir/src/start_event_grabber.cpp.o
In file included from /home/turtlebot2/catkin_ws/src/rop_client/src/start_event_grabber.cpp:1:0:
/home/turtlebot2/catkin_ws/src/rop_client/src/event_grabber.h:7:31: fatal error: rop_client/RopInt.h: No such file or directory
компиляция прервана.
make[2]: *** [rop_client/CMakeFiles/event_grabber.dir/src/start_event_grabber.cpp.o] Ошибка 1
make[1]: *** [rop_client/CMakeFiles/event_grabber.dir/all] Ошибка 2
make: *** [all] Ошибка 2
make: INTERNAL: Exiting with 3 jobserver tokens available; should be 2!
Invoking "make" failed
I checked catkin_ws/devel/include/ path, but there are no generated .h files. What's wrong?