-
问题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
相关推荐
提伯斯64618 小时前
解决 PX4 + ROS px4ctrl 「No odom!」自动起飞失败问题大鹅同志1 天前
Ubuntu 20.04使用MB-System分析与可视化EM3000数据Agilex松灵机器人1 天前
持续更新|第十七弹:用LIMO复现一篇IEEE论文liiiuzy9 天前
基于move_base的机器狗定位与导航Mr.Winter`10 天前
运动规划实战案例 | 基于采样的MPC控制(MPPI)算法(附ROS C++/Python仿真)滴啦嘟啦哒12 天前
【机械臂】【基本驱动】三、对于夹取物体bug的最新解决滴啦嘟啦哒14 天前
【机械臂】【基本驱动】二、在gazebo中实现机械臂运动学逆解及物体夹取Sereinc.Y15 天前
【移动机器人运动规划(ROS)】03_ROS话题-服务-动作花花少年15 天前
快速体验ROS通信之服务(Service)机制疯狂的doctor18 天前
conda和ros2 humble共存,rclpy引入失败