File tree Expand file tree Collapse file tree 6 files changed +29
-9
lines changed
mesh_navigation_tutorials_sim
mesh_navigation_tutorials Expand file tree Collapse file tree 6 files changed +29
-9
lines changed Original file line number Diff line number Diff line change 1
- name : Humble CI - Build and Test
1
+ name : Humble CI
2
2
3
3
on :
4
4
push :
5
5
branches :
6
- - ' humble '
6
+ - ' main '
7
7
pull_request :
8
8
workflow_dispatch :
9
9
branches :
10
10
- ' *'
11
11
12
12
jobs :
13
- build_and_test :
14
- uses : naturerobots/github_automation_public/.github/workflows/humble_ci.yaml@main
15
- secrets : inherit
13
+ humble_build_and_test :
14
+ uses : naturerobots/github_automation_public/.github/workflows/ros_ci.yaml@main
15
+ secrets : inherit
16
+ with :
17
+ ros_distro : humble
Original file line number Diff line number Diff line change
1
+ name : Jazzy CI
2
+
3
+ on :
4
+ push :
5
+ branches :
6
+ - ' main'
7
+ pull_request :
8
+ workflow_dispatch :
9
+ branches :
10
+ - ' *'
11
+
12
+ jobs :
13
+ jazzy_build_and_test :
14
+ uses : naturerobots/github_automation_public/.github/workflows/ros_ci.yaml@main
15
+ secrets : inherit
16
+ with :
17
+ ros_distro : jazzy
Original file line number Diff line number Diff line change
1
+ [ ![ Jazzy CI] ( https://github.com/naturerobots/mesh_navigation_tutorials/actions/workflows/jazzy.yaml/badge.svg )] ( https://github.com/naturerobots/mesh_navigation_tutorials/actions/workflows/jazzy.yaml )
2
+ [ ![ Humble CI] ( https://github.com/naturerobots/mesh_navigation_tutorials/actions/workflows/humble.yaml/badge.svg )] ( https://github.com/naturerobots/mesh_navigation_tutorials/actions/workflows/humble.yaml )
3
+
1
4
<div align =" center " >
2
5
<h1 >
3
6
Mesh Navigation Tutorials
Original file line number Diff line number Diff line change 26
26
<test_depend >ament_lint_auto</test_depend >
27
27
<test_depend >ament_cmake_copyright</test_depend >
28
28
<test_depend >ament_cmake_cppcheck</test_depend >
29
- <test_depend >ament_cmake_flake8</test_depend >
30
29
<test_depend >ament_cmake_pep257</test_depend >
31
30
<test_depend >ament_cmake_uncrustify</test_depend >
32
31
Original file line number Diff line number Diff line change 24
24
<test_depend >ament_lint_auto</test_depend >
25
25
<test_depend >ament_cmake_copyright</test_depend >
26
26
<test_depend >ament_cmake_cppcheck</test_depend >
27
- <test_depend >ament_cmake_flake8</test_depend >
28
27
<test_depend >ament_cmake_pep257</test_depend >
29
28
<test_depend >ament_cmake_uncrustify</test_depend >
30
29
Original file line number Diff line number Diff line change @@ -8,11 +8,11 @@ repositories:
8
8
mesh_tools :
9
9
type : git
10
10
url : https://github.com/naturerobots/mesh_tools.git
11
- version : humble
11
+ version : main
12
12
mesh_navigation :
13
13
type : git
14
14
url : https://github.com/naturerobots/mesh_navigation.git
15
- version : humble
15
+ version : main
16
16
move_base_flex :
17
17
type : git
18
18
url : https://github.com/naturerobots/move_base_flex.git
You can’t perform that action at this time.
0 commit comments