Skip to content

Specify rosdistro to rosdep update will get packages for EOL distros like galactic #67

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
wants to merge 2 commits into
base: main
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 2 additions & 0 deletions ros2_docker/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,8 @@ ENV ROS_DISTRO=galactic
ENV GROUP_NAME=ros
ENV WS_NAME=colcon_ws

RUN wget -q -O - https://dl.google.com/linux/linux_signing_key.pub | apt-key add -

RUN echo "Set disable_coredump false" >> /etc/sudo.conf
RUN apt-get update -q && \
apt-get upgrade -yq && \
Expand Down
2 changes: 1 addition & 1 deletion ros2_docker/ros2-setup.bash
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,6 @@ python3 -m pip install --no-warn-script-location \

source /opt/ros/${ROS_DISTRO}/setup.bash
cd ~/$WS_NAME
rosdep update
rosdep update --rosdistro $ROS_DISTRO
rosdep install -yrq --from-paths src --ignore-src --rosdistro $ROS_DISTRO
colcon build