-
Notifications
You must be signed in to change notification settings - Fork 441
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 #144 from ROBOTIS-GIT/ros2-devel
prepare for release v2.2.2
- Loading branch information
Showing
17 changed files
with
75 additions
and
21 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,27 +6,46 @@ name: Lint | |
# events but only for the master branch | ||
on: | ||
push: | ||
branches: [ ros2, ros2-devel, dashing-devel, eloquent-devel ] | ||
branches: [ ros2, ros2-devel, dashing-devel, foxy-devel, galactic-devel ] | ||
pull_request: | ||
branches: [ ros2, ros2-devel ] | ||
|
||
# A workflow run is made up of one or more jobs that can run sequentially or in parallel | ||
jobs: | ||
ament_lint: | ||
ament_lint_dashing: | ||
runs-on: ubuntu-18.04 | ||
strategy: | ||
fail-fast: false | ||
matrix: | ||
linter: [copyright, cppcheck, cpplint, uncrustify, pep8, pep257, xmllint] | ||
distribution: [dashing, eloquent] | ||
linter: [copyright, cppcheck, cpplint, flake8, pep257, xmllint] | ||
distribution: [dashing] | ||
steps: | ||
- uses: actions/checkout@v2.3.4 | ||
- uses: ros-tooling/setup-ros@0.1.0 | ||
- uses: ros-tooling/action-ros-lint@0.0.6 | ||
- uses: actions/checkout@v1 | ||
- uses: ros-tooling/setup-ros@v0.1 | ||
- uses: ros-tooling/action-ros-lint@v0.1 | ||
with: | ||
distribution: ${{ matrix.distribution }} | ||
linter: ${{ matrix.linter }} | ||
package-name: | | ||
package-name: | ||
turtlebot3_simulations | ||
turtlebot3_fake_node | ||
turtlebot3_gazebo | ||
|
||
ament_lint_foxy: | ||
runs-on: ubuntu-20.04 | ||
strategy: | ||
fail-fast: false | ||
matrix: | ||
linter: [copyright, cppcheck, cpplint, flake8, pep257, xmllint] | ||
distribution: [foxy] | ||
steps: | ||
- uses: actions/checkout@v1 | ||
- uses: ros-tooling/[email protected] | ||
- uses: ros-tooling/[email protected] | ||
with: | ||
distribution: ${{ matrix.distribution }} | ||
linter: ${{ matrix.linter }} | ||
package-name: | ||
turtlebot3_simulations | ||
turtlebot3_fake_node | ||
turtlebot3_gazebo |
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
Binary file removed
BIN
-274 KB
turtlebot3_gazebo/models/turtlebot3_dqn_world/obstacle_plugin/build/libobstacle1.so
Binary file not shown.
Binary file removed
BIN
-278 KB
turtlebot3_gazebo/models/turtlebot3_dqn_world/obstacle_plugin/build/libobstacle2.so
Binary file not shown.
Binary file removed
BIN
-274 KB
turtlebot3_gazebo/models/turtlebot3_dqn_world/obstacle_plugin/build/libobstacles.so
Binary file not shown.
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