安装autoware遇到的那些坑

旧城等待, 2022-12-11 07:50 939阅读 0赞
  1. 出现问题, Could not find a package configuration file provided by "jsk_rviz_plugins"

CMake Error at /opt/ros/melodic/share/catkin/cmake/catkinConfig.cmake:83 (find_package):
Could not find a package configuration file provided by “jsk_rviz_plugins”
with any of the following names:
jsk_rviz_pluginsConfig.cmake
jsk_rviz_plugins-config.cmake

解决办法:sudo apt-get install ros-melodic-jsk-rviz-plugins

  1. 出现问题,CMake Error at calibration_publisher/CMakeLists.txt:4 (find_package):

By not providing “Find autoware_build_flags.cmake” in CMAKE_MODULE_PATH this
project has asked CMake to find a package configuration file provided by
“autoware_build_flags”, but CMake did not find one.

解决办法:注释 #find_package(autoware_build_flags REQUIRED)

  1. 出现问题,Could NOT find rosinterface (missing: rosinterface_DIR)

CMake Error at /opt/ros/melodic/share/catkin/cmake/catkinConfig.cmake:83 (find_package):
Could not find a package configuration file provided by “rosinterface” with
any of the following names:
rosinterfaceConfig.cmake
rosinterface-config.cmake

  1. 出现问题, make[2]: *** No rule to make target '/usr/lib/x86_64-linux-gnu/libopencv_core.so.3.2.0', needed by '/home/philtell/autoware.ai-1.11.0/ros/devel/lib/vectacam/vectacam_node'. Stop.
  2. 出现问题,camera_lidar/ls_calibration/calibration_camera_lidar/CalibrationToolkit/calibrationtoolkit.h:30:20: fatal error: nlopt.hpp: No such file or directory
    从https://github.com/stevengj/nlopt 下载nlopt并编译即可

发表评论

表情:
评论列表 (有 0 条评论,939人围观)

还没有评论,来说两句吧...

相关阅读

    相关 配环境遇到那些

    大大小小也配过好几次环境了 我发现每次配环境就那些坑,有时候我自己都搞不清楚,但是做过了一些尝试之后就莫名其妙成功了。。。。 1.路径不能有中文 其实有的是可以有中