-
问题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
相关推荐
曹勖之3 天前
在MATLAB中使用自定义的ROS2消息冀晓武5 天前
Ubuntu22.04 安装 ROS2 Humble干啥都是小小白6 天前
话题通信之python实现徐行tag12 天前
ROS架构Mr.Winter`13 天前
运动规划实战案例 | 图解基于状态晶格(State Lattice)的路径规划(附ROS C++/Python仿真)略无慕艳意15 天前
【教程】Ubuntu 16.04 配置 CLion 开发 ROS MelodicTipriest_16 天前
足式机器人经典控制常用的ROS库介绍Mr.Winter`20 天前
深度强化学习 | 基于SAC算法的移动机器人路径跟踪(附Pytorch实现)白云千载尽22 天前
相机、雷达标定工具,以及雷达自动标定的思路别让别人觉得你做不到1 个月前
Ros工作空间