Skip to content

Commit e6b8acf

Browse files
include dependencies critical without binaries (open-navigation#30)
* include dependencies critical without binaries * rolling * update image * removing cppcheck * remove author info * try local reference
1 parent e52f039 commit e6b8acf

File tree

4 files changed

+8
-3
lines changed

4 files changed

+8
-3
lines changed

.github/deps.repos

+5
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
repositories:
2+
Fields2Cover/Fields2Cover:
3+
type: git
4+
url: https://github.com/Fields2Cover/Fields2Cover.git
5+
version: main

.github/workflows/lint.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -7,11 +7,11 @@ jobs:
77
name: ament_${{ matrix.linter }}
88
runs-on: ubuntu-latest
99
container:
10-
image: rostooling/setup-ros-docker:ubuntu-focal-ros-iron-ros-base-latest
10+
image: rostooling/setup-ros-docker:ubuntu-jammy-ros-iron-ros-base-latest
1111
strategy:
1212
fail-fast: false
1313
matrix:
14-
linter: [copyright, xmllint, cppcheck, cpplint, uncrustify, pep257, flake8]
14+
linter: [copyright, xmllint, cpplint, uncrustify, pep257, flake8]
1515
steps:
1616
- uses: actions/checkout@v2
1717
- uses: ros-tooling/[email protected]

.github/workflows/test.yml

+1
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,7 @@ jobs:
2323
with:
2424
import-token: ${{ secrets.GITHUB_TOKEN }}
2525
target-ros2-distro: ${{ matrix.ros_distro }}
26+
vcs-repo-file-url: ./.github/deps.repos
2627
- uses: actions/upload-artifact@v1
2728
with:
2829
name: colcon-logs

opennav_coverage_msgs/package.xml

-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,6 @@
44
<name>opennav_coverage_msgs</name>
55
<version>0.0.1</version>
66
<description>A set of ROS interfaces for complete coverage planning</description>
7-
<author email="[email protected]">Steve Macenski</author>
87
<maintainer email="[email protected]">Steve Macenski</maintainer>
98
<license>Apache-2.0</license>
109

0 commit comments

Comments
 (0)