raise ResourceNotFound问题

2019-12-17  本文已影响0人  Janeshurmin

问题描述:

raise ResourceNotFound(name, ros_paths=self._ros_paths)
ResourceNotFound: better_flow
ROS path [0]=/opt/ros/kinetic/share/ros
ROS path [1]=/home/***/catkin_ws/src
ROS path [2]=/opt/ros/kinetic/share

解决方案

#复制文件,将文件复制到ros path下
sudo cp -r ~/catkin_ws/src/better_flow /opt/ros/kinetic/share
上一篇下一篇

猜你喜欢

热点阅读