-
问题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
相关推荐
MintonLee复现侠6 天前
记录RK3588的docker中启动rviz2报错Mr.Winter`9 天前
运动规划实战案例 | 基于多源流场(Flow Field)的路径规划(附ROS C++/Python实现)Tipriest_12 天前
wstool和git submodule优劣势对比zylyehuo22 天前
ROS1(20.04 noetic) + PX4 + AirSim想要成为计算机高手24 天前
11. isaacsim4.2教程-Transform 树与OdometryZhichao_971 个月前
【ROS1】09-ROS通信机制——参数服务器想要成为计算机高手1 个月前
10. isaacsim4.2教程-RTX Lidar 传感器城北有个混子1 个月前
【机器人】—— 3. ROS 架构 & 文件系统Mr.Winter`1 个月前
轨迹优化 | 基于边界中间值问题(BIVP)的路径平滑求解器(附C++/Python仿真)Hi202402171 个月前
基于ROS2进行相机标定,并通过测试相机到棋盘格之间的距离进行验证