-
Notifications
You must be signed in to change notification settings - Fork 452
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #163 from ROBOTIS-GIT/ros2-devel
Ros2 devel
- Loading branch information
Showing
110 changed files
with
1,571 additions
and
3,795 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -6,22 +6,22 @@ name: Lint | |
# events but only for the master branch | ||
on: | ||
push: | ||
branches: [ ros2, ros2-devel, dashing-devel, foxy-devel, galactic-devel ] | ||
branches: [ ros2, ros2-devel, foxy-devel, galactic-devel ] | ||
pull_request: | ||
branches: [ ros2, ros2-devel ] | ||
branches: [ ros2, ros2-devel, foxy-devel, galactic-devel ] | ||
|
||
# A workflow run is made up of one or more jobs that can run sequentially or in parallel | ||
jobs: | ||
ament_lint_dashing: | ||
runs-on: ubuntu-18.04 | ||
ament_lint_foxy: | ||
runs-on: ubuntu-20.04 | ||
strategy: | ||
fail-fast: false | ||
matrix: | ||
linter: [copyright, cppcheck, cpplint, flake8, pep257, xmllint] | ||
distribution: [dashing] | ||
distribution: [foxy] | ||
steps: | ||
- uses: actions/checkout@v1 | ||
- uses: ros-tooling/setup-ros@v0.1 | ||
- uses: ros-tooling/setup-ros@0.2.1 | ||
- uses: ros-tooling/[email protected] | ||
with: | ||
distribution: ${{ matrix.distribution }} | ||
|
@@ -31,16 +31,16 @@ jobs: | |
turtlebot3_fake_node | ||
turtlebot3_gazebo | ||
|
||
ament_lint_foxy: | ||
ament_lint_galactic: | ||
runs-on: ubuntu-20.04 | ||
strategy: | ||
fail-fast: false | ||
matrix: | ||
linter: [copyright, cppcheck, cpplint, flake8, pep257, xmllint] | ||
distribution: [foxy] | ||
distribution: [galactic] | ||
steps: | ||
- uses: actions/checkout@v1 | ||
- uses: ros-tooling/setup-ros@v0.1 | ||
- uses: ros-tooling/setup-ros@0.2.1 | ||
- uses: ros-tooling/[email protected] | ||
with: | ||
distribution: ${{ matrix.distribution }} | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.