-
Notifications
You must be signed in to change notification settings - Fork 216
Issue in Chapter2 #8
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
Comments
Can you check this #6 |
My CMakeList.txt is using current version, and I already add Include in my directory. |
I just change the sequence of CMakeFile, the previous error is disappeared, however, there are more error occurred, it seems un-link the code with OpenCV library, please let me know your comments, thanks.cmake_minimum_required(VERSION 2.8.3) find_package(catkin REQUIRED COMPONENTS ) find_package(Boost REQUIRED COMPONENTS system) add_message_files( generate_messages( ) Generate added messages and services with any dependencies listed herecatkin_package( ) include_directories( add_executable(face_tracker_node src/face_tracker_node.cpp)
|
Hi qboticslabs:
I just follow the process in the book, when I use "catkin_make" to make face_tracker_pkg and face_tracker_control in my ros_projects_ws, the error is shown as following
CMake Error at /opt......./cmake:197
generate_messages() must be called before catkin_package() in project
I don't know how to solve it, please try to help me, thanks.
John
The text was updated successfully, but these errors were encountered: