-
Notifications
You must be signed in to change notification settings - Fork 70
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
Build Dave | Error #272
Comments
|
Ah, sorry, in the above comment, I was confused by the name This PR should fix your error #269 . You might need to replace Let us know if it fixes it for you, so that we can look into merging that PR and closing this issue. |
In the folder
|
Yeah, #269 updates that dependency. |
Could you tell me how to solve this? thank you. |
@huangbintao188 working on this. I will ping you back when I get the update uploaded. |
#269 and Field-Robotics-Lab/nps_uw_multibeam_sonar#55 would have solved this. If the problem persists. let me know! |
Hello, when I build a project based on the documentation, I encounter the following problem:
-- +++ processing catkin package: 'nps_uw_multibeam_sonar'
-- ==> add_subdirectory(nps_uw_multibeam_sonar)
-- Using these message generators: gencpp;geneus;genlisp;gennodejs;genpy
-- Could NOT find acoustic_msgs (missing: acoustic_msgs_DIR)
-- Could not find the required component 'acoustic_msgs'. The following CMake error indicates that you either need to install the package with the same name or change your environment so that it can be found.
CMake Error at /opt/ros/noetic/share/catkin/cmake/catkinConfig.cmake:83 (find_package):
Could not find a package configuration file provided by "acoustic_msgs"
with any of the following names:
Add the installation prefix of "acoustic_msgs" to CMAKE_PREFIX_PATH or set
"acoustic_msgs_DIR" to a directory containing one of the above files. If
"acoustic_msgs" provides a separate development package or SDK, be sure it
has been installed.
Call Stack (most recent call first):
nps_uw_multibeam_sonar/CMakeLists.txt:17 (find_package)
-- Configuring incomplete, errors occurred!
See also "/home/csc/uuv_ws/build/CMakeFiles/CMakeOutput.log".
See also "/home/csc/uuv_ws/build/CMakeFiles/CMakeError.log".
Invoking "cmake" failed
I can't solve this problem myself, can you help me?Thank you
The text was updated successfully, but these errors were encountered: