-
Notifications
You must be signed in to change notification settings - Fork 153
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Error while using catkin_make #2
Comments
I also have a similar issue. After running catkin_make in my workspace, I get the following errors. [ 10%] Built target actionlib_msgs_generate_messages_eus |
Instead of using |
That fixed it for me, thank you. |
I rectified ModuleNotFoundError: No module named 'em' by |
I get the following error when I try to run the command catkin_make
this is the last line
"Invoking "make -j8 -l8" failed"
and I believe this is the error
error: ‘CV_LOAD_IMAGE_COLOR’ was not declared in this scope how to resolve it?
Base path: /home/harsh/catkin_ws
Source space: /home/harsh/catkin_ws/src
Build space: /home/harsh/catkin_ws/build
Devel space: /home/harsh/catkin_ws/devel
Install space: /home/harsh/catkin_ws/install
Running command: "make cmake_check_build_system" in "/home/harsh/catkin_ws/build"
/usr/bin/cmake -H/home/harsh/catkin_ws/src -B/home/harsh/catkin_ws/build --check-build-system CMakeFiles/Makefile.cmake 0
Running command: "make -j8 -l8" in "/home/harsh/catkin_ws/build"
/usr/bin/cmake -H/home/harsh/catkin_ws/src -B/home/harsh/catkin_ws/build --check-build-system CMakeFiles/Makefile.cmake 0
/usr/bin/cmake -E cmake_progress_start /home/harsh/catkin_ws/build/CMakeFiles /home/harsh/catkin_ws/build/CMakeFiles/progress.marks
make -f CMakeFiles/Makefile2 all
make[1]: Entering directory '/home/harsh/catkin_ws/build'
make -f ros_essentials_cpp/CMakeFiles/image_pub_sub_cpp.dir/build.make ros_essentials_cpp/CMakeFiles/image_pub_sub_cpp.dir/depend
make -f ros_essentials_cpp/CMakeFiles/open_copy_cpp.dir/build.make ros_essentials_cpp/CMakeFiles/open_copy_cpp.dir/depend
make -f ros_essentials_cpp/CMakeFiles/read_video_cpp.dir/build.make ros_essentials_cpp/CMakeFiles/read_video_cpp.dir/depend
make -f ros_essentials_cpp/CMakeFiles/utility_lib.dir/build.make ros_essentials_cpp/CMakeFiles/utility_lib.dir/depend
make -f ros_basics_tutorial/CMakeFiles/roscpp_generate_messages_py.dir/build.make ros_basics_tutorial/CMakeFiles/roscpp_generate_messages_py.dir/depend
make -f ros_basics_tutorial/CMakeFiles/roscpp_generate_messages_eus.dir/build.make ros_basics_tutorial/CMakeFiles/roscpp_generate_messages_eus.dir/depend
make -f ros_basics_tutorial/CMakeFiles/roscpp_generate_messages_lisp.dir/build.make ros_basics_tutorial/CMakeFiles/roscpp_generate_messages_lisp.dir/depend
make -f ros_basics_tutorial/CMakeFiles/rosgraph_msgs_generate_messages_cpp.dir/build.make ros_basics_tutorial/CMakeFiles/rosgraph_msgs_generate_messages_cpp.dir/depend
make[2]: Entering directory '/home/harsh/catkin_ws/build'
cd /home/harsh/catkin_ws/build && /usr/bin/cmake -E cmake_depends "Unix Makefiles" /home/harsh/catkin_ws/src /home/harsh/catkin_ws/src/ros_essentials_cpp /home/harsh/catkin_ws/build /home/harsh/catkin_ws/build/ros_essentials_cpp /home/harsh/catkin_ws/build/ros_essentials_cpp/CMakeFiles/image_pub_sub_cpp.dir/DependInfo.cmake --color=
make[2]: Entering directory '/home/harsh/catkin_ws/build'
cd /home/harsh/catkin_ws/build && /usr/bin/cmake -E cmake_depends "Unix Makefiles" /home/harsh/catkin_ws/src /home/harsh/catkin_ws/src/ros_essentials_cpp /home/harsh/catkin_ws/build /home/harsh/catkin_ws/build/ros_essentials_cpp /home/harsh/catkin_ws/build/ros_essentials_cpp/CMakeFiles/read_video_cpp.dir/DependInfo.cmake --color=
make[2]: Entering directory '/home/harsh/catkin_ws/build'
cd /home/harsh/catkin_ws/build && /usr/bin/cmake -E cmake_depends "Unix Makefiles" /home/harsh/catkin_ws/src /home/harsh/catkin_ws/src/ros_basics_tutorial /home/harsh/catkin_ws/build /home/harsh/catkin_ws/build/ros_basics_tutorial /home/harsh/catkin_ws/build/ros_basics_tutorial/CMakeFiles/roscpp_generate_messages_lisp.dir/DependInfo.cmake --color=
make[2]: Entering directory '/home/harsh/catkin_ws/build'
cd /home/harsh/catkin_ws/build && /usr/bin/cmake -E cmake_depends "Unix Makefiles" /home/harsh/catkin_ws/src /home/harsh/catkin_ws/src/ros_basics_tutorial /home/harsh/catkin_ws/build /home/harsh/catkin_ws/build/ros_basics_tutorial /home/harsh/catkin_ws/build/ros_basics_tutorial/CMakeFiles/rosgraph_msgs_generate_messages_cpp.dir/DependInfo.cmake --color=
make[2]: Entering directory '/home/harsh/catkin_ws/build'
cd /home/harsh/catkin_ws/build && /usr/bin/cmake -E cmake_depends "Unix Makefiles" /home/harsh/catkin_ws/src /home/harsh/catkin_ws/src/ros_basics_tutorial /home/harsh/catkin_ws/build /home/harsh/catkin_ws/build/ros_basics_tutorial /home/harsh/catkin_ws/build/ros_basics_tutorial/CMakeFiles/roscpp_generate_messages_py.dir/DependInfo.cmake --color=
make[2]: Entering directory '/home/harsh/catkin_ws/build'
cd /home/harsh/catkin_ws/build && /usr/bin/cmake -E cmake_depends "Unix Makefiles" /home/harsh/catkin_ws/src /home/harsh/catkin_ws/src/ros_basics_tutorial /home/harsh/catkin_ws/build /home/harsh/catkin_ws/build/ros_basics_tutorial /home/harsh/catkin_ws/build/ros_basics_tutorial/CMakeFiles/roscpp_generate_messages_eus.dir/DependInfo.cmake --color=
make[2]: Leaving directory '/home/harsh/catkin_ws/build'
make -f ros_basics_tutorial/CMakeFiles/rosgraph_msgs_generate_messages_cpp.dir/build.make ros_basics_tutorial/CMakeFiles/rosgraph_msgs_generate_messages_cpp.dir/build
make[2]: Leaving directory '/home/harsh/catkin_ws/build'
make[2]: Leaving directory '/home/harsh/catkin_ws/build'
make -f ros_basics_tutorial/CMakeFiles/roscpp_generate_messages_py.dir/build.make ros_basics_tutorial/CMakeFiles/roscpp_generate_messages_py.dir/build
make -f ros_basics_tutorial/CMakeFiles/roscpp_generate_messages_lisp.dir/build.make ros_basics_tutorial/CMakeFiles/roscpp_generate_messages_lisp.dir/build
make[2]: Entering directory '/home/harsh/catkin_ws/build'
make[2]: Nothing to be done for 'ros_basics_tutorial/CMakeFiles/rosgraph_msgs_generate_messages_cpp.dir/build'.
make[2]: Leaving directory '/home/harsh/catkin_ws/build'
make[2]: Entering directory '/home/harsh/catkin_ws/build'
cd /home/harsh/catkin_ws/build && /usr/bin/cmake -E cmake_depends "Unix Makefiles" /home/harsh/catkin_ws/src /home/harsh/catkin_ws/src/ros_essentials_cpp /home/harsh/catkin_ws/build /home/harsh/catkin_ws/build/ros_essentials_cpp /home/harsh/catkin_ws/build/ros_essentials_cpp/CMakeFiles/open_copy_cpp.dir/DependInfo.cmake --color=
make[2]: Entering directory '/home/harsh/catkin_ws/build'
make[2]: Entering directory '/home/harsh/catkin_ws/build'
make[2]: Nothing to be done for 'ros_basics_tutorial/CMakeFiles/roscpp_generate_messages_lisp.dir/build'.
make[2]: Nothing to be done for 'ros_basics_tutorial/CMakeFiles/roscpp_generate_messages_py.dir/build'.
make[2]: Leaving directory '/home/harsh/catkin_ws/build'
make[2]: Leaving directory '/home/harsh/catkin_ws/build'
[ 0%] Built target rosgraph_msgs_generate_messages_cpp
make -f ros_basics_tutorial/CMakeFiles/std_msgs_generate_messages_lisp.dir/build.make ros_basics_tutorial/CMakeFiles/std_msgs_generate_messages_lisp.dir/depend
[ 0%] Built target roscpp_generate_messages_lisp
make -f ros_basics_tutorial/CMakeFiles/roscpp_generate_messages_cpp.dir/build.make ros_basics_tutorial/CMakeFiles/roscpp_generate_messages_cpp.dir/depend
make[2]: Leaving directory '/home/harsh/catkin_ws/build'
make -f ros_basics_tutorial/CMakeFiles/roscpp_generate_messages_eus.dir/build.make ros_basics_tutorial/CMakeFiles/roscpp_generate_messages_eus.dir/build
[ 0%] Built target roscpp_generate_messages_py
make[2]: Entering directory '/home/harsh/catkin_ws/build'
make[2]: Nothing to be done for 'ros_basics_tutorial/CMakeFiles/roscpp_generate_messages_eus.dir/build'.
make[2]: Leaving directory '/home/harsh/catkin_ws/build'
make[2]: Entering directory '/home/harsh/catkin_ws/build'
cd /home/harsh/catkin_ws/build && /usr/bin/cmake -E cmake_depends "Unix Makefiles" /home/harsh/catkin_ws/src /home/harsh/catkin_ws/src/ros_basics_tutorial /home/harsh/catkin_ws/build /home/harsh/catkin_ws/build/ros_basics_tutorial /home/harsh/catkin_ws/build/ros_basics_tutorial/CMakeFiles/roscpp_generate_messages_cpp.dir/DependInfo.cmake --color=
make -f ros_basics_tutorial/CMakeFiles/rosgraph_msgs_generate_messages_eus.dir/build.make ros_basics_tutorial/CMakeFiles/rosgraph_msgs_generate_messages_eus.dir/depend
make[2]: Entering directory '/home/harsh/catkin_ws/build'
cd /home/harsh/catkin_ws/build && /usr/bin/cmake -E cmake_depends "Unix Makefiles" /home/harsh/catkin_ws/src /home/harsh/catkin_ws/src/ros_basics_tutorial /home/harsh/catkin_ws/build /home/harsh/catkin_ws/build/ros_basics_tutorial /home/harsh/catkin_ws/build/ros_basics_tutorial/CMakeFiles/rosgraph_msgs_generate_messages_eus.dir/DependInfo.cmake --color=
[ 0%] Built target roscpp_generate_messages_eus
make -f ros_basics_tutorial/CMakeFiles/rosgraph_msgs_generate_messages_lisp.dir/build.make ros_basics_tutorial/CMakeFiles/rosgraph_msgs_generate_messages_lisp.dir/depend
make[2]: Entering directory '/home/harsh/catkin_ws/build'
cd /home/harsh/catkin_ws/build && /usr/bin/cmake -E cmake_depends "Unix Makefiles" /home/harsh/catkin_ws/src /home/harsh/catkin_ws/src/ros_basics_tutorial /home/harsh/catkin_ws/build /home/harsh/catkin_ws/build/ros_basics_tutorial /home/harsh/catkin_ws/build/ros_basics_tutorial/CMakeFiles/rosgraph_msgs_generate_messages_lisp.dir/DependInfo.cmake --color=
make[2]: Leaving directory '/home/harsh/catkin_ws/build'
make -f ros_basics_tutorial/CMakeFiles/roscpp_generate_messages_cpp.dir/build.make ros_basics_tutorial/CMakeFiles/roscpp_generate_messages_cpp.dir/build
make[2]: Entering directory '/home/harsh/catkin_ws/build'
cd /home/harsh/catkin_ws/build && /usr/bin/cmake -E cmake_depends "Unix Makefiles" /home/harsh/catkin_ws/src /home/harsh/catkin_ws/src/ros_essentials_cpp /home/harsh/catkin_ws/build /home/harsh/catkin_ws/build/ros_essentials_cpp /home/harsh/catkin_ws/build/ros_essentials_cpp/CMakeFiles/utility_lib.dir/DependInfo.cmake --color=
make[2]: Entering directory '/home/harsh/catkin_ws/build'
make[2]: Nothing to be done for 'ros_basics_tutorial/CMakeFiles/roscpp_generate_messages_cpp.dir/build'.
make[2]: Leaving directory '/home/harsh/catkin_ws/build'
make[2]: Entering directory '/home/harsh/catkin_ws/build'
cd /home/harsh/catkin_ws/build && /usr/bin/cmake -E cmake_depends "Unix Makefiles" /home/harsh/catkin_ws/src /home/harsh/catkin_ws/src/ros_basics_tutorial /home/harsh/catkin_ws/build /home/harsh/catkin_ws/build/ros_basics_tutorial /home/harsh/catkin_ws/build/ros_basics_tutorial/CMakeFiles/std_msgs_generate_messages_lisp.dir/DependInfo.cmake --color=
make[2]: Leaving directory '/home/harsh/catkin_ws/build'
make -f ros_basics_tutorial/CMakeFiles/rosgraph_msgs_generate_messages_eus.dir/build.make ros_basics_tutorial/CMakeFiles/rosgraph_msgs_generate_messages_eus.dir/build
make[2]: Entering directory '/home/harsh/catkin_ws/build'
make[2]: Nothing to be done for 'ros_basics_tutorial/CMakeFiles/rosgraph_msgs_generate_messages_eus.dir/build'.
make[2]: Leaving directory '/home/harsh/catkin_ws/build'
[ 0%] Built target roscpp_generate_messages_cpp
make -f ros_basics_tutorial/CMakeFiles/std_msgs_generate_messages_cpp.dir/build.make ros_basics_tutorial/CMakeFiles/std_msgs_generate_messages_cpp.dir/depend
make[2]: Leaving directory '/home/harsh/catkin_ws/build'
make -f ros_basics_tutorial/CMakeFiles/rosgraph_msgs_generate_messages_lisp.dir/build.make ros_basics_tutorial/CMakeFiles/rosgraph_msgs_generate_messages_lisp.dir/build
make[2]: Entering directory '/home/harsh/catkin_ws/build'
make[2]: Nothing to be done for 'ros_basics_tutorial/CMakeFiles/rosgraph_msgs_generate_messages_lisp.dir/build'.
make[2]: Leaving directory '/home/harsh/catkin_ws/build'
make[2]: Leaving directory '/home/harsh/catkin_ws/build'
make -f ros_essentials_cpp/CMakeFiles/utility_lib.dir/build.make ros_essentials_cpp/CMakeFiles/utility_lib.dir/build
make[2]: Entering directory '/home/harsh/catkin_ws/build'
make[2]: Nothing to be done for 'ros_essentials_cpp/CMakeFiles/utility_lib.dir/build'.
make[2]: Leaving directory '/home/harsh/catkin_ws/build'
make[2]: Entering directory '/home/harsh/catkin_ws/build'
cd /home/harsh/catkin_ws/build && /usr/bin/cmake -E cmake_depends "Unix Makefiles" /home/harsh/catkin_ws/src /home/harsh/catkin_ws/src/ros_basics_tutorial /home/harsh/catkin_ws/build /home/harsh/catkin_ws/build/ros_basics_tutorial /home/harsh/catkin_ws/build/ros_basics_tutorial/CMakeFiles/std_msgs_generate_messages_cpp.dir/DependInfo.cmake --color=
[ 0%] Built target rosgraph_msgs_generate_messages_eus
make -f ros_basics_tutorial/CMakeFiles/rosgraph_msgs_generate_messages_nodejs.dir/build.make ros_basics_tutorial/CMakeFiles/rosgraph_msgs_generate_messages_nodejs.dir/depend
make[2]: Leaving directory '/home/harsh/catkin_ws/build'
make -f ros_basics_tutorial/CMakeFiles/std_msgs_generate_messages_lisp.dir/build.make ros_basics_tutorial/CMakeFiles/std_msgs_generate_messages_lisp.dir/build
[ 0%] Built target rosgraph_msgs_generate_messages_lisp
make[2]: Entering directory '/home/harsh/catkin_ws/build'
make[2]: Nothing to be done for 'ros_basics_tutorial/CMakeFiles/std_msgs_generate_messages_lisp.dir/build'.
make[2]: Leaving directory '/home/harsh/catkin_ws/build'
make -f ros_basics_tutorial/CMakeFiles/rosgraph_msgs_generate_messages_py.dir/build.make ros_basics_tutorial/CMakeFiles/rosgraph_msgs_generate_messages_py.dir/depend
make[2]: Entering directory '/home/harsh/catkin_ws/build'
cd /home/harsh/catkin_ws/build && /usr/bin/cmake -E cmake_depends "Unix Makefiles" /home/harsh/catkin_ws/src /home/harsh/catkin_ws/src/ros_basics_tutorial /home/harsh/catkin_ws/build /home/harsh/catkin_ws/build/ros_basics_tutorial /home/harsh/catkin_ws/build/ros_basics_tutorial/CMakeFiles/rosgraph_msgs_generate_messages_nodejs.dir/DependInfo.cmake --color=
make[2]: Entering directory '/home/harsh/catkin_ws/build'
cd /home/harsh/catkin_ws/build && /usr/bin/cmake -E cmake_depends "Unix Makefiles" /home/harsh/catkin_ws/src /home/harsh/catkin_ws/src/ros_basics_tutorial /home/harsh/catkin_ws/build /home/harsh/catkin_ws/build/ros_basics_tutorial /home/harsh/catkin_ws/build/ros_basics_tutorial/CMakeFiles/rosgraph_msgs_generate_messages_py.dir/DependInfo.cmake --color=
make[2]: Leaving directory '/home/harsh/catkin_ws/build'
make[2]: Leaving directory '/home/harsh/catkin_ws/build'
make -f ros_basics_tutorial/CMakeFiles/std_msgs_generate_messages_cpp.dir/build.make ros_basics_tutorial/CMakeFiles/std_msgs_generate_messages_cpp.dir/build
make -f ros_basics_tutorial/CMakeFiles/rosgraph_msgs_generate_messages_nodejs.dir/build.make ros_basics_tutorial/CMakeFiles/rosgraph_msgs_generate_messages_nodejs.dir/build
make[2]: Entering directory '/home/harsh/catkin_ws/build'
make[2]: Nothing to be done for 'ros_basics_tutorial/CMakeFiles/std_msgs_generate_messages_cpp.dir/build'.
make[2]: Leaving directory '/home/harsh/catkin_ws/build'
make[2]: Entering directory '/home/harsh/catkin_ws/build'
make[2]: Nothing to be done for 'ros_basics_tutorial/CMakeFiles/rosgraph_msgs_generate_messages_nodejs.dir/build'.
make[2]: Leaving directory '/home/harsh/catkin_ws/build'
make[2]: Leaving directory '/home/harsh/catkin_ws/build'
make -f ros_basics_tutorial/CMakeFiles/rosgraph_msgs_generate_messages_py.dir/build.make ros_basics_tutorial/CMakeFiles/rosgraph_msgs_generate_messages_py.dir/build
make[2]: Entering directory '/home/harsh/catkin_ws/build'
make[2]: Nothing to be done for 'ros_basics_tutorial/CMakeFiles/rosgraph_msgs_generate_messages_py.dir/build'.
make[2]: Leaving directory '/home/harsh/catkin_ws/build'
[ 2%] Built target utility_lib
[ 1%] Built target rosgraph_msgs_generate_messages_py
[ 1%] Built target std_msgs_generate_messages_lisp
[ 1%] Built target std_msgs_generate_messages_cpp
[ 1%] Built target rosgraph_msgs_generate_messages_nodejs
make -f ros_basics_tutorial/CMakeFiles/std_msgs_generate_messages_eus.dir/build.make ros_basics_tutorial/CMakeFiles/std_msgs_generate_messages_eus.dir/depend
make -f ros_basics_tutorial/CMakeFiles/std_msgs_generate_messages_nodejs.dir/build.make ros_basics_tutorial/CMakeFiles/std_msgs_generate_messages_nodejs.dir/depend
make -f ros_basics_tutorial/CMakeFiles/roscpp_generate_messages_nodejs.dir/build.make ros_basics_tutorial/CMakeFiles/roscpp_generate_messages_nodejs.dir/depend
make -f ros_basics_tutorial/CMakeFiles/std_msgs_generate_messages_py.dir/build.make ros_basics_tutorial/CMakeFiles/std_msgs_generate_messages_py.dir/depend
make -f ros_essentials_cpp/CMakeFiles/geometry_msgs_generate_messages_py.dir/build.make ros_essentials_cpp/CMakeFiles/geometry_msgs_generate_messages_py.dir/depend
make[2]: Entering directory '/home/harsh/catkin_ws/build'
cd /home/harsh/catkin_ws/build && /usr/bin/cmake -E cmake_depends "Unix Makefiles" /home/harsh/catkin_ws/src /home/harsh/catkin_ws/src/ros_basics_tutorial /home/harsh/catkin_ws/build /home/harsh/catkin_ws/build/ros_basics_tutorial /home/harsh/catkin_ws/build/ros_basics_tutorial/CMakeFiles/std_msgs_generate_messages_nodejs.dir/DependInfo.cmake --color=
make[2]: Entering directory '/home/harsh/catkin_ws/build'
cd /home/harsh/catkin_ws/build && /usr/bin/cmake -E cmake_depends "Unix Makefiles" /home/harsh/catkin_ws/src /home/harsh/catkin_ws/src/ros_basics_tutorial /home/harsh/catkin_ws/build /home/harsh/catkin_ws/build/ros_basics_tutorial /home/harsh/catkin_ws/build/ros_basics_tutorial/CMakeFiles/std_msgs_generate_messages_eus.dir/DependInfo.cmake --color=
make[2]: Entering directory '/home/harsh/catkin_ws/build'
cd /home/harsh/catkin_ws/build && /usr/bin/cmake -E cmake_depends "Unix Makefiles" /home/harsh/catkin_ws/src /home/harsh/catkin_ws/src/ros_basics_tutorial /home/harsh/catkin_ws/build /home/harsh/catkin_ws/build/ros_basics_tutorial /home/harsh/catkin_ws/build/ros_basics_tutorial/CMakeFiles/roscpp_generate_messages_nodejs.dir/DependInfo.cmake --color=
make[2]: Entering directory '/home/harsh/catkin_ws/build'
cd /home/harsh/catkin_ws/build && /usr/bin/cmake -E cmake_depends "Unix Makefiles" /home/harsh/catkin_ws/src /home/harsh/catkin_ws/src/ros_basics_tutorial /home/harsh/catkin_ws/build /home/harsh/catkin_ws/build/ros_basics_tutorial /home/harsh/catkin_ws/build/ros_basics_tutorial/CMakeFiles/std_msgs_generate_messages_py.dir/DependInfo.cmake --color=
make[2]: Entering directory '/home/harsh/catkin_ws/build'
cd /home/harsh/catkin_ws/build && /usr/bin/cmake -E cmake_depends "Unix Makefiles" /home/harsh/catkin_ws/src /home/harsh/catkin_ws/src/ros_essentials_cpp /home/harsh/catkin_ws/build /home/harsh/catkin_ws/build/ros_essentials_cpp /home/harsh/catkin_ws/build/ros_essentials_cpp/CMakeFiles/geometry_msgs_generate_messages_py.dir/DependInfo.cmake --color=
make[2]: Leaving directory '/home/harsh/catkin_ws/build'
make -f ros_basics_tutorial/CMakeFiles/std_msgs_generate_messages_eus.dir/build.make ros_basics_tutorial/CMakeFiles/std_msgs_generate_messages_eus.dir/build
make[2]: Entering directory '/home/harsh/catkin_ws/build'
make[2]: Nothing to be done for 'ros_basics_tutorial/CMakeFiles/std_msgs_generate_messages_eus.dir/build'.
make[2]: Leaving directory '/home/harsh/catkin_ws/build'
make[2]: Leaving directory '/home/harsh/catkin_ws/build'
make[2]: Leaving directory '/home/harsh/catkin_ws/build'
make -f ros_basics_tutorial/CMakeFiles/std_msgs_generate_messages_py.dir/build.make ros_basics_tutorial/CMakeFiles/std_msgs_generate_messages_py.dir/build
make -f ros_essentials_cpp/CMakeFiles/geometry_msgs_generate_messages_py.dir/build.make ros_essentials_cpp/CMakeFiles/geometry_msgs_generate_messages_py.dir/build
[ 2%] Built target std_msgs_generate_messages_eus
make -f ros_essentials_cpp/CMakeFiles/geometry_msgs_generate_messages_nodejs.dir/build.make ros_essentials_cpp/CMakeFiles/geometry_msgs_generate_messages_nodejs.dir/depend
make[2]: Entering directory '/home/harsh/catkin_ws/build'
make[2]: Entering directory '/home/harsh/catkin_ws/build'
make[2]: Nothing to be done for 'ros_basics_tutorial/CMakeFiles/std_msgs_generate_messages_py.dir/build'.
make[2]: Nothing to be done for 'ros_essentials_cpp/CMakeFiles/geometry_msgs_generate_messages_py.dir/build'.
make[2]: Leaving directory '/home/harsh/catkin_ws/build'
make[2]: Leaving directory '/home/harsh/catkin_ws/build'
make[2]: Leaving directory '/home/harsh/catkin_ws/build'
make[2]: Leaving directory '/home/harsh/catkin_ws/build'
make -f ros_basics_tutorial/CMakeFiles/std_msgs_generate_messages_nodejs.dir/build.make ros_basics_tutorial/CMakeFiles/std_msgs_generate_messages_nodejs.dir/build
make -f ros_basics_tutorial/CMakeFiles/roscpp_generate_messages_nodejs.dir/build.make ros_basics_tutorial/CMakeFiles/roscpp_generate_messages_nodejs.dir/build
make[2]: Entering directory '/home/harsh/catkin_ws/build'
make[2]: Nothing to be done for 'ros_basics_tutorial/CMakeFiles/std_msgs_generate_messages_nodejs.dir/build'.
make[2]: Entering directory '/home/harsh/catkin_ws/build'
make[2]: Nothing to be done for 'ros_basics_tutorial/CMakeFiles/roscpp_generate_messages_nodejs.dir/build'.
make[2]: Leaving directory '/home/harsh/catkin_ws/build'
make[2]: Leaving directory '/home/harsh/catkin_ws/build'
[ 2%] Built target geometry_msgs_generate_messages_py
[ 2%] Built target std_msgs_generate_messages_py
make -f ros_essentials_cpp/CMakeFiles/geometry_msgs_generate_messages_eus.dir/build.make ros_essentials_cpp/CMakeFiles/geometry_msgs_generate_messages_eus.dir/depend
make -f ros_essentials_cpp/CMakeFiles/sensor_msgs_generate_messages_lisp.dir/build.make ros_essentials_cpp/CMakeFiles/sensor_msgs_generate_messages_lisp.dir/depend
make[2]: Entering directory '/home/harsh/catkin_ws/build'
cd /home/harsh/catkin_ws/build && /usr/bin/cmake -E cmake_depends "Unix Makefiles" /home/harsh/catkin_ws/src /home/harsh/catkin_ws/src/ros_essentials_cpp /home/harsh/catkin_ws/build /home/harsh/catkin_ws/build/ros_essentials_cpp /home/harsh/catkin_ws/build/ros_essentials_cpp/CMakeFiles/sensor_msgs_generate_messages_lisp.dir/DependInfo.cmake --color=
make[2]: Entering directory '/home/harsh/catkin_ws/build'
cd /home/harsh/catkin_ws/build && /usr/bin/cmake -E cmake_depends "Unix Makefiles" /home/harsh/catkin_ws/src /home/harsh/catkin_ws/src/ros_essentials_cpp /home/harsh/catkin_ws/build /home/harsh/catkin_ws/build/ros_essentials_cpp /home/harsh/catkin_ws/build/ros_essentials_cpp/CMakeFiles/geometry_msgs_generate_messages_nodejs.dir/DependInfo.cmake --color=
make[2]: Entering directory '/home/harsh/catkin_ws/build'
cd /home/harsh/catkin_ws/build && /usr/bin/cmake -E cmake_depends "Unix Makefiles" /home/harsh/catkin_ws/src /home/harsh/catkin_ws/src/ros_essentials_cpp /home/harsh/catkin_ws/build /home/harsh/catkin_ws/build/ros_essentials_cpp /home/harsh/catkin_ws/build/ros_essentials_cpp/CMakeFiles/geometry_msgs_generate_messages_eus.dir/DependInfo.cmake --color=
[ 2%] Built target std_msgs_generate_messages_nodejs
[ 2%] Built target roscpp_generate_messages_nodejs
make -f ros_essentials_cpp/CMakeFiles/sensor_msgs_generate_messages_eus.dir/build.make ros_essentials_cpp/CMakeFiles/sensor_msgs_generate_messages_eus.dir/depend
make -f ros_essentials_cpp/CMakeFiles/sensor_msgs_generate_messages_cpp.dir/build.make ros_essentials_cpp/CMakeFiles/sensor_msgs_generate_messages_cpp.dir/depend
make[2]: Entering directory '/home/harsh/catkin_ws/build'
cd /home/harsh/catkin_ws/build && /usr/bin/cmake -E cmake_depends "Unix Makefiles" /home/harsh/catkin_ws/src /home/harsh/catkin_ws/src/ros_essentials_cpp /home/harsh/catkin_ws/build /home/harsh/catkin_ws/build/ros_essentials_cpp /home/harsh/catkin_ws/build/ros_essentials_cpp/CMakeFiles/sensor_msgs_generate_messages_eus.dir/DependInfo.cmake --color=
make[2]: Entering directory '/home/harsh/catkin_ws/build'
cd /home/harsh/catkin_ws/build && /usr/bin/cmake -E cmake_depends "Unix Makefiles" /home/harsh/catkin_ws/src /home/harsh/catkin_ws/src/ros_essentials_cpp /home/harsh/catkin_ws/build /home/harsh/catkin_ws/build/ros_essentials_cpp /home/harsh/catkin_ws/build/ros_essentials_cpp/CMakeFiles/sensor_msgs_generate_messages_cpp.dir/DependInfo.cmake --color=
make[2]: Leaving directory '/home/harsh/catkin_ws/build'
make -f ros_essentials_cpp/CMakeFiles/sensor_msgs_generate_messages_lisp.dir/build.make ros_essentials_cpp/CMakeFiles/sensor_msgs_generate_messages_lisp.dir/build
make[2]: Leaving directory '/home/harsh/catkin_ws/build'
make -f ros_essentials_cpp/CMakeFiles/image_pub_sub_cpp.dir/build.make ros_essentials_cpp/CMakeFiles/image_pub_sub_cpp.dir/build
make[2]: Leaving directory '/home/harsh/catkin_ws/build'
make -f ros_essentials_cpp/CMakeFiles/open_copy_cpp.dir/build.make ros_essentials_cpp/CMakeFiles/open_copy_cpp.dir/build
make[2]: Leaving directory '/home/harsh/catkin_ws/build'
make[2]: Leaving directory '/home/harsh/catkin_ws/build'
make[2]: Leaving directory '/home/harsh/catkin_ws/build'
make -f ros_essentials_cpp/CMakeFiles/geometry_msgs_generate_messages_nodejs.dir/build.make ros_essentials_cpp/CMakeFiles/geometry_msgs_generate_messages_nodejs.dir/build
make -f ros_essentials_cpp/CMakeFiles/read_video_cpp.dir/build.make ros_essentials_cpp/CMakeFiles/read_video_cpp.dir/build
make -f ros_essentials_cpp/CMakeFiles/geometry_msgs_generate_messages_eus.dir/build.make ros_essentials_cpp/CMakeFiles/geometry_msgs_generate_messages_eus.dir/build
make[2]: Entering directory '/home/harsh/catkin_ws/build'
make[2]: Nothing to be done for 'ros_essentials_cpp/CMakeFiles/sensor_msgs_generate_messages_lisp.dir/build'.
make[2]: Leaving directory '/home/harsh/catkin_ws/build'
make[2]: Entering directory '/home/harsh/catkin_ws/build'
make[2]: Nothing to be done for 'ros_essentials_cpp/CMakeFiles/geometry_msgs_generate_messages_nodejs.dir/build'.
make[2]: Leaving directory '/home/harsh/catkin_ws/build'
make[2]: Entering directory '/home/harsh/catkin_ws/build'
make[2]: Nothing to be done for 'ros_essentials_cpp/CMakeFiles/geometry_msgs_generate_messages_eus.dir/build'.
make[2]: Leaving directory '/home/harsh/catkin_ws/build'
make[2]: Entering directory '/home/harsh/catkin_ws/build'
make[2]: Leaving directory '/home/harsh/catkin_ws/build'
make -f ros_essentials_cpp/CMakeFiles/sensor_msgs_generate_messages_eus.dir/build.make ros_essentials_cpp/CMakeFiles/sensor_msgs_generate_messages_eus.dir/build
make[2]: Entering directory '/home/harsh/catkin_ws/build'
make[2]: Nothing to be done for 'ros_essentials_cpp/CMakeFiles/sensor_msgs_generate_messages_eus.dir/build'.
make[2]: Leaving directory '/home/harsh/catkin_ws/build'
make[2]: Leaving directory '/home/harsh/catkin_ws/build'
make[2]: Entering directory '/home/harsh/catkin_ws/build'
make[2]: Nothing to be done for 'ros_essentials_cpp/CMakeFiles/read_video_cpp.dir/build'.
make[2]: Leaving directory '/home/harsh/catkin_ws/build'
make -f ros_essentials_cpp/CMakeFiles/sensor_msgs_generate_messages_cpp.dir/build.make ros_essentials_cpp/CMakeFiles/sensor_msgs_generate_messages_cpp.dir/build
[ 2%] Built target sensor_msgs_generate_messages_lisp
make[2]: Entering directory '/home/harsh/catkin_ws/build'
make[2]: Nothing to be done for 'ros_essentials_cpp/CMakeFiles/image_pub_sub_cpp.dir/build'.
make[2]: Leaving directory '/home/harsh/catkin_ws/build'
make[2]: Entering directory '/home/harsh/catkin_ws/build'
make[2]: Nothing to be done for 'ros_essentials_cpp/CMakeFiles/sensor_msgs_generate_messages_cpp.dir/build'.
make[2]: Leaving directory '/home/harsh/catkin_ws/build'
make -f ros_essentials_cpp/CMakeFiles/actionlib_msgs_generate_messages_cpp.dir/build.make ros_essentials_cpp/CMakeFiles/actionlib_msgs_generate_messages_cpp.dir/depend
[ 2%] Built target geometry_msgs_generate_messages_nodejs
[ 2%] Built target geometry_msgs_generate_messages_eus
make -f ros_essentials_cpp/CMakeFiles/actionlib_msgs_generate_messages_lisp.dir/build.make ros_essentials_cpp/CMakeFiles/actionlib_msgs_generate_messages_lisp.dir/depend
make -f ros_essentials_cpp/CMakeFiles/actionlib_msgs_generate_messages_nodejs.dir/build.make ros_essentials_cpp/CMakeFiles/actionlib_msgs_generate_messages_nodejs.dir/depend
make[2]: Entering directory '/home/harsh/catkin_ws/build'
cd /home/harsh/catkin_ws/build && /usr/bin/cmake -E cmake_depends "Unix Makefiles" /home/harsh/catkin_ws/src /home/harsh/catkin_ws/src/ros_essentials_cpp /home/harsh/catkin_ws/build /home/harsh/catkin_ws/build/ros_essentials_cpp /home/harsh/catkin_ws/build/ros_essentials_cpp/CMakeFiles/actionlib_msgs_generate_messages_lisp.dir/DependInfo.cmake --color=
make[2]: Entering directory '/home/harsh/catkin_ws/build'
cd /home/harsh/catkin_ws/build && /usr/bin/cmake -E cmake_depends "Unix Makefiles" /home/harsh/catkin_ws/src /home/harsh/catkin_ws/src/ros_essentials_cpp /home/harsh/catkin_ws/build /home/harsh/catkin_ws/build/ros_essentials_cpp /home/harsh/catkin_ws/build/ros_essentials_cpp/CMakeFiles/actionlib_msgs_generate_messages_nodejs.dir/DependInfo.cmake --color=
[ 4%] Building CXX object ros_essentials_cpp/CMakeFiles/open_copy_cpp.dir/src/topic03_perception/cpp/open_copy.cpp.o
cd /home/harsh/catkin_ws/build/ros_essentials_cpp && /usr/bin/c++ -DROSCONSOLE_BACKEND_LOG4CXX -DROS_BUILD_SHARED_LIBS=1 -DROS_PACKAGE_NAME="ros_essentials_cpp" -I/home/harsh/catkin_ws/devel/include -I/opt/ros/melodic/include -I/opt/ros/melodic/share/xmlrpcpp/cmake/../../../include/xmlrpcpp -I/usr/include/opencv -isystem /usr/local/include/opencv4 -o CMakeFiles/open_copy_cpp.dir/src/topic03_perception/cpp/open_copy.cpp.o -c /home/harsh/catkin_ws/src/ros_essentials_cpp/src/topic03_perception/cpp/open_copy.cpp
make[2]: Entering directory '/home/harsh/catkin_ws/build'
cd /home/harsh/catkin_ws/build && /usr/bin/cmake -E cmake_depends "Unix Makefiles" /home/harsh/catkin_ws/src /home/harsh/catkin_ws/src/ros_essentials_cpp /home/harsh/catkin_ws/build /home/harsh/catkin_ws/build/ros_essentials_cpp /home/harsh/catkin_ws/build/ros_essentials_cpp/CMakeFiles/actionlib_msgs_generate_messages_cpp.dir/DependInfo.cmake --color=
[ 7%] Built target read_video_cpp
make -f ros_essentials_cpp/CMakeFiles/sensor_msgs_generate_messages_nodejs.dir/build.make ros_essentials_cpp/CMakeFiles/sensor_msgs_generate_messages_nodejs.dir/depend
[ 8%] Built target sensor_msgs_generate_messages_eus
[ 10%] Built target image_pub_sub_cpp
[ 10%] Built target sensor_msgs_generate_messages_cpp
make -f ros_essentials_cpp/CMakeFiles/actionlib_msgs_generate_messages_py.dir/build.make ros_essentials_cpp/CMakeFiles/actionlib_msgs_generate_messages_py.dir/depend
make -f ros_essentials_cpp/CMakeFiles/actionlib_msgs_generate_messages_eus.dir/build.make ros_essentials_cpp/CMakeFiles/actionlib_msgs_generate_messages_eus.dir/depend
make[2]: Entering directory '/home/harsh/catkin_ws/build'
cd /home/harsh/catkin_ws/build && /usr/bin/cmake -E cmake_depends "Unix Makefiles" /home/harsh/catkin_ws/src /home/harsh/catkin_ws/src/ros_essentials_cpp /home/harsh/catkin_ws/build /home/harsh/catkin_ws/build/ros_essentials_cpp /home/harsh/catkin_ws/build/ros_essentials_cpp/CMakeFiles/sensor_msgs_generate_messages_nodejs.dir/DependInfo.cmake --color=
make -f ros_essentials_cpp/CMakeFiles/geometry_msgs_generate_messages_cpp.dir/build.make ros_essentials_cpp/CMakeFiles/geometry_msgs_generate_messages_cpp.dir/depend
make[2]: Entering directory '/home/harsh/catkin_ws/build'
cd /home/harsh/catkin_ws/build && /usr/bin/cmake -E cmake_depends "Unix Makefiles" /home/harsh/catkin_ws/src /home/harsh/catkin_ws/src/ros_essentials_cpp /home/harsh/catkin_ws/build /home/harsh/catkin_ws/build/ros_essentials_cpp /home/harsh/catkin_ws/build/ros_essentials_cpp/CMakeFiles/actionlib_msgs_generate_messages_py.dir/DependInfo.cmake --color=
make[2]: Entering directory '/home/harsh/catkin_ws/build'
cd /home/harsh/catkin_ws/build && /usr/bin/cmake -E cmake_depends "Unix Makefiles" /home/harsh/catkin_ws/src /home/harsh/catkin_ws/src/ros_essentials_cpp /home/harsh/catkin_ws/build /home/harsh/catkin_ws/build/ros_essentials_cpp /home/harsh/catkin_ws/build/ros_essentials_cpp/CMakeFiles/actionlib_msgs_generate_messages_eus.dir/DependInfo.cmake --color=
make[2]: Entering directory '/home/harsh/catkin_ws/build'
cd /home/harsh/catkin_ws/build && /usr/bin/cmake -E cmake_depends "Unix Makefiles" /home/harsh/catkin_ws/src /home/harsh/catkin_ws/src/ros_essentials_cpp /home/harsh/catkin_ws/build /home/harsh/catkin_ws/build/ros_essentials_cpp /home/harsh/catkin_ws/build/ros_essentials_cpp/CMakeFiles/geometry_msgs_generate_messages_cpp.dir/DependInfo.cmake --color=
make[2]: Leaving directory '/home/harsh/catkin_ws/build'
make[2]: Leaving directory '/home/harsh/catkin_ws/build'
make -f ros_essentials_cpp/CMakeFiles/actionlib_msgs_generate_messages_nodejs.dir/build.make ros_essentials_cpp/CMakeFiles/actionlib_msgs_generate_messages_nodejs.dir/build
make -f ros_essentials_cpp/CMakeFiles/actionlib_msgs_generate_messages_lisp.dir/build.make ros_essentials_cpp/CMakeFiles/actionlib_msgs_generate_messages_lisp.dir/build
make[2]: Entering directory '/home/harsh/catkin_ws/build'
make[2]: Nothing to be done for 'ros_essentials_cpp/CMakeFiles/actionlib_msgs_generate_messages_nodejs.dir/build'.
make[2]: Leaving directory '/home/harsh/catkin_ws/build'
make[2]: Entering directory '/home/harsh/catkin_ws/build'
make[2]: Nothing to be done for 'ros_essentials_cpp/CMakeFiles/actionlib_msgs_generate_messages_lisp.dir/build'.
make[2]: Leaving directory '/home/harsh/catkin_ws/build'
make[2]: Leaving directory '/home/harsh/catkin_ws/build'
make -f ros_essentials_cpp/CMakeFiles/actionlib_msgs_generate_messages_cpp.dir/build.make ros_essentials_cpp/CMakeFiles/actionlib_msgs_generate_messages_cpp.dir/build
make[2]: Entering directory '/home/harsh/catkin_ws/build'
make[2]: Nothing to be done for 'ros_essentials_cpp/CMakeFiles/actionlib_msgs_generate_messages_cpp.dir/build'.
make[2]: Leaving directory '/home/harsh/catkin_ws/build'
make[2]: Leaving directory '/home/harsh/catkin_ws/build'
make -f ros_essentials_cpp/CMakeFiles/geometry_msgs_generate_messages_cpp.dir/build.make ros_essentials_cpp/CMakeFiles/geometry_msgs_generate_messages_cpp.dir/build
make[2]: Leaving directory '/home/harsh/catkin_ws/build'
make -f ros_essentials_cpp/CMakeFiles/sensor_msgs_generate_messages_nodejs.dir/build.make ros_essentials_cpp/CMakeFiles/sensor_msgs_generate_messages_nodejs.dir/build
make[2]: Entering directory '/home/harsh/catkin_ws/build'
make[2]: Nothing to be done for 'ros_essentials_cpp/CMakeFiles/geometry_msgs_generate_messages_cpp.dir/build'.
make[2]: Leaving directory '/home/harsh/catkin_ws/build'
make[2]: Entering directory '/home/harsh/catkin_ws/build'
make[2]: Nothing to be done for 'ros_essentials_cpp/CMakeFiles/sensor_msgs_generate_messages_nodejs.dir/build'.
make[2]: Leaving directory '/home/harsh/catkin_ws/build'
make[2]: Leaving directory '/home/harsh/catkin_ws/build'
make -f ros_essentials_cpp/CMakeFiles/actionlib_msgs_generate_messages_py.dir/build.make ros_essentials_cpp/CMakeFiles/actionlib_msgs_generate_messages_py.dir/build
make[2]: Leaving directory '/home/harsh/catkin_ws/build'
make -f ros_essentials_cpp/CMakeFiles/actionlib_msgs_generate_messages_eus.dir/build.make ros_essentials_cpp/CMakeFiles/actionlib_msgs_generate_messages_eus.dir/build
[ 10%] Built target actionlib_msgs_generate_messages_nodejs
make[2]: Entering directory '/home/harsh/catkin_ws/build'
make[2]: Nothing to be done for 'ros_essentials_cpp/CMakeFiles/actionlib_msgs_generate_messages_py.dir/build'.
make[2]: Leaving directory '/home/harsh/catkin_ws/build'
[ 10%] Built target actionlib_msgs_generate_messages_lisp
make[2]: Entering directory '/home/harsh/catkin_ws/build'
make[2]: Nothing to be done for 'ros_essentials_cpp/CMakeFiles/actionlib_msgs_generate_messages_eus.dir/build'.
make[2]: Leaving directory '/home/harsh/catkin_ws/build'
make -f ros_essentials_cpp/CMakeFiles/geometry_msgs_generate_messages_lisp.dir/build.make ros_essentials_cpp/CMakeFiles/geometry_msgs_generate_messages_lisp.dir/depend
make -f ros_essentials_cpp/CMakeFiles/sensor_msgs_generate_messages_py.dir/build.make ros_essentials_cpp/CMakeFiles/sensor_msgs_generate_messages_py.dir/depend
[ 10%] Built target actionlib_msgs_generate_messages_cpp
make[2]: Entering directory '/home/harsh/catkin_ws/build'
cd /home/harsh/catkin_ws/build && /usr/bin/cmake -E cmake_depends "Unix Makefiles" /home/harsh/catkin_ws/src /home/harsh/catkin_ws/src/ros_essentials_cpp /home/harsh/catkin_ws/build /home/harsh/catkin_ws/build/ros_essentials_cpp /home/harsh/catkin_ws/build/ros_essentials_cpp/CMakeFiles/sensor_msgs_generate_messages_py.dir/DependInfo.cmake --color=
make[2]: Entering directory '/home/harsh/catkin_ws/build'
cd /home/harsh/catkin_ws/build && /usr/bin/cmake -E cmake_depends "Unix Makefiles" /home/harsh/catkin_ws/src /home/harsh/catkin_ws/src/ros_essentials_cpp /home/harsh/catkin_ws/build /home/harsh/catkin_ws/build/ros_essentials_cpp /home/harsh/catkin_ws/build/ros_essentials_cpp/CMakeFiles/geometry_msgs_generate_messages_lisp.dir/DependInfo.cmake --color=
make -f ros_essentials_cpp/CMakeFiles/_ros_essentials_cpp_generate_messages_check_deps_FibonacciFeedback.dir/build.make ros_essentials_cpp/CMakeFiles/_ros_essentials_cpp_generate_messages_check_deps_FibonacciFeedback.dir/depend
[ 10%] Built target geometry_msgs_generate_messages_cpp
[ 10%] Built target sensor_msgs_generate_messages_nodejs
make -f ros_essentials_cpp/CMakeFiles/_ros_essentials_cpp_generate_messages_check_deps_FibonacciActionFeedback.dir/build.make ros_essentials_cpp/CMakeFiles/_ros_essentials_cpp_generate_messages_check_deps_FibonacciActionFeedback.dir/depend
make -f ros_essentials_cpp/CMakeFiles/_ros_essentials_cpp_generate_messages_check_deps_FibonacciResult.dir/build.make ros_essentials_cpp/CMakeFiles/_ros_essentials_cpp_generate_messages_check_deps_FibonacciResult.dir/depend
[ 10%] Built target actionlib_msgs_generate_messages_eus
[ 10%] Built target actionlib_msgs_generate_messages_py
make[2]: Entering directory '/home/harsh/catkin_ws/build'
cd /home/harsh/catkin_ws/build && /usr/bin/cmake -E cmake_depends "Unix Makefiles" /home/harsh/catkin_ws/src /home/harsh/catkin_ws/src/ros_essentials_cpp /home/harsh/catkin_ws/build /home/harsh/catkin_ws/build/ros_essentials_cpp /home/harsh/catkin_ws/build/ros_essentials_cpp/CMakeFiles/_ros_essentials_cpp_generate_messages_check_deps_FibonacciActionFeedback.dir/DependInfo.cmake --color=
make[2]: Entering directory '/home/harsh/catkin_ws/build'
cd /home/harsh/catkin_ws/build && /usr/bin/cmake -E cmake_depends "Unix Makefiles" /home/harsh/catkin_ws/src /home/harsh/catkin_ws/src/ros_essentials_cpp /home/harsh/catkin_ws/build /home/harsh/catkin_ws/build/ros_essentials_cpp /home/harsh/catkin_ws/build/ros_essentials_cpp/CMakeFiles/_ros_essentials_cpp_generate_messages_check_deps_FibonacciResult.dir/DependInfo.cmake --color=
make -f ros_essentials_cpp/CMakeFiles/_ros_essentials_cpp_generate_messages_check_deps_IoTSensor.dir/build.make ros_essentials_cpp/CMakeFiles/_ros_essentials_cpp_generate_messages_check_deps_IoTSensor.dir/depend
make -f ros_essentials_cpp/CMakeFiles/_ros_essentials_cpp_generate_messages_check_deps_FibonacciAction.dir/build.make ros_essentials_cpp/CMakeFiles/_ros_essentials_cpp_generate_messages_check_deps_FibonacciAction.dir/depend
make[2]: Entering directory '/home/harsh/catkin_ws/build'
cd /home/harsh/catkin_ws/build && /usr/bin/cmake -E cmake_depends "Unix Makefiles" /home/harsh/catkin_ws/src /home/harsh/catkin_ws/src/ros_essentials_cpp /home/harsh/catkin_ws/build /home/harsh/catkin_ws/build/ros_essentials_cpp /home/harsh/catkin_ws/build/ros_essentials_cpp/CMakeFiles/_ros_essentials_cpp_generate_messages_check_deps_IoTSensor.dir/DependInfo.cmake --color=
make[2]: Entering directory '/home/harsh/catkin_ws/build'
cd /home/harsh/catkin_ws/build && /usr/bin/cmake -E cmake_depends "Unix Makefiles" /home/harsh/catkin_ws/src /home/harsh/catkin_ws/src/ros_essentials_cpp /home/harsh/catkin_ws/build /home/harsh/catkin_ws/build/ros_essentials_cpp /home/harsh/catkin_ws/build/ros_essentials_cpp/CMakeFiles/_ros_essentials_cpp_generate_messages_check_deps_FibonacciAction.dir/DependInfo.cmake --color=
make[2]: Leaving directory '/home/harsh/catkin_ws/build'
make -f ros_essentials_cpp/CMakeFiles/sensor_msgs_generate_messages_py.dir/build.make ros_essentials_cpp/CMakeFiles/sensor_msgs_generate_messages_py.dir/build
make[2]: Entering directory '/home/harsh/catkin_ws/build'
make[2]: Nothing to be done for 'ros_essentials_cpp/CMakeFiles/sensor_msgs_generate_messages_py.dir/build'.
make[2]: Leaving directory '/home/harsh/catkin_ws/build'
make[2]: Leaving directory '/home/harsh/catkin_ws/build'
make -f ros_essentials_cpp/CMakeFiles/geometry_msgs_generate_messages_lisp.dir/build.make ros_essentials_cpp/CMakeFiles/geometry_msgs_generate_messages_lisp.dir/build
make[2]: Entering directory '/home/harsh/catkin_ws/build'
make[2]: Nothing to be done for 'ros_essentials_cpp/CMakeFiles/geometry_msgs_generate_messages_lisp.dir/build'.
make[2]: Leaving directory '/home/harsh/catkin_ws/build'
[ 10%] Built target sensor_msgs_generate_messages_py
make -f ros_essentials_cpp/CMakeFiles/_ros_essentials_cpp_generate_messages_check_deps_FibonacciActionGoal.dir/build.make ros_essentials_cpp/CMakeFiles/_ros_essentials_cpp_generate_messages_check_deps_FibonacciActionGoal.dir/depend
make[2]: Leaving directory '/home/harsh/catkin_ws/build'
make[2]: Entering directory '/home/harsh/catkin_ws/build'
cd /home/harsh/catkin_ws/build && /usr/bin/cmake -E cmake_depends "Unix Makefiles" /home/harsh/catkin_ws/src /home/harsh/catkin_ws/src/ros_essentials_cpp /home/harsh/catkin_ws/build /home/harsh/catkin_ws/build/ros_essentials_cpp /home/harsh/catkin_ws/build/ros_essentials_cpp/CMakeFiles/_ros_essentials_cpp_generate_messages_check_deps_FibonacciActionGoal.dir/DependInfo.cmake --color=
[ 10%] Built target geometry_msgs_generate_messages_lisp
make -f ros_essentials_cpp/CMakeFiles/_ros_essentials_cpp_generate_messages_check_deps_FibonacciActionFeedback.dir/build.make ros_essentials_cpp/CMakeFiles/_ros_essentials_cpp_generate_messages_check_deps_FibonacciActionFeedback.dir/build
make[2]: Leaving directory '/home/harsh/catkin_ws/build'
make[2]: Leaving directory '/home/harsh/catkin_ws/build'
make -f ros_essentials_cpp/CMakeFiles/_ros_essentials_cpp_generate_messages_check_deps_FibonacciResult.dir/build.make ros_essentials_cpp/CMakeFiles/_ros_essentials_cpp_generate_messages_check_deps_FibonacciResult.dir/build
make -f ros_essentials_cpp/CMakeFiles/_ros_essentials_cpp_generate_messages_check_deps_IoTSensor.dir/build.make ros_essentials_cpp/CMakeFiles/_ros_essentials_cpp_generate_messages_check_deps_IoTSensor.dir/build
make[2]: Leaving directory '/home/harsh/catkin_ws/build'
make -f ros_essentials_cpp/CMakeFiles/_ros_essentials_cpp_generate_messages_check_deps_FibonacciAction.dir/build.make ros_essentials_cpp/CMakeFiles/_ros_essentials_cpp_generate_messages_check_deps_FibonacciAction.dir/build
make[2]: Entering directory '/home/harsh/catkin_ws/build'
cd /home/harsh/catkin_ws/build/ros_essentials_cpp && ../catkin_generated/env_cached.sh /usr/bin/python3 /opt/ros/melodic/share/genmsg/cmake/../../../lib/genmsg/genmsg_check_deps.py ros_essentials_cpp /home/harsh/catkin_ws/devel/share/ros_essentials_cpp/msg/FibonacciActionFeedback.msg ros_essentials_cpp/FibonacciFeedback:actionlib_msgs/GoalID:actionlib_msgs/GoalStatus:std_msgs/Header
make -f ros_essentials_cpp/CMakeFiles/_ros_essentials_cpp_generate_messages_check_deps_FibonacciActionResult.dir/build.make ros_essentials_cpp/CMakeFiles/_ros_essentials_cpp_generate_messages_check_deps_FibonacciActionResult.dir/depend
make[2]: Entering directory '/home/harsh/catkin_ws/build'
cd /home/harsh/catkin_ws/build/ros_essentials_cpp && ../catkin_generated/env_cached.sh /usr/bin/python3 /opt/ros/melodic/share/genmsg/cmake/../../../lib/genmsg/genmsg_check_deps.py ros_essentials_cpp /home/harsh/catkin_ws/src/ros_essentials_cpp/msg/IoTSensor.msg
make[2]: Entering directory '/home/harsh/catkin_ws/build'
cd /home/harsh/catkin_ws/build/ros_essentials_cpp && ../catkin_generated/env_cached.sh /usr/bin/python3 /opt/ros/melodic/share/genmsg/cmake/../../../lib/genmsg/genmsg_check_deps.py ros_essentials_cpp /home/harsh/catkin_ws/devel/share/ros_essentials_cpp/msg/FibonacciResult.msg
make[2]: Entering directory '/home/harsh/catkin_ws/build'
cd /home/harsh/catkin_ws/build/ros_essentials_cpp && ../catkin_generated/env_cached.sh /usr/bin/python3 /opt/ros/melodic/share/genmsg/cmake/../../../lib/genmsg/genmsg_check_deps.py ros_essentials_cpp /home/harsh/catkin_ws/devel/share/ros_essentials_cpp/msg/FibonacciAction.msg ros_essentials_cpp/FibonacciActionFeedback:std_msgs/Header:ros_essentials_cpp/FibonacciActionResult:actionlib_msgs/GoalID:ros_essentials_cpp/FibonacciFeedback:ros_essentials_cpp/FibonacciResult:ros_essentials_cpp/FibonacciGoal:actionlib_msgs/GoalStatus:ros_essentials_cpp/FibonacciActionGoal
make[2]: Entering directory '/home/harsh/catkin_ws/build'
cd /home/harsh/catkin_ws/build && /usr/bin/cmake -E cmake_depends "Unix Makefiles" /home/harsh/catkin_ws/src /home/harsh/catkin_ws/src/ros_essentials_cpp /home/harsh/catkin_ws/build /home/harsh/catkin_ws/build/ros_essentials_cpp /home/harsh/catkin_ws/build/ros_essentials_cpp/CMakeFiles/_ros_essentials_cpp_generate_messages_check_deps_FibonacciActionResult.dir/DependInfo.cmake --color=
make[2]: Entering directory '/home/harsh/catkin_ws/build'
cd /home/harsh/catkin_ws/build && /usr/bin/cmake -E cmake_depends "Unix Makefiles" /home/harsh/catkin_ws/src /home/harsh/catkin_ws/src/ros_essentials_cpp /home/harsh/catkin_ws/build /home/harsh/catkin_ws/build/ros_essentials_cpp /home/harsh/catkin_ws/build/ros_essentials_cpp/CMakeFiles/_ros_essentials_cpp_generate_messages_check_deps_FibonacciFeedback.dir/DependInfo.cmake --color=
make[2]: Leaving directory '/home/harsh/catkin_ws/build'
make -f ros_essentials_cpp/CMakeFiles/_ros_essentials_cpp_generate_messages_check_deps_FibonacciActionResult.dir/build.make ros_essentials_cpp/CMakeFiles/_ros_essentials_cpp_generate_messages_check_deps_FibonacciActionResult.dir/build
make[2]: Entering directory '/home/harsh/catkin_ws/build'
cd /home/harsh/catkin_ws/build/ros_essentials_cpp && ../catkin_generated/env_cached.sh /usr/bin/python3 /opt/ros/melodic/share/genmsg/cmake/../../../lib/genmsg/genmsg_check_deps.py ros_essentials_cpp /home/harsh/catkin_ws/devel/share/ros_essentials_cpp/msg/FibonacciActionResult.msg ros_essentials_cpp/FibonacciResult:actionlib_msgs/GoalID:actionlib_msgs/GoalStatus:std_msgs/Header
make[2]: Leaving directory '/home/harsh/catkin_ws/build'
make -f ros_essentials_cpp/CMakeFiles/_ros_essentials_cpp_generate_messages_check_deps_FibonacciActionGoal.dir/build.make ros_essentials_cpp/CMakeFiles/_ros_essentials_cpp_generate_messages_check_deps_FibonacciActionGoal.dir/build
make[2]: Entering directory '/home/harsh/catkin_ws/build'
cd /home/harsh/catkin_ws/build/ros_essentials_cpp && ../catkin_generated/env_cached.sh /usr/bin/python3 /opt/ros/melodic/share/genmsg/cmake/../../../lib/genmsg/genmsg_check_deps.py ros_essentials_cpp /home/harsh/catkin_ws/devel/share/ros_essentials_cpp/msg/FibonacciActionGoal.msg ros_essentials_cpp/FibonacciGoal:actionlib_msgs/GoalID:std_msgs/Header
make[2]: Leaving directory '/home/harsh/catkin_ws/build'
make -f ros_essentials_cpp/CMakeFiles/_ros_essentials_cpp_generate_messages_check_deps_FibonacciFeedback.dir/build.make ros_essentials_cpp/CMakeFiles/_ros_essentials_cpp_generate_messages_check_deps_FibonacciFeedback.dir/build
make[2]: Entering directory '/home/harsh/catkin_ws/build'
cd /home/harsh/catkin_ws/build/ros_essentials_cpp && ../catkin_generated/env_cached.sh /usr/bin/python3 /opt/ros/melodic/share/genmsg/cmake/../../../lib/genmsg/genmsg_check_deps.py ros_essentials_cpp /home/harsh/catkin_ws/devel/share/ros_essentials_cpp/msg/FibonacciFeedback.msg
make[2]: Leaving directory '/home/harsh/catkin_ws/build'
make[2]: Leaving directory '/home/harsh/catkin_ws/build'
[ 10%] Built target _ros_essentials_cpp_generate_messages_check_deps_IoTSensor
make -f ros_essentials_cpp/CMakeFiles/_ros_essentials_cpp_generate_messages_check_deps_AddTwoInts.dir/build.make ros_essentials_cpp/CMakeFiles/_ros_essentials_cpp_generate_messages_check_deps_AddTwoInts.dir/depend
make[2]: Entering directory '/home/harsh/catkin_ws/build'
cd /home/harsh/catkin_ws/build && /usr/bin/cmake -E cmake_depends "Unix Makefiles" /home/harsh/catkin_ws/src /home/harsh/catkin_ws/src/ros_essentials_cpp /home/harsh/catkin_ws/build /home/harsh/catkin_ws/build/ros_essentials_cpp /home/harsh/catkin_ws/build/ros_essentials_cpp/CMakeFiles/_ros_essentials_cpp_generate_messages_check_deps_AddTwoInts.dir/DependInfo.cmake --color=
make[2]: Leaving directory '/home/harsh/catkin_ws/build'
[ 10%] Built target _ros_essentials_cpp_generate_messages_check_deps_FibonacciActionFeedback
make[2]: Leaving directory '/home/harsh/catkin_ws/build'
make[2]: Leaving directory '/home/harsh/catkin_ws/build'
make -f ros_essentials_cpp/CMakeFiles/_ros_essentials_cpp_generate_messages_check_deps_FibonacciGoal.dir/build.make ros_essentials_cpp/CMakeFiles/_ros_essentials_cpp_generate_messages_check_deps_FibonacciGoal.dir/depend
make[2]: Entering directory '/home/harsh/catkin_ws/build'
cd /home/harsh/catkin_ws/build && /usr/bin/cmake -E cmake_depends "Unix Makefiles" /home/harsh/catkin_ws/src /home/harsh/catkin_ws/src/ros_essentials_cpp /home/harsh/catkin_ws/build /home/harsh/catkin_ws/build/ros_essentials_cpp /home/harsh/catkin_ws/build/ros_essentials_cpp/CMakeFiles/_ros_essentials_cpp_generate_messages_check_deps_FibonacciGoal.dir/DependInfo.cmake --color=
[ 10%] Built target _ros_essentials_cpp_generate_messages_check_deps_FibonacciFeedback
make -f ros_essentials_cpp/CMakeFiles/listener_node.dir/build.make ros_essentials_cpp/CMakeFiles/listener_node.dir/depend
make[2]: Leaving directory '/home/harsh/catkin_ws/build'
make -f ros_essentials_cpp/CMakeFiles/_ros_essentials_cpp_generate_messages_check_deps_AddTwoInts.dir/build.make ros_essentials_cpp/CMakeFiles/_ros_essentials_cpp_generate_messages_check_deps_AddTwoInts.dir/build
make[2]: Entering directory '/home/harsh/catkin_ws/build'
cd /home/harsh/catkin_ws/build/ros_essentials_cpp && ../catkin_generated/env_cached.sh /usr/bin/python3 /opt/ros/melodic/share/genmsg/cmake/../../../lib/genmsg/genmsg_check_deps.py ros_essentials_cpp /home/harsh/catkin_ws/src/ros_essentials_cpp/srv/AddTwoInts.srv
[ 10%] Built target _ros_essentials_cpp_generate_messages_check_deps_FibonacciActionResult
make -f ros_essentials_cpp/CMakeFiles/talker_node.dir/build.make ros_essentials_cpp/CMakeFiles/talker_node.dir/depend
make[2]: Entering directory '/home/harsh/catkin_ws/build'
cd /home/harsh/catkin_ws/build && /usr/bin/cmake -E cmake_depends "Unix Makefiles" /home/harsh/catkin_ws/src /home/harsh/catkin_ws/src/ros_essentials_cpp /home/harsh/catkin_ws/build /home/harsh/catkin_ws/build/ros_essentials_cpp /home/harsh/catkin_ws/build/ros_essentials_cpp/CMakeFiles/listener_node.dir/DependInfo.cmake --color=
[ 10%] Built target _ros_essentials_cpp_generate_messages_check_deps_FibonacciResult
make[2]: Leaving directory '/home/harsh/catkin_ws/build'
make -f ros_essentials_cpp/CMakeFiles/turtlesim_clean_node.dir/build.make ros_essentials_cpp/CMakeFiles/turtlesim_clean_node.dir/depend
make -f ros_essentials_cpp/CMakeFiles/_ros_essentials_cpp_generate_messages_check_deps_FibonacciGoal.dir/build.make ros_essentials_cpp/CMakeFiles/_ros_essentials_cpp_generate_messages_check_deps_FibonacciGoal.dir/build
make[2]: Entering directory '/home/harsh/catkin_ws/build'
cd /home/harsh/catkin_ws/build/ros_essentials_cpp && ../catkin_generated/env_cached.sh /usr/bin/python3 /opt/ros/melodic/share/genmsg/cmake/../../../lib/genmsg/genmsg_check_deps.py ros_essentials_cpp /home/harsh/catkin_ws/devel/share/ros_essentials_cpp/msg/FibonacciGoal.msg
make[2]: Leaving directory '/home/harsh/catkin_ws/build'
make[2]: Entering directory '/home/harsh/catkin_ws/build'
cd /home/harsh/catkin_ws/build && /usr/bin/cmake -E cmake_depends "Unix Makefiles" /home/harsh/catkin_ws/src /home/harsh/catkin_ws/src/ros_essentials_cpp /home/harsh/catkin_ws/build /home/harsh/catkin_ws/build/ros_essentials_cpp /home/harsh/catkin_ws/build/ros_essentials_cpp/CMakeFiles/talker_node.dir/DependInfo.cmake --color=
make[2]: Leaving directory '/home/harsh/catkin_ws/build'
make[2]: Leaving directory '/home/harsh/catkin_ws/build'
make -f ros_essentials_cpp/CMakeFiles/listener_node.dir/build.make ros_essentials_cpp/CMakeFiles/listener_node.dir/build
make[2]: Entering directory '/home/harsh/catkin_ws/build'
cd /home/harsh/catkin_ws/build && /usr/bin/cmake -E cmake_depends "Unix Makefiles" /home/harsh/catkin_ws/src /home/harsh/catkin_ws/src/ros_essentials_cpp /home/harsh/catkin_ws/build /home/harsh/catkin_ws/build/ros_essentials_cpp /home/harsh/catkin_ws/build/ros_essentials_cpp/CMakeFiles/turtlesim_clean_node.dir/DependInfo.cmake --color=
make[2]: Entering directory '/home/harsh/catkin_ws/build'
make[2]: Nothing to be done for 'ros_essentials_cpp/CMakeFiles/listener_node.dir/build'.
make[2]: Leaving directory '/home/harsh/catkin_ws/build'
[ 10%] Built target _ros_essentials_cpp_generate_messages_check_deps_FibonacciActionGoal
[ 10%] Built target _ros_essentials_cpp_generate_messages_check_deps_FibonacciAction
make -f ros_essentials_cpp/CMakeFiles/laserscan_lib.dir/build.make ros_essentials_cpp/CMakeFiles/laserscan_lib.dir/depend
make[2]: Leaving directory '/home/harsh/catkin_ws/build'
make -f ros_essentials_cpp/CMakeFiles/talker_node.dir/build.make ros_essentials_cpp/CMakeFiles/talker_node.dir/build
make[2]: Entering directory '/home/harsh/catkin_ws/build'
cd /home/harsh/catkin_ws/build && /usr/bin/cmake -E cmake_depends "Unix Makefiles" /home/harsh/catkin_ws/src /home/harsh/catkin_ws/src/ros_essentials_cpp /home/harsh/catkin_ws/build /home/harsh/catkin_ws/build/ros_essentials_cpp /home/harsh/catkin_ws/build/ros_essentials_cpp/CMakeFiles/laserscan_lib.dir/DependInfo.cmake --color=
[ 12%] Built target listener_node
make[2]: Entering directory '/home/harsh/catkin_ws/build'
make[2]: Nothing to be done for 'ros_essentials_cpp/CMakeFiles/talker_node.dir/build'.
make[2]: Leaving directory '/home/harsh/catkin_ws/build'
[ 15%] Built target talker_node
make[2]: Leaving directory '/home/harsh/catkin_ws/build'
make -f ros_essentials_cpp/CMakeFiles/laserscan_lib.dir/build.make ros_essentials_cpp/CMakeFiles/laserscan_lib.dir/build
make[2]: Leaving directory '/home/harsh/catkin_ws/build'
make -f ros_essentials_cpp/CMakeFiles/turtlesim_clean_node.dir/build.make ros_essentials_cpp/CMakeFiles/turtlesim_clean_node.dir/build
make[2]: Entering directory '/home/harsh/catkin_ws/build'
make[2]: Nothing to be done for 'ros_essentials_cpp/CMakeFiles/laserscan_lib.dir/build'.
make[2]: Leaving directory '/home/harsh/catkin_ws/build'
make[2]: Entering directory '/home/harsh/catkin_ws/build'
make[2]: Nothing to be done for 'ros_essentials_cpp/CMakeFiles/turtlesim_clean_node.dir/build'.
make[2]: Leaving directory '/home/harsh/catkin_ws/build'
make[2]: Leaving directory '/home/harsh/catkin_ws/build'
[ 18%] Built target laserscan_lib
make -f ros_essentials_cpp/CMakeFiles/scan_subscriber_cpp.dir/build.make ros_essentials_cpp/CMakeFiles/scan_subscriber_cpp.dir/depend
[ 18%] Built target _ros_essentials_cpp_generate_messages_check_deps_AddTwoInts
make[2]: Leaving directory '/home/harsh/catkin_ws/build'
[ 21%] Built target turtlesim_clean_node
make[2]: Entering directory '/home/harsh/catkin_ws/build'
cd /home/harsh/catkin_ws/build && /usr/bin/cmake -E cmake_depends "Unix Makefiles" /home/harsh/catkin_ws/src /home/harsh/catkin_ws/src/ros_essentials_cpp /home/harsh/catkin_ws/build /home/harsh/catkin_ws/build/ros_essentials_cpp /home/harsh/catkin_ws/build/ros_essentials_cpp/CMakeFiles/scan_subscriber_cpp.dir/DependInfo.cmake --color=
[ 21%] Built target _ros_essentials_cpp_generate_messages_check_deps_FibonacciGoal
make -f ros_essentials_cpp/CMakeFiles/ros_essentials_cpp_generate_messages_cpp.dir/build.make ros_essentials_cpp/CMakeFiles/ros_essentials_cpp_generate_messages_cpp.dir/depend
make -f ros_essentials_cpp/CMakeFiles/ros_essentials_cpp_generate_messages_lisp.dir/build.make ros_essentials_cpp/CMakeFiles/ros_essentials_cpp_generate_messages_lisp.dir/depend
make -f ros_essentials_cpp/CMakeFiles/ros_essentials_cpp_generate_messages_nodejs.dir/build.make ros_essentials_cpp/CMakeFiles/ros_essentials_cpp_generate_messages_nodejs.dir/depend
make -f ros_essentials_cpp/CMakeFiles/ros_essentials_cpp_generate_messages_eus.dir/build.make ros_essentials_cpp/CMakeFiles/ros_essentials_cpp_generate_messages_eus.dir/depend
make -f ros_essentials_cpp/CMakeFiles/ros_essentials_cpp_generate_messages_py.dir/build.make ros_essentials_cpp/CMakeFiles/ros_essentials_cpp_generate_messages_py.dir/depend
make[2]: Entering directory '/home/harsh/catkin_ws/build'
cd /home/harsh/catkin_ws/build && /usr/bin/cmake -E cmake_depends "Unix Makefiles" /home/harsh/catkin_ws/src /home/harsh/catkin_ws/src/ros_essentials_cpp /home/harsh/catkin_ws/build /home/harsh/catkin_ws/build/ros_essentials_cpp /home/harsh/catkin_ws/build/ros_essentials_cpp/CMakeFiles/ros_essentials_cpp_generate_messages_cpp.dir/DependInfo.cmake --color=
make[2]: Entering directory '/home/harsh/catkin_ws/build'
cd /home/harsh/catkin_ws/build && /usr/bin/cmake -E cmake_depends "Unix Makefiles" /home/harsh/catkin_ws/src /home/harsh/catkin_ws/src/ros_essentials_cpp /home/harsh/catkin_ws/build /home/harsh/catkin_ws/build/ros_essentials_cpp /home/harsh/catkin_ws/build/ros_essentials_cpp/CMakeFiles/ros_essentials_cpp_generate_messages_nodejs.dir/DependInfo.cmake --color=
make[2]: Entering directory '/home/harsh/catkin_ws/build'
cd /home/harsh/catkin_ws/build && /usr/bin/cmake -E cmake_depends "Unix Makefiles" /home/harsh/catkin_ws/src /home/harsh/catkin_ws/src/ros_essentials_cpp /home/harsh/catkin_ws/build /home/harsh/catkin_ws/build/ros_essentials_cpp /home/harsh/catkin_ws/build/ros_essentials_cpp/CMakeFiles/ros_essentials_cpp_generate_messages_lisp.dir/DependInfo.cmake --color=
make[2]: Entering directory '/home/harsh/catkin_ws/build'
cd /home/harsh/catkin_ws/build && /usr/bin/cmake -E cmake_depends "Unix Makefiles" /home/harsh/catkin_ws/src /home/harsh/catkin_ws/src/ros_essentials_cpp /home/harsh/catkin_ws/build /home/harsh/catkin_ws/build/ros_essentials_cpp /home/harsh/catkin_ws/build/ros_essentials_cpp/CMakeFiles/ros_essentials_cpp_generate_messages_py.dir/DependInfo.cmake --color=
make[2]: Leaving directory '/home/harsh/catkin_ws/build'
make -f ros_essentials_cpp/CMakeFiles/scan_subscriber_cpp.dir/build.make ros_essentials_cpp/CMakeFiles/scan_subscriber_cpp.dir/build
make[2]: Leaving directory '/home/harsh/catkin_ws/build'
make[2]: Entering directory '/home/harsh/catkin_ws/build'
make[2]: Nothing to be done for 'ros_essentials_cpp/CMakeFiles/scan_subscriber_cpp.dir/build'.
make[2]: Leaving directory '/home/harsh/catkin_ws/build'
make -f ros_essentials_cpp/CMakeFiles/ros_essentials_cpp_generate_messages_nodejs.dir/build.make ros_essentials_cpp/CMakeFiles/ros_essentials_cpp_generate_messages_nodejs.dir/build
make[2]: Leaving directory '/home/harsh/catkin_ws/build'
make -f ros_essentials_cpp/CMakeFiles/ros_essentials_cpp_generate_messages_py.dir/build.make ros_essentials_cpp/CMakeFiles/ros_essentials_cpp_generate_messages_py.dir/build
make[2]: Leaving directory '/home/harsh/catkin_ws/build'
make -f ros_essentials_cpp/CMakeFiles/ros_essentials_cpp_generate_messages_cpp.dir/build.make ros_essentials_cpp/CMakeFiles/ros_essentials_cpp_generate_messages_cpp.dir/build
make[2]: Entering directory '/home/harsh/catkin_ws/build'
make[2]: Nothing to be done for 'ros_essentials_cpp/CMakeFiles/ros_essentials_cpp_generate_messages_py.dir/build'.
make[2]: Entering directory '/home/harsh/catkin_ws/build'
make[2]: Leaving directory '/home/harsh/catkin_ws/build'
make[2]: Nothing to be done for 'ros_essentials_cpp/CMakeFiles/ros_essentials_cpp_generate_messages_nodejs.dir/build'.
make[2]: Leaving directory '/home/harsh/catkin_ws/build'
make[2]: Leaving directory '/home/harsh/catkin_ws/build'
make -f ros_essentials_cpp/CMakeFiles/ros_essentials_cpp_generate_messages_lisp.dir/build.make ros_essentials_cpp/CMakeFiles/ros_essentials_cpp_generate_messages_lisp.dir/build
make[2]: Entering directory '/home/harsh/catkin_ws/build'
make[2]: Nothing to be done for 'ros_essentials_cpp/CMakeFiles/ros_essentials_cpp_generate_messages_lisp.dir/build'.
make[2]: Leaving directory '/home/harsh/catkin_ws/build'
make[2]: Entering directory '/home/harsh/catkin_ws/build'
[ 24%] Built target scan_subscriber_cpp
[ 50%] Built target ros_essentials_cpp_generate_messages_nodejs
[ 52%] Built target ros_essentials_cpp_generate_messages_py
[ 65%] Built target ros_essentials_cpp_generate_messages_lisp
make[2]: Entering directory '/home/harsh/catkin_ws/build'
cd /home/harsh/catkin_ws/build && /usr/bin/cmake -E cmake_depends "Unix Makefiles" /home/harsh/catkin_ws/src /home/harsh/catkin_ws/src/ros_essentials_cpp /home/harsh/catkin_ws/build /home/harsh/catkin_ws/build/ros_essentials_cpp /home/harsh/catkin_ws/build/ros_essentials_cpp/CMakeFiles/ros_essentials_cpp_generate_messages_eus.dir/DependInfo.cmake --color=
[ 67%] Generating C++ code from ros_essentials_cpp/FibonacciAction.msg
cd /home/harsh/catkin_ws/src/ros_essentials_cpp && /home/harsh/catkin_ws/build/catkin_generated/env_cached.sh /usr/bin/python3 /opt/ros/melodic/share/gencpp/cmake/../../../lib/gencpp/gen_cpp.py /home/harsh/catkin_ws/devel/share/ros_essentials_cpp/msg/FibonacciAction.msg -Iros_essentials_cpp:/home/harsh/catkin_ws/src/ros_essentials_cpp/msg -Iros_essentials_cpp:/home/harsh/catkin_ws/devel/share/ros_essentials_cpp/msg -Istd_msgs:/opt/ros/melodic/share/std_msgs/cmake/../msg -Iactionlib_msgs:/opt/ros/melodic/share/actionlib_msgs/cmake/../msg -p ros_essentials_cpp -o /home/harsh/catkin_ws/devel/include/ros_essentials_cpp -e /opt/ros/melodic/share/gencpp/cmake/..
[ 68%] Generating C++ code from ros_essentials_cpp/FibonacciActionGoal.msg
cd /home/harsh/catkin_ws/src/ros_essentials_cpp && /home/harsh/catkin_ws/build/catkin_generated/env_cached.sh /usr/bin/python3 /opt/ros/melodic/share/gencpp/cmake/../../../lib/gencpp/gen_cpp.py /home/harsh/catkin_ws/devel/share/ros_essentials_cpp/msg/FibonacciActionGoal.msg -Iros_essentials_cpp:/home/harsh/catkin_ws/src/ros_essentials_cpp/msg -Iros_essentials_cpp:/home/harsh/catkin_ws/devel/share/ros_essentials_cpp/msg -Istd_msgs:/opt/ros/melodic/share/std_msgs/cmake/../msg -Iactionlib_msgs:/opt/ros/melodic/share/actionlib_msgs/cmake/../msg -p ros_essentials_cpp -o /home/harsh/catkin_ws/devel/include/ros_essentials_cpp -e /opt/ros/melodic/share/gencpp/cmake/..
[ 70%] Generating C++ code from ros_essentials_cpp/IoTSensor.msg
cd /home/harsh/catkin_ws/src/ros_essentials_cpp && /home/harsh/catkin_ws/build/catkin_generated/env_cached.sh /usr/bin/python3 /opt/ros/melodic/share/gencpp/cmake/../../../lib/gencpp/gen_cpp.py /home/harsh/catkin_ws/src/ros_essentials_cpp/msg/IoTSensor.msg -Iros_essentials_cpp:/home/harsh/catkin_ws/src/ros_essentials_cpp/msg -Iros_essentials_cpp:/home/harsh/catkin_ws/devel/share/ros_essentials_cpp/msg -Istd_msgs:/opt/ros/melodic/share/std_msgs/cmake/../msg -Iactionlib_msgs:/opt/ros/melodic/share/actionlib_msgs/cmake/../msg -p ros_essentials_cpp -o /home/harsh/catkin_ws/devel/include/ros_essentials_cpp -e /opt/ros/melodic/share/gencpp/cmake/..
[ 71%] Generating C++ code from ros_essentials_cpp/FibonacciActionResult.msg
[ 72%] Generating C++ code from ros_essentials_cpp/FibonacciActionFeedback.msg
[ 74%] Generating C++ code from ros_essentials_cpp/FibonacciGoal.msg
cd /home/harsh/catkin_ws/src/ros_essentials_cpp && /home/harsh/catkin_ws/build/catkin_generated/env_cached.sh /usr/bin/python3 /opt/ros/melodic/share/gencpp/cmake/../../../lib/gencpp/gen_cpp.py /home/harsh/catkin_ws/devel/share/ros_essentials_cpp/msg/FibonacciActionFeedback.msg -Iros_essentials_cpp:/home/harsh/catkin_ws/src/ros_essentials_cpp/msg -Iros_essentials_cpp:/home/harsh/catkin_ws/devel/share/ros_essentials_cpp/msg -Istd_msgs:/opt/ros/melodic/share/std_msgs/cmake/../msg -Iactionlib_msgs:/opt/ros/melodic/share/actionlib_msgs/cmake/../msg -p ros_essentials_cpp -o /home/harsh/catkin_ws/devel/include/ros_essentials_cpp -e /opt/ros/melodic/share/gencpp/cmake/..
cd /home/harsh/catkin_ws/src/ros_essentials_cpp && /home/harsh/catkin_ws/build/catkin_generated/env_cached.sh /usr/bin/python3 /opt/ros/melodic/share/gencpp/cmake/../../../lib/gencpp/gen_cpp.py /home/harsh/catkin_ws/devel/share/ros_essentials_cpp/msg/FibonacciActionResult.msg -Iros_essentials_cpp:/home/harsh/catkin_ws/src/ros_essentials_cpp/msg -Iros_essentials_cpp:/home/harsh/catkin_ws/devel/share/ros_essentials_cpp/msg -Istd_msgs:/opt/ros/melodic/share/std_msgs/cmake/../msg -Iactionlib_msgs:/opt/ros/melodic/share/actionlib_msgs/cmake/../msg -p ros_essentials_cpp -o /home/harsh/catkin_ws/devel/include/ros_essentials_cpp -e /opt/ros/melodic/share/gencpp/cmake/..
cd /home/harsh/catkin_ws/src/ros_essentials_cpp && /home/harsh/catkin_ws/build/catkin_generated/env_cached.sh /usr/bin/python3 /opt/ros/melodic/share/gencpp/cmake/../../../lib/gencpp/gen_cpp.py /home/harsh/catkin_ws/devel/share/ros_essentials_cpp/msg/FibonacciGoal.msg -Iros_essentials_cpp:/home/harsh/catkin_ws/src/ros_essentials_cpp/msg -Iros_essentials_cpp:/home/harsh/catkin_ws/devel/share/ros_essentials_cpp/msg -Istd_msgs:/opt/ros/melodic/share/std_msgs/cmake/../msg -Iactionlib_msgs:/opt/ros/melodic/share/actionlib_msgs/cmake/../msg -p ros_essentials_cpp -o /home/harsh/catkin_ws/devel/include/ros_essentials_cpp -e /opt/ros/melodic/share/gencpp/cmake/..
make[2]: Leaving directory '/home/harsh/catkin_ws/build'
make -f ros_essentials_cpp/CMakeFiles/ros_essentials_cpp_generate_messages_eus.dir/build.make ros_essentials_cpp/CMakeFiles/ros_essentials_cpp_generate_messages_eus.dir/build
make[2]: Entering directory '/home/harsh/catkin_ws/build'
make[2]: Nothing to be done for 'ros_essentials_cpp/CMakeFiles/ros_essentials_cpp_generate_messages_eus.dir/build'.
make[2]: Leaving directory '/home/harsh/catkin_ws/build'
[ 88%] Built target ros_essentials_cpp_generate_messages_eus
[ 90%] Generating C++ code from ros_essentials_cpp/FibonacciResult.msg
cd /home/harsh/catkin_ws/src/ros_essentials_cpp && /home/harsh/catkin_ws/build/catkin_generated/env_cached.sh /usr/bin/python3 /opt/ros/melodic/share/gencpp/cmake/../../../lib/gencpp/gen_cpp.py /home/harsh/catkin_ws/devel/share/ros_essentials_cpp/msg/FibonacciResult.msg -Iros_essentials_cpp:/home/harsh/catkin_ws/src/ros_essentials_cpp/msg -Iros_essentials_cpp:/home/harsh/catkin_ws/devel/share/ros_essentials_cpp/msg -Istd_msgs:/opt/ros/melodic/share/std_msgs/cmake/../msg -Iactionlib_msgs:/opt/ros/melodic/share/actionlib_msgs/cmake/../msg -p ros_essentials_cpp -o /home/harsh/catkin_ws/devel/include/ros_essentials_cpp -e /opt/ros/melodic/share/gencpp/cmake/..
Traceback (most recent call last):
File "/opt/ros/melodic/share/gencpp/cmake/../../../lib/gencpp/gen_cpp.py", line 41, in
import genmsg.template_tools
File "/opt/ros/melodic/lib/python2.7/dist-packages/genmsg/template_tools.py", line 39, in
import em
ModuleNotFoundError: No module named 'em'
Traceback (most recent call last):
File "/opt/ros/melodic/share/gencpp/cmake/../../../lib/gencpp/gen_cpp.py", line 41, in
Traceback (most recent call last):
Traceback (most recent call last):
File "/opt/ros/melodic/share/gencpp/cmake/../../../lib/gencpp/gen_cpp.py", line 41, in
File "/opt/ros/melodic/share/gencpp/cmake/../../../lib/gencpp/gen_cpp.py", line 41, in
Traceback (most recent call last):
File "/opt/ros/melodic/share/gencpp/cmake/../../../lib/gencpp/gen_cpp.py", line 41, in
import genmsg.template_tools
File "/opt/ros/melodic/lib/python2.7/dist-packages/genmsg/template_tools.py", line 39, in
import genmsg.template_tools
import genmsg.template_tools
File "/opt/ros/melodic/lib/python2.7/dist-packages/genmsg/template_tools.py", line 39, in
File "/opt/ros/melodic/lib/python2.7/dist-packages/genmsg/template_tools.py", line 39, in
import genmsg.template_tools
File "/opt/ros/melodic/lib/python2.7/dist-packages/genmsg/template_tools.py", line 39, in
Traceback (most recent call last):
import em
File "/opt/ros/melodic/share/gencpp/cmake/../../../lib/gencpp/gen_cpp.py", line 41, in
ModuleNotFoundError: No module named 'em'
Traceback (most recent call last):
import em
File "/opt/ros/melodic/share/gencpp/cmake/../../../lib/gencpp/gen_cpp.py", line 41, in
Error in sys.excepthook:
Traceback (most recent call last):
ModuleNotFoundError: No module named 'em'
import em
import em
Error in sys.excepthook:
Traceback (most recent call last):
File "/usr/lib/python3/dist-packages/apport_python_hook.py", line 137, in apport_excepthook
File "/usr/lib/python3/dist-packages/apport_python_hook.py", line 137, in apport_excepthook
ModuleNotFoundError: No module named 'em'
ModuleNotFoundError: No module named 'em'
Error in sys.excepthook:
Error in sys.excepthook:
Traceback (most recent call last):
import genmsg.template_tools
Traceback (most recent call last):
File "/usr/lib/python3/dist-packages/apport_python_hook.py", line 137, in apport_excepthook
File "/opt/ros/melodic/lib/python2.7/dist-packages/genmsg/template_tools.py", line 39, in
File "/usr/lib/python3/dist-packages/apport_python_hook.py", line 137, in apport_excepthook
import genmsg.template_tools
File "/opt/ros/melodic/lib/python2.7/dist-packages/genmsg/template_tools.py", line 39, in
import em
ModuleNotFoundError: No module named 'em'
import em
ModuleNotFoundError: No module named 'em'
ros_essentials_cpp/CMakeFiles/ros_essentials_cpp_generate_messages_cpp.dir/build.make:107: recipe for target '/home/harsh/catkin_ws/devel/include/ros_essentials_cpp/FibonacciActionResult.h' failed
make[2]: *** [/home/harsh/catkin_ws/devel/include/ros_essentials_cpp/FibonacciActionResult.h] Error 1
make[2]: *** Waiting for unfinished jobs....
ros_essentials_cpp/CMakeFiles/ros_essentials_cpp_generate_messages_cpp.dir/build.make:117: recipe for target '/home/harsh/catkin_ws/devel/include/ros_essentials_cpp/FibonacciActionFeedback.h' failed
make[2]: *** [/home/harsh/catkin_ws/devel/include/ros_essentials_cpp/FibonacciActionFeedback.h] Error 1
ros_essentials_cpp/CMakeFiles/ros_essentials_cpp_generate_messages_cpp.dir/build.make:73: recipe for target '/home/harsh/catkin_ws/devel/include/ros_essentials_cpp/IoTSensor.h' failed
make[2]: *** [/home/harsh/catkin_ws/devel/include/ros_essentials_cpp/IoTSensor.h] Error 1
os.unlink(pr_filename)
os.unlink(pr_filename)
os.unlink(pr_filename)
os.unlink(pr_filename)
FileNotFoundError: [Errno 2] No such file or directory: '/var/crash/_opt_ros_melodic_lib_gencpp_gen_cpp.py.1000.crash'
FileNotFoundError: [Errno 2] No such file or directory: '/var/crash/_opt_ros_melodic_lib_gencpp_gen_cpp.py.1000.crash'
FileNotFoundError: [Errno 2] No such file or directory: '/var/crash/_opt_ros_melodic_lib_gencpp_gen_cpp.py.1000.crash'
FileNotFoundError: [Errno 2] No such file or directory: '/var/crash/_opt_ros_melodic_lib_gencpp_gen_cpp.py.1000.crash'
Original exception was:
Original exception was:
Original exception was:
Original exception was:
Traceback (most recent call last):
Traceback (most recent call last):
Traceback (most recent call last):
Traceback (most recent call last):
File "/opt/ros/melodic/share/gencpp/cmake/../../../lib/gencpp/gen_cpp.py", line 41, in
File "/opt/ros/melodic/share/gencpp/cmake/../../../lib/gencpp/gen_cpp.py", line 41, in
File "/opt/ros/melodic/share/gencpp/cmake/../../../lib/gencpp/gen_cpp.py", line 41, in
File "/opt/ros/melodic/share/gencpp/cmake/../../../lib/gencpp/gen_cpp.py", line 41, in
import genmsg.template_tools
import genmsg.template_tools
import genmsg.template_tools
import genmsg.template_tools
File "/opt/ros/melodic/lib/python2.7/dist-packages/genmsg/template_tools.py", line 39, in
File "/opt/ros/melodic/lib/python2.7/dist-packages/genmsg/template_tools.py", line 39, in
File "/opt/ros/melodic/lib/python2.7/dist-packages/genmsg/template_tools.py", line 39, in
File "/opt/ros/melodic/lib/python2.7/dist-packages/genmsg/template_tools.py", line 39, in
import em
import em
import em
import em
ModuleNotFoundError: No module named 'em'
ModuleNotFoundError: No module named 'em'
ModuleNotFoundError: No module named 'em'
ModuleNotFoundError: No module named 'em'
ros_essentials_cpp/CMakeFiles/ros_essentials_cpp_generate_messages_cpp.dir/build.make:123: recipe for target '/home/harsh/catkin_ws/devel/include/ros_essentials_cpp/FibonacciGoal.h' failed
make[2]: *** [/home/harsh/catkin_ws/devel/include/ros_essentials_cpp/FibonacciGoal.h] Error 1
ros_essentials_cpp/CMakeFiles/ros_essentials_cpp_generate_messages_cpp.dir/build.make:129: recipe for target '/home/harsh/catkin_ws/devel/include/ros_essentials_cpp/FibonacciResult.h' failed
make[2]: *** [/home/harsh/catkin_ws/devel/include/ros_essentials_cpp/FibonacciResult.h] Error 1
ros_essentials_cpp/CMakeFiles/ros_essentials_cpp_generate_messages_cpp.dir/build.make:88: recipe for target '/home/harsh/catkin_ws/devel/include/ros_essentials_cpp/FibonacciAction.h' failed
make[2]: *** [/home/harsh/catkin_ws/devel/include/ros_essentials_cpp/FibonacciAction.h] Error 1
ros_essentials_cpp/CMakeFiles/ros_essentials_cpp_generate_messages_cpp.dir/build.make:97: recipe for target '/home/harsh/catkin_ws/devel/include/ros_essentials_cpp/FibonacciActionGoal.h' failed
make[2]: *** [/home/harsh/catkin_ws/devel/include/ros_essentials_cpp/FibonacciActionGoal.h] Error 1
make[2]: Leaving directory '/home/harsh/catkin_ws/build'
CMakeFiles/Makefile2:1594: recipe for target 'ros_essentials_cpp/CMakeFiles/ros_essentials_cpp_generate_messages_cpp.dir/all' failed
make[1]: *** [ros_essentials_cpp/CMakeFiles/ros_essentials_cpp_generate_messages_cpp.dir/all] Error 2
make[1]: *** Waiting for unfinished jobs....
/home/harsh/catkin_ws/src/ros_essentials_cpp/src/topic03_perception/cpp/open_copy.cpp: In function ‘int main()’:
/home/harsh/catkin_ws/src/ros_essentials_cpp/src/topic03_perception/cpp/open_copy.cpp:17:111: error: ‘CV_LOAD_IMAGE_COLOR’ was not declared in this scope
image = imread("/home/riotu/catkin_ws/src/ros_essentials_cpp/src/topic03_perception/images/chess.jpg", CV_LOAD_IMAGE_COLOR); // Read the file "image.jpg".
^~~~~~~~~~~~~~~~~~~
/home/harsh/catkin_ws/src/ros_essentials_cpp/src/topic03_perception/cpp/open_copy.cpp:17:111: note: suggested alternative: ‘CV_IS_IMAGE_HDR’
image = imread("/home/riotu/catkin_ws/src/ros_essentials_cpp/src/topic03_perception/images/chess.jpg", CV_LOAD_IMAGE_COLOR); // Read the file "image.jpg".
^~~~~~~~~~~~~~~~~~~
CV_IS_IMAGE_HDR
ros_essentials_cpp/CMakeFiles/open_copy_cpp.dir/build.make:65: recipe for target 'ros_essentials_cpp/CMakeFiles/open_copy_cpp.dir/src/topic03_perception/cpp/open_copy.cpp.o' failed
make[2]: *** [ros_essentials_cpp/CMakeFiles/open_copy_cpp.dir/src/topic03_perception/cpp/open_copy.cpp.o] Error 1
make[2]: Leaving directory '/home/harsh/catkin_ws/build'
CMakeFiles/Makefile2:1038: recipe for target 'ros_essentials_cpp/CMakeFiles/open_copy_cpp.dir/all' failed
make[1]: *** [ros_essentials_cpp/CMakeFiles/open_copy_cpp.dir/all] Error 2
make[1]: Leaving directory '/home/harsh/catkin_ws/build'
Makefile:143: recipe for target 'all' failed
make: *** [all] Error 2
Invoking "make -j8 -l8" failed
The text was updated successfully, but these errors were encountered: