Skip to content

Commit

Permalink
Use OSRF rosdep sources
Browse files Browse the repository at this point in the history
Signed-off-by: Ryan Friedman <[email protected]>
  • Loading branch information
Ryanf55 committed Feb 3, 2024
1 parent 129cafb commit 5f4965d
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/colcon.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,9 +39,9 @@ jobs:
run: |
apt-get update
DEBIAN_FRONTEND=noninteractive apt-get install --no-install-recommends -y python3
# Workaround to wait for upstream PR
# https://github.com/ros/rosdistro/pull/39772
echo "yaml https://raw.githubusercontent.com/ryanf55/rosdistro/gz-harmonic/rosdep/base.yaml" > /etc/ros/rosdep/sources.list.d/30-ryanf55.list
# Rosdep sources for non-standard versions
# https://gazebosim.org/docs/garden/ros_installation#using-an-specific-gazebo-version-with-ros-2
wget https://raw.githubusercontent.com/osrf/osrf-rosdep/master/gz/00-gazebo.list -O /etc/ros/rosdep/sources.list.d/00-gazebo.list
rosdep update
# Workaround for flake8 attribute error
# https://github.com/ArduPilot/ardupilot/pull/24277#issuecomment-1632833433
Expand Down

0 comments on commit 5f4965d

Please sign in to comment.