We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a3948ec commit 2d48105Copy full SHA for 2d48105
.github/deps.repos
@@ -3,3 +3,7 @@ repositories:
3
type: git
4
url: https://github.com/Fields2Cover/Fields2Cover.git
5
version: main
6
+ navigation2:
7
+ type: git
8
+ url: https://github.com/ros-planning/navigation2/
9
+ version: main
.github/workflows/test.yml
@@ -16,7 +16,7 @@ jobs:
16
strategy:
17
fail-fast: false
18
matrix:
19
- ros_distro: [iron]
+ ros_distro: [rolling]
20
steps:
21
- uses: actions/checkout@v2
22
- name: Install Cyclone DDS
0 commit comments