小鱼 ROS 2 新书上线!点击链接查看, 新书配套视频点击链接查看。
提问前必看的发帖注意事项—— 提问前必看!不符合要求的问题拒绝回答!!
社区使用指南—如何添加标签修改密码
树莓派一键安装错误
-
欢迎使用一键安装ROS和ROS2,支持树莓派Jetson,本工具由作者小鱼提供
欢迎使用ROS开箱子工具,本工具由[鱼香ROS]小鱼贡献..
Traceback (most recent call last):
File "/tmp/fishinstall/install.py", line 88, in <module>
main()
File "/tmp/fishinstall/install.py", line 81, in main
run_tool_file(tools[code]['tool'].replace(url_prefix,'').replace("/","."))
File "/tmp/fishinstall/tools/base.py", line 1221, in run_tool_file
if tool.run()==False: return False
File "/tmp/fishinstall/tools/tool_install_ros.py", line 369, in run
self.install_ros()
File "/tmp/fishinstall/tools/tool_install_ros.py", line 356, in install_ros
if not self.support_install(): return False
File "/tmp/fishinstall/tools/tool_install_ros.py", line 258, in support_install
if (osversion.get_codename() not in ros_dist_dic.keys()) and (osversion.get_codename() not in ros2_dist_dic.keys()):
File "/tmp/fishinstall/tools/base.py", line 684, in get_codename
self.detect_os()
File "/tmp/fishinstall/tools/base.py", line 644, in detect_os
raise OsNotDetected("Could not detect OS, tried %s" % attempted)
tools.base.OsNotDetected: Could not detect OS, tried ['zorin', 'windows', 'nixos', 'clearlinux', 'ubuntu', 'slackware', 'rocky', 'rhel', 'qnx', 'pop', 'osx', 'sailfishos', 'tizen', 'oracle', 'opensuse', 'opensuse', 'opensuse', 'opensuse', 'opensuse', 'openembedded', 'neon', 'mx', 'mint', 'linaro', 'gentoo', 'funtoo', 'freebsd', 'fedora', 'elementary', 'elementary', 'debian', 'cygwin', 'euleros', 'centos', 'manjaro', 'buildroot', 'arch', 'amazon', 'alpine', 'almalinux'] -
raise OsNotDetected("Could not detect OS, tried %s" % attempted)
需要手动给一个系统版本出来,具体可以参考:https://blog.csdn.net/qq_20702449/article/details/108929179
-
@小鱼 我没有那个文件呀,下载lsb也下载不了,我有换了个老的镜像再试试