-
问题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
相关推荐
古月居GYH20 天前
边缘计算与ROS结合:如何实现分布式机器人智能决策?古月居GYH23 天前
ROS应用之SwarmSim在ROS 中的协同路径规划陈傻鱼1 个月前
ROS2测试仿真Mr.Winter`1 个月前
轨迹优化 | 基于ESDF的非线性最小二乘法路径平滑(附ROS C++仿真)kuan_li_lyg1 个月前
ROS2 与机器人视觉入门教程(ROS2 OpenCV)两棵雪松1 个月前
为什么使用ROS的remap标签不起作用?加点油。。。。1 个月前
ubuntu22.4 ROS2 安装gazebo(环境变量配置)Mr.Winter`1 个月前
轨迹优化 | 基于贝塞尔曲线的无约束路径平滑与粗轨迹生成(附ROS C++/Python仿真)worthsen1 个月前
ROS1 与 ROS2 使用区别 【命令】Mr.Winter`1 个月前
无人船 | 图解推导三自由度USV的运动学和动力学建模