港科大APACE复现问题

  • 问题1:Could not find a package configuration file provided by "tf2_sensor_msgs"

  • 解决:sudo apt-get install ros-noetic-tf2-sensor-msgs

  • 问题2:CMake Error at APACE/trajectory/CMakeLists.txt:10 (find_package):

    By not providing "FindNLopt.cmake" in CMAKE_MODULE_PATH this project has

    asked CMake to find a package configuration file provided by "NLopt", but

    CMake did not find one.

    Could not find a package configuration file provided by "NLopt" with any of

    the following names:

    NLoptConfig.cmake

    nlopt-config.cmake

    Add the installation prefix of "NLopt" to CMAKE_PREFIX_PATH or set

    "NLopt_DIR" to a directory containing one of the above files. If "NLopt"

    provides a separate development package or SDK, be sure it has been

    installed.

  • 解决:Ubuntu20版本通过apt安装会出现错误,先卸载nlopt,sudo apt remove ros-noetic-nlopt,然后通过下面的命令源码安装

    bash 复制代码
    cd path to APACE
    git clone https://github.com/stevengj/nlopt.git
    cd nlopt
    mkdir build && cd build
    cmake ..
    make
    sudo make install
相关推荐
杰仔coding10 小时前
ROS 运动规划器对比分析
ros·运动规划
再遇当年3 天前
因为研究平台arm,RK3588交叉编译误把我笔记本X86平台的/x86_64-linux-gnu文件删除,导致联想拯救者笔记本中的ubuntu系统损坏
linux·arm开发·ros·gnu·交叉编译·x86
nandycooh7 天前
Ubuntu22.04.5安装ROS2教程(使用鱼香ROS工具)
ubuntu·ros
奔跑的花短裤7 天前
ROS2安装
ros·ros2·ros1
liiiuzy11 天前
fastlio2建图与重定位 neotic ubuntu20.04
ros·雷达建图·fastlio2
FateRing13 天前
ros2的turtlebot3_gazebo仿真加深度相机
ros·gazebo
老黄编程16 天前
Gazebo Classic 11 与 Gazebo Harmonic(Gazebo Sim) 的功能对比总结
ros·gazebo
kyle~16 天前
虚拟仪器LabView(VI)
c++·python·ros·labview
BestOrNothing_201516 天前
Ubuntu 一键安装 ROS 全流程( 鱼香ROS 一键脚本)
linux·ubuntu·ros·ros环境搭建·鱼香ros·一键安装ros
老黄编程17 天前
旧版 gazebo11 和 新版Gazebo Jetty差异性比较
ros·gazebo