根据链接 https://blog.csdn.net/sinat_23853639/article/details/88044019 安装

安装ROS包的时候,catkin_make clean 出现Invoking "cmake" failed的错误。

提示not found  ddynamic_reconfigure etc.

主要是因为没有安装ddynamic_reconfigure的package

通过链接https://github.com/pal-robotics/ddynamic_reconfigure/tree/kinetic-devel下载包,解压到catkin/src空间,使用catkin_make安装即可。

 

 


参考链接:

https://blog.csdn.net/weixin_41969600/article/details/96898356

https://blog.csdn.net/sinat_23853639/article/details/88044019

相关文章:

  • 2021-04-13
  • 2021-09-28
  • 2021-12-04
  • 2022-12-23
  • 2021-09-27
  • 2021-07-14
  • 2022-12-23
  • 2021-08-30
猜你喜欢
  • 2021-08-07
  • 2021-12-12
  • 2021-06-27
  • 2022-12-23
  • 2021-08-02
  • 2022-12-23
  • 2021-06-09
相关资源
相似解决方案