小鱼 ROS 2 新书上线!点击链接查看, 新书配套视频点击链接查看。
提问前必看的发帖注意事项—— 提问前必看!不符合要求的问题拒绝回答!!
社区使用指南—如何添加标签修改密码
[FishBot] 9.0.2.配置助手介绍与下载
-
此回复已被删除! -
@小鱼![替代文字]wanghuan@wanghuan-virtual-machine:~/桌面$ sudo docker run -it --rm --privileged -v /dev:/dev -v /tmp/.X11-unix:/tmp/.X11-unix -e DISPLAY=unix$DISPLAY fishros2/fishbot-tool:v1.0.0.20230108 python3 main.py
Unable to find image 'fishros2/fishbot-tool:v1.0.0.20230108' locally
docker: Error response from daemon: Get "https://registry-1.docker.io/v2/": net/http: request canceled while waiting for connection (Client.Timeout exceeded while awaiting headers).
See 'docker run --help'.小鱼老师请问这是什么情况 -
@小鱼 在 [FishBot教程] 2.配置助手介绍与下载 中说:
一、下载配置助手
配置助手提供二进制/源码/Docker三种使用方式,最为推荐二进制方式。1.1 二进制下载运行
1.1.1 下载配置助手
Linux: https://github.com/fishros/fishbot_tool/releases/download/v1.2.3.alpha/fishbot_tool.v1.2.3.alpha.linux_amd64
Windows:
https://github.com/fishros/fishbot_tool/releases/download/v1.2.3.alpha/fishbot_tool.v1.2.3.alpha.win.exe
若下载失败可尝试使用代理下载,在原链接前增加前缀 http://github.fishros.org/ 即可,如Linux版本:用二进制的试试
-
@小鱼
以前打开配置助手都是正常的。
输入命令:$ xhost + && sudo docker run -it --rm --privileged -v /dev:/dev -v /tmp/.X11-unix:/tmp/.X11-unix -e DISPLAY=unix$DISPLAY fishros2/fishbot_tool:v1.1.1.alpha
输出结果:access control disabled, clients can connect from any host
Unable to find image 'fishros2/fishbot_tool:v1.1.1.alpha' locally
docker: Error response from daemon: Get "https://registry-1.docker.io/v2/": net/http: request canceled while waiting for connection (Client.Timeout exceeded while awaiting headers).
See 'docker run --help'.
做出的尝试:重启docker,无效
我的系统缺包,不能执行二进制文件
求救小鱼 -
@wushengxin 在 [FishBot教程] 2.配置助手介绍与下载 中说:
Unable to find image 'fishros2/fishbot_tool:v1.1.1.alpha' locally
docker: Error response from daemon: Get "https://registry-1.docker.io/v2/": net/http: request canceled while waiting for connection (Client.Timeout exceeded while awaiting headers).
See 'docker run --help'.docker 被墙了,所以推荐二进制吧
-
此回复已被删除! -
@小鱼 在 [FishBot教程] 2.配置助手介绍与下载 中说:
@wushengxin 打开终端,然后 ./文件名 运行下看看,会有日志提示
@小鱼 我显示的是这个 没有那个文件或目录 我是复制粘贴的也是打不开
-
@2262702505 需要到可执行文件同级目录执行才有效,不行你就用windows版本吧
-
-
鱼大大你好,输入nebil@Nebil:~$ xhost + && sudo docker run -it --rm --privileged -v /dev:/dev -v /tmp/.X11-unix:/tmp/.X11-unix -e DISPLAY=unix$DISPLAY fishros2/fishbot_tool:v1.1.1.alpha
出现下面的报错:
access control disabled, clients can connect from any host
Unable to find image 'fishros2/fishbot_tool:v1.1.1.alpha' locally
docker: Error response from daemon: Get "https://registry-1.docker.io/v2/": net/http: request canceled while waiting for connection (Client.Timeout exceeded while awaiting headers).
See 'docker run --help'.
我看过你之前的解决方案,我没有开什么代理,不知道为什么,卡好久了,求求回答 -
@乐 用二进制版本的,看一下我B站最新视频,有介绍