File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 3838 - name : Use rosdep to install remaining dependencies
3939 run : |
4040 sudo rosdep init
41- rosdep update
41+ rosdep update --include-eol-distros
4242 rosdep install --from-paths src -i -y --rosdistro ${{ matrix.rosdistro }}
4343 - name : Build
4444 run : |
Original file line number Diff line number Diff line change @@ -21,7 +21,7 @@ COPY . /ws/src/imu_tools
2121WORKDIR /ws
2222
2323# Use rosdep to install all dependencies (including ROS itself)
24- RUN rosdep init && rosdep update && apt-get update -qq && rosdep install --from-paths src -i -y --rosdistro noetic \
24+ RUN rosdep init && rosdep update --include-eol-distros && apt-get update -qq && rosdep install --from-paths src -i -y --rosdistro noetic \
2525 && rm -rf /var/lib/apt/lists/*
2626
2727RUN /bin/bash -c "source /opt/ros/noetic/setup.bash && \
You can’t perform that action at this time.
0 commit comments