Skip to content

Commit aa14f28

Browse files
committed
Fix CI
Signed-off-by: Francisco Martín Rico <[email protected]>
1 parent 407c247 commit aa14f28

6 files changed

+29
-25
lines changed

.github/workflows/plansys2_bt_example.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -32,6 +32,6 @@ jobs:
3232
with:
3333
package-name: plansys2_bt_example
3434
target-ros2-distro: rolling
35-
vcs-repo-file-url: ${GITHUB_WORKSPACE}/dependency_repos.repos
35+
vcs-repo-file-url: ${GITHUB_WORKSPACE}/plansys2.repos
3636
colcon-mixin-name: coverage-gcc
3737
colcon-mixin-repository: https://raw.githubusercontent.com/colcon/colcon-mixin-repository/master/index.yaml

.github/workflows/plansys2_cascade_example.yaml

+6-6
Original file line numberDiff line numberDiff line change
@@ -20,18 +20,18 @@ jobs:
2020
steps:
2121
- name: Install popf deps
2222
run: sudo apt-get install libfl-dev
23+
- uses: actions/checkout@v2
2324
- name: Setup ROS 2
24-
uses: ros-tooling/setup-ros@0.6.3
25+
uses: ros-tooling/setup-ros@0.7.1
2526
with:
2627
required-ros-distributions: rolling
27-
- name: Create custom repos
28-
run: wget -O /tmp/all.repos https://raw.githubusercontent.com/PlanSys2/ros2_planning_system_examples/rolling/plansys2.repos
28+
- name: Install BT.CPP v4 and test_msgs (provisional Fix)
29+
run: sudo apt-get install ros-rolling-behaviortree-cpp ros-rolling-test-msgs
2930
- name: build and test
30-
uses: ros-tooling/[email protected].5
31+
uses: ros-tooling/[email protected].6
3132
with:
3233
package-name: plansys2_cascade_example
3334
target-ros2-distro: rolling
34-
vcs-repo-file-url: /tmp/all.repos
35+
vcs-repo-file-url: ${GITHUB_WORKSPACE}/plansys2.repos
3536
colcon-mixin-name: coverage-gcc
3637
colcon-mixin-repository: https://raw.githubusercontent.com/colcon/colcon-mixin-repository/master/index.yaml
37-

.github/workflows/plansys2_multidomain_example.yaml

+6-6
Original file line numberDiff line numberDiff line change
@@ -20,18 +20,18 @@ jobs:
2020
steps:
2121
- name: Install popf deps
2222
run: sudo apt-get install libfl-dev
23+
- uses: actions/checkout@v2
2324
- name: Setup ROS 2
24-
uses: ros-tooling/setup-ros@0.6.3
25+
uses: ros-tooling/setup-ros@0.7.1
2526
with:
2627
required-ros-distributions: rolling
27-
- name: Create custom repos
28-
run: wget -O /tmp/all.repos https://raw.githubusercontent.com/PlanSys2/ros2_planning_system_examples/rolling/plansys2.repos
28+
- name: Install BT.CPP v4 and test_msgs (provisional Fix)
29+
run: sudo apt-get install ros-rolling-behaviortree-cpp ros-rolling-test-msgs
2930
- name: build and test
30-
uses: ros-tooling/[email protected].5
31+
uses: ros-tooling/[email protected].6
3132
with:
3233
package-name: plansys2_multidomain_example
3334
target-ros2-distro: rolling
34-
vcs-repo-file-url: /tmp/all.repos
35+
vcs-repo-file-url: ${GITHUB_WORKSPACE}/plansys2.repos
3536
colcon-mixin-name: coverage-gcc
3637
colcon-mixin-repository: https://raw.githubusercontent.com/colcon/colcon-mixin-repository/master/index.yaml
37-

.github/workflows/plansys2_patrol_navigation_example.yaml

+6-6
Original file line numberDiff line numberDiff line change
@@ -20,18 +20,18 @@ jobs:
2020
steps:
2121
- name: Install popf deps
2222
run: sudo apt-get install libfl-dev
23+
- uses: actions/checkout@v2
2324
- name: Setup ROS 2
24-
uses: ros-tooling/setup-ros@0.6.3
25+
uses: ros-tooling/setup-ros@0.7.1
2526
with:
2627
required-ros-distributions: rolling
27-
- name: Create custom repos
28-
run: wget -O /tmp/all.repos https://raw.githubusercontent.com/PlanSys2/ros2_planning_system_examples/rolling/plansys2.repos
28+
- name: Install BT.CPP v4 and test_msgs (provisional Fix)
29+
run: sudo apt-get install ros-rolling-behaviortree-cpp ros-rolling-test-msgs
2930
- name: build and test
30-
uses: ros-tooling/[email protected].5
31+
uses: ros-tooling/[email protected].6
3132
with:
3233
package-name: plansys2_patrol_navigation_example
3334
target-ros2-distro: rolling
34-
vcs-repo-file-url: /tmp/all.repos
35+
vcs-repo-file-url: ${GITHUB_WORKSPACE}/plansys2.repos
3536
colcon-mixin-name: coverage-gcc
3637
colcon-mixin-repository: https://raw.githubusercontent.com/colcon/colcon-mixin-repository/master/index.yaml
37-

.github/workflows/plansys2_simple_example.yaml

+6-6
Original file line numberDiff line numberDiff line change
@@ -20,18 +20,18 @@ jobs:
2020
steps:
2121
- name: Install popf deps
2222
run: sudo apt-get install libfl-dev
23+
- uses: actions/checkout@v2
2324
- name: Setup ROS 2
24-
uses: ros-tooling/setup-ros@0.6.3
25+
uses: ros-tooling/setup-ros@0.7.1
2526
with:
2627
required-ros-distributions: rolling
27-
- name: Create custom repos
28-
run: wget -O /tmp/all.repos https://raw.githubusercontent.com/PlanSys2/ros2_planning_system_examples/rolling/plansys2.repos
28+
- name: Install BT.CPP v4 and test_msgs (provisional Fix)
29+
run: sudo apt-get install ros-rolling-behaviortree-cpp ros-rolling-test-msgs
2930
- name: build and test
30-
uses: ros-tooling/[email protected].5
31+
uses: ros-tooling/[email protected].6
3132
with:
3233
package-name: plansys2_simple_example
3334
target-ros2-distro: rolling
34-
vcs-repo-file-url: /tmp/all.repos
35+
vcs-repo-file-url: ${GITHUB_WORKSPACE}/plansys2.repos
3536
colcon-mixin-name: coverage-gcc
3637
colcon-mixin-repository: https://raw.githubusercontent.com/colcon/colcon-mixin-repository/master/index.yaml
37-

plansys2.repos

+4
Original file line numberDiff line numberDiff line change
@@ -7,3 +7,7 @@ repositories:
77
type: git
88
url: https://github.com/fmrico/navigation2
99
version: nav2_msgs_only
10+
cascade_lifecycle:
11+
type: git
12+
url: https://github.com/fmrico/cascade_lifecycle.git
13+
version: rolling

0 commit comments

Comments
 (0)