-
问题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
相关推荐
nenchoumi31191 天前
全网首发!Realsense 全新 D555 相机开箱记录与 D435i、L515、D456 横向测评!nenchoumi311919 天前
手持 Mid360 + RealSense 相机 + Jetson Orin 一体平台lxmyzzs21 天前
基于深度学习CenterPoint的3D目标检测部署实战MintonLee复现侠1 个月前
记录RK3588的docker中启动rviz2报错Mr.Winter`1 个月前
运动规划实战案例 | 基于多源流场(Flow Field)的路径规划(附ROS C++/Python实现)Tipriest_1 个月前
wstool和git submodule优劣势对比zylyehuo1 个月前
ROS1(20.04 noetic) + PX4 + AirSim想要成为计算机高手1 个月前
11. isaacsim4.2教程-Transform 树与OdometryZhichao_972 个月前
【ROS1】09-ROS通信机制——参数服务器想要成为计算机高手2 个月前
10. isaacsim4.2教程-RTX Lidar 传感器