StoglRobotics / ros_team_workspace

RosTeamWorkspace is a framework for boosting collaboration in teams when developing software for robots using Robot Operating System (ROS1 and ROS2).
https://rtw.stoglrobotics.de
Apache License 2.0
89 stars 18 forks source link

rosdep init fails to solve when creating docker container by running "setup-ros-workspace-docker ws_name humble" #148

Closed Robotgir closed 5 months ago

Robotgir commented 1 year ago

Hello , rosdep init fails when creating a docker container with command "setup-ros-workspace-docker ws_name humble "

followed the documentation here and here

41.64 ERROR: cannot download default sources list from: 41.64 https://raw.githubusercontent.com/ros/rosdistro/master/rosdep/sources.list.d/20-default.list 41.64 Website may be down.

Dockerfile:51

50 | RUN nala update && DEBIAN_FRONTEND=noniteractive nala install -y ros-humble-desktop python3-colcon-common-extensions python3-vcstool 51 | >>> RUN pip install -U rosdep && \ 52 | >>> rosdep init

attaching a screenshot with the error

Any feedback to resolve this please! Thanks in advance!

rosdeperror

destogl commented 1 year ago

Hi @Robotgir,

nice to see you again!

We had similar issues in one project- there were the issues in python which I don't see here. So my guess is that you lost internet connection at that moment or the page is not accessible. Can you justtry to run it again. If this repeates, can you add command in the Dockerfile - standard or nvidia - depending what you are using, that output the content the "20-default.list" file. This should give us some more information.