美文网首页Deep Learning
RLException: [usb_cam_detector.l

RLException: [usb_cam_detector.l

作者: yuanthu | 来源:发表于2021-08-17 10:32 被阅读0次

这是因为setup.bash文件没有进一步说明包的来源,解决方法是运行devel中的bash

source catkin_ws/devel/setup.bash

也可以将其加入bashrc中,

# 打开bashrc
gedit ~/.bashrc
# 在最后添加
source catkin_ws/devel/setup.bash

相关文章

网友评论

    本文标题:RLException: [usb_cam_detector.l

    本文链接:https://www.haomeiwen.com/subject/haouvltx.html