We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 450b3aa commit 30ed57eCopy full SHA for 30ed57e
.github/workflows/main.yml
@@ -1,4 +1,3 @@
1
-
2
name: CI
3
4
on: [push, pull_request]
@@ -8,7 +7,8 @@ jobs:
8
7
strategy:
9
matrix:
10
env:
11
- - {ROS_DISTRO: melodic, ROS_REPO: main, UPSTREAM_WORKSPACE: 'github:nobleo/mobile_robot_simulator#fix/install github:nobleo/tracking_pid#master'}
+ - {ROS_DISTRO: melodic, ROS_REPO: main, UPSTREAM_WORKSPACE: 'github:nobleo/tracking_pid#master'}
+ - {ROS_DISTRO: noetic, ROS_REPO: main, UPSTREAM_WORKSPACE: 'github:nobleo/tracking_pid#master'}
12
runs-on: ubuntu-latest
13
steps:
14
- uses: actions/checkout@v1
0 commit comments