Ubuntu-ROSTAB补全错误

xiaoxiao2021-02-28  76

使用ROS时,按下table自动补全时产生以下错误:  [rospack] Warning: error while crawling /home/$USER: boost::filesystem::status: Permission denied: “/home$USER/.gvfs” 解决方案 打开终端输入: $ sudo umount /home/$USER/.gvfs     //将$USER换成你的username $ sudo rm -rf ~/.gvfs/ 搞定
转载请注明原文地址: https://www.6miu.com/read-76850.html

最新回复(0)