You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
CMake Error at /opt/ros/melodic/share/catkin/cmake/catkinConfig.cmake:83 (find_package):
Could not find a package configuration file provided by
"autoware_perception_msgs" with any of the following names:
autoware_perception_msgsConfig.cmake
autoware_perception_msgs-config.cmake
Add the installation prefix of "autoware_perception_msgs" to
CMAKE_PREFIX_PATH or set "autoware_perception_msgs_DIR" to a directory
containing one of the above files. If "autoware_perception_msgs" provides
a separate development package or SDK, be sure it has been installed.
Call Stack (most recent call first):
ars408_ros/CMakeLists.txt:13 (find_package)
1.0 错误源码
2.0 解决办法
这是一个非常经典的msg消息缺失bug
方法一:
方法一出现的问题:
出现这个问题原因是,apt源里找不到[ros-melodic-autoware-perception-msgs]。
3.0 方法二,离线安装【发现换源也不好使】
3.1 验证[autoware-perception-msgs]是否安装成功
配置环境变量
bug解决结束,剩下编译即可
The text was updated successfully, but these errors were encountered: