一键安装rosdepc失败,一键安装Cartographer失败
-
检测到程序发生异常退出,请打开:https://fishros.org.cn/forum 携带如下内容进行反馈
标题:使用一键安装过程中遇到程序崩溃
Traceback (most recent call last): File "/tmp/fishinstall/install.py", line 134, in <module> main() File "/tmp/fishinstall/install.py", line 123, in main run_tool_file(tools[code]['tool'].replace("/",".")) File "/tmp/fishinstall/tools/base.py", line 1478, in run_tool_file if tool.run()==False: return False File "/tmp/fishinstall/tools/tool_config_rosdep.py", line 94, in run self.install_rosdepc() File "/tmp/fishinstall/tools/tool_config_rosdep.py", line 85, in install_rosdepc PrintUtils.print_warning("安装失败,尝试使用其他方式安装...") AttributeError: type object 'PrintUtils' has no attribute 'print_warning'
本次运行详细日志文件已保存至 /tmp/fishros_install.log
-
@2212 我也遇到了。解决方法:不用一键安装指令,复制安装rosdepc指令,把--break-system-packages这个参数去掉进行安装,就能安装成功。之后再执行sudo rosdepc init和rosdepc update
-
@小树苗zzsquzz 谢谢哥