Skip to content

Commit 81d9c97

Browse files
authored
add ci for jazzy, fix src deps, fix humble ci (#11)
* add ci for jazzy, fix src deps, fix humble ci * remove flake8
1 parent 7ef8f01 commit 81d9c97

File tree

6 files changed

+29
-9
lines changed

6 files changed

+29
-9
lines changed

.github/workflows/humble.yaml

Lines changed: 7 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,17 @@
1-
name: Humble CI - Build and Test
1+
name: Humble CI
22

33
on:
44
push:
55
branches:
6-
- 'humble'
6+
- 'main'
77
pull_request:
88
workflow_dispatch:
99
branches:
1010
- '*'
1111

1212
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

.github/workflows/jazzy.yaml

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,17 @@
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

README.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,6 @@
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+
14
<div align="center">
25
<h1>
36
Mesh Navigation Tutorials

mesh_navigation_tutorials/package.xml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,6 @@
2626
<test_depend>ament_lint_auto</test_depend>
2727
<test_depend>ament_cmake_copyright</test_depend>
2828
<test_depend>ament_cmake_cppcheck</test_depend>
29-
<test_depend>ament_cmake_flake8</test_depend>
3029
<test_depend>ament_cmake_pep257</test_depend>
3130
<test_depend>ament_cmake_uncrustify</test_depend>
3231

mesh_navigation_tutorials_sim/package.xml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,6 @@
2424
<test_depend>ament_lint_auto</test_depend>
2525
<test_depend>ament_cmake_copyright</test_depend>
2626
<test_depend>ament_cmake_cppcheck</test_depend>
27-
<test_depend>ament_cmake_flake8</test_depend>
2827
<test_depend>ament_cmake_pep257</test_depend>
2928
<test_depend>ament_cmake_uncrustify</test_depend>
3029

source_dependencies.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,11 +8,11 @@ repositories:
88
mesh_tools:
99
type: git
1010
url: https://github.com/naturerobots/mesh_tools.git
11-
version: humble
11+
version: main
1212
mesh_navigation:
1313
type: git
1414
url: https://github.com/naturerobots/mesh_navigation.git
15-
version: humble
15+
version: main
1616
move_base_flex:
1717
type: git
1818
url: https://github.com/naturerobots/move_base_flex.git

0 commit comments

Comments
 (0)