qcr / benchbot

BenchBot is a tool for seamlessly testing & evaluating semantic scene understanding tools in both realistic 3D simulation & on real robots
BSD 3-Clause "New" or "Revised" License
110 stars 12 forks source link

bug for REINSTALL #33

Closed rex131 closed 3 years ago

rex131 commented 3 years ago

the benchbot have somthing wrong so i try to reinstall the banchbot. i have the bug which i have never met before. here the details:

Step 8/36 : RUN sudo rosdep init && rosdep update && mkdir -p ros_ws/src && source /opt/ros/melodic/setup.bash && pushd ros_ws && catkin_make && source devel/setup.bash && popd ---> Running in 633b142b6ebb ERROR: cannot download default sources list from: https://raw.githubusercontent.com/ros/rosdistro/master/rosdep/sources.list.d/20-default.list Website may be down. The command '/bin/bash -c sudo rosdep init && rosdep update && mkdir -p ros_ws/src && source /opt/ros/melodic/setup.bash && pushd ros_ws && catkin_make && source devel/setup.bash && popd' returned a non-zero code: 4

i guess it is because the internet, but i have tried too many ways but just cannot fix it.

btalb commented 3 years ago

Given the link definitely resolves, this seems to be caused by local network issues (either the proxy issues you were describing in another issue, or general network issues).

I would recommend testing any failed links manually @rex131 to ensure that the issue is in fact with BenchBot (e.g. if the link works on your machine, but not within BenchBot install scripts).

It's important when testing them to do them under the same conditions as what you run BenchBot scripts (in terminal, same environment variables, etc.). It may be best to contact your system maintainer for connectivity issues, as there's not much I can do from here unfortunately.