-
问题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,然后通过下面的命令源码安装bashcd path to APACE git clone https://github.com/stevengj/nlopt.git cd nlopt mkdir build && cd build cmake .. make sudo make install
港科大APACE复现问题
@MGod吾2024-06-27 18:01
相关推荐
杰仔coding10 小时前
ROS 运动规划器对比分析再遇当年3 天前
因为研究平台arm,RK3588交叉编译误把我笔记本X86平台的/x86_64-linux-gnu文件删除,导致联想拯救者笔记本中的ubuntu系统损坏nandycooh7 天前
Ubuntu22.04.5安装ROS2教程(使用鱼香ROS工具)奔跑的花短裤7 天前
ROS2安装liiiuzy11 天前
fastlio2建图与重定位 neotic ubuntu20.04FateRing13 天前
ros2的turtlebot3_gazebo仿真加深度相机老黄编程16 天前
Gazebo Classic 11 与 Gazebo Harmonic(Gazebo Sim) 的功能对比总结kyle~16 天前
虚拟仪器LabView(VI)BestOrNothing_201516 天前
Ubuntu 一键安装 ROS 全流程( 鱼香ROS 一键脚本)老黄编程17 天前
旧版 gazebo11 和 新版Gazebo Jetty差异性比较