Skip to content

Commit

Permalink
Skip rosdep keys in nav2 that don't resolve
Browse files Browse the repository at this point in the history
Signed-off-by: Ryan Friedman <[email protected]>
  • Loading branch information
Ryanf55 committed Nov 28, 2024
1 parent 44621d2 commit 70b701d
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/industrial-ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -29,5 +29,11 @@ jobs:
- name: Set UPSTREAM_WORKSPACE to bring in nav2 as a source dependency
if: ${{ matrix.env.ROS_DISTRO == 'rolling' }}
run: echo "UPSTREAM_WORKSPACE=https://raw.githubusercontent.com/ANYbotics/grid_map/rolling/tools/ros2_dependencies.repos" >> $GITHUB_ENV
# We duplicate NAV2's key skipping because I doubt they intend this bespoke file to be used by other CI jobs:
# https://github.com/ros-navigation/navigation2/blob/main/tools/skip_keys.txt
# It also is out of date, so grid_map is just going to skip keys we are sure don't work.
- name: set ROSDEP_SKIP_KEYS to skip nav2 keys
if: ${{ matrix.env.ROS_DISTRO == 'rolling' }}
run: echo "ROSDEP_SKIP_KEYS=slam_toolbox" >> $GITHUB_ENV
- uses: 'ros-industrial/industrial_ci@master'
env: ${{matrix.env}}

0 comments on commit 70b701d

Please sign in to comment.