CMake Error at /opt/ros/melodic/share/catkin/cmake/catkinConfig.cmake:83 (find_package):
Could not find a package configuration file provided by "octomap_msgs" with
any of the following names:
octomap_msgsConfig.cmake
octomap_msgs-config.cmake
[solution]
sudo apt install ros-melodic-octomap-ros
在尝试配置ROS Melodic项目时遇到了CMake错误,提示无法找到octomap_msgs的package配置文件。解决方案是通过运行`sudo apt install ros-melodic-octomap-ros`来安装缺失的依赖。
478

被折叠的 条评论
为什么被折叠?



