-
Notifications
You must be signed in to change notification settings - Fork 11
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
find_package error #5
Comments
Hi, I think you need to clone and build "px4_msgs" first in your workspace
|
In this case, I think you should try to clean the whole workspace and rebuild
Then try to build
|
It seems like you have a problem with
and then redo my previous comment |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
sir, i am getting an error at colcon build step. Can anyone help?;
CMake Error at CMakeLists.txt:13 (find_package):
By not providing "Findpx4_msgs.cmake" in CMAKE_MODULE_PATH this project has
asked CMake to find a package configuration file provided by "px4_msgs",
but CMake did not find one.
Could not find a package configuration file provided by "px4_msgs" with any
of the following names:
Add the installation prefix of "px4_msgs" to CMAKE_PREFIX_PATH or set
"px4_msgs_DIR" to a directory containing one of the above files. If
"px4_msgs" provides a separate development package or SDK, be sure it has
been installed.
(i am a beginner for ros2 and i open for all advices)
thanks!
The text was updated successfully, but these errors were encountered: