-
问题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
相关推荐
Stuomasi_xiaoxin2 天前
如何Ubuntu 22.04.5 LTS 64 位 操作系统部署运行SLAM3! 详细流程Mr.Winter`2 天前
无人船 | 图解基于PID控制的路径跟踪算法(以欠驱动无人艇Otter为例)MocapLeader4 天前
新型多机器人协作运输系统,轻松应对复杂路面Mr.Winter`4 天前
无人船 | 图解基于PID控制的路径跟踪算法(以全驱动无人艇WAMV为例)sanzk10 天前
Ubuntu18.04 ROS Melodic安装kyle~12 天前
ROS2---std_msgs基础消息包hillstream317 天前
ROS2学习笔记1-起步的程序Mr.Winter`17 天前
运动规划实战案例 | 基于四叉树分解的路径规划(附ROS C++/Python仿真)DW_DROME19 天前
ROS2 多机时间同步(Chrony配置简明指南)Rorsion19 天前
ROS Master多设备连接