-
问题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
相关推荐
小烤箱2 天前
ROS2 学习资源与学习方法暂未成功人士!2 天前
ROS 核心知识点和常用的命令行详细总结小烤箱3 天前
什么是 ROS2:机器人软件的数据加工工业园区feasibility.4 天前
ROS2+Gazebo+VLM服务:纯仿真环境下的具身智能闭环系统| 大脑-小脑分离控制前网易架构师-高司机7 天前
ROS2 Jazzy+Gazebo Harmonic 环境下,用 URDF 搭建机器人,配置物理属性、插件与桥接,修复车轮和激光雷达故障 (手把手保姆级教程)波特率11520017 天前
在ROS2当中两种rmw比较(CycloneDDS和FastDDS)kobesdu21 天前
【ROS2实战笔记-19】ROS2 生命周期节点的启动顺序、状态转换陷阱与热备方案波特率11520022 天前
ROS2当中的几个关键的环境变量勤自省22 天前
ROS2从入门到“重启解决”:21讲8~12章踩坑血泪史与核心总结kobesdu23 天前
【ROS2实战笔记-20】ROS2 bag 录播与时间模拟:从基础操作到高级调试技巧