Skip to content

Commit 101704f

Browse files
authored
Merge pull request #163 from ROBOTIS-GIT/ros2-devel
Ros2 devel
2 parents 495dbb3 + 921344f commit 101704f

File tree

110 files changed

+1571
-3795
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

110 files changed

+1571
-3795
lines changed

.github/workflows/lint.yml

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -6,22 +6,22 @@ name: Lint
66
# events but only for the master branch
77
on:
88
push:
9-
branches: [ ros2, ros2-devel, dashing-devel, foxy-devel, galactic-devel ]
9+
branches: [ ros2, ros2-devel, foxy-devel, galactic-devel ]
1010
pull_request:
11-
branches: [ ros2, ros2-devel ]
11+
branches: [ ros2, ros2-devel, foxy-devel, galactic-devel ]
1212

1313
# A workflow run is made up of one or more jobs that can run sequentially or in parallel
1414
jobs:
15-
ament_lint_dashing:
16-
runs-on: ubuntu-18.04
15+
ament_lint_foxy:
16+
runs-on: ubuntu-20.04
1717
strategy:
1818
fail-fast: false
1919
matrix:
2020
linter: [copyright, cppcheck, cpplint, flake8, pep257, xmllint]
21-
distribution: [dashing]
21+
distribution: [foxy]
2222
steps:
2323
- uses: actions/checkout@v1
24-
- uses: ros-tooling/setup-ros@v0.1
24+
- uses: ros-tooling/setup-ros@0.2.1
2525
- uses: ros-tooling/action-ros-lint@v0.1
2626
with:
2727
distribution: ${{ matrix.distribution }}
@@ -31,16 +31,16 @@ jobs:
3131
turtlebot3_fake_node
3232
turtlebot3_gazebo
3333

34-
ament_lint_foxy:
34+
ament_lint_galactic:
3535
runs-on: ubuntu-20.04
3636
strategy:
3737
fail-fast: false
3838
matrix:
3939
linter: [copyright, cppcheck, cpplint, flake8, pep257, xmllint]
40-
distribution: [foxy]
40+
distribution: [galactic]
4141
steps:
4242
- uses: actions/checkout@v1
43-
- uses: ros-tooling/setup-ros@v0.1
43+
- uses: ros-tooling/setup-ros@0.2.1
4444
- uses: ros-tooling/action-ros-lint@v0.1
4545
with:
4646
distribution: ${{ matrix.distribution }}

.github/workflows/ros-ci.yml

Lines changed: 6 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,15 @@
1-
name: ros-ci
1+
name: ros2-devel
22

33
# Controls when the action will run. Triggers the workflow on push or pull request
44
on:
55
push:
6-
branches: [ ros2 ]
6+
branches: [ ros2, ros2-devel, foxy-devel, galactic-devel ]
77
pull_request:
8-
branches: [ ros2 ]
8+
branches: [ ros2, ros2-devel, foxy-devel, galactic-devel ]
99

1010
# A workflow run is made up of one or more jobs that can run sequentially or in parallel
1111
jobs:
12-
ros2-ci:
12+
galactic-devel-ci:
1313
runs-on: ubuntu-latest
1414
strategy:
1515
fail-fast: false
@@ -46,7 +46,7 @@ jobs:
4646
with:
4747
path: ros_ws/src
4848
- name: Setup ROS environment
49-
uses: ros-tooling/setup-ros@0.1.2
49+
uses: ros-tooling/setup-ros@0.2.1
5050
with:
5151
required-ros-distributions: ${{ matrix.ros_distribution }}
5252
- name: Build and Test
@@ -55,3 +55,4 @@ jobs:
5555
package-name: turtlebot3_simulations
5656
target-ros2-distro: ${{ matrix.ros_distribution }}
5757
vcs-repo-file-url: "https://raw.githubusercontent.com/ROBOTIS-GIT/turtlebot3_simulations/ros2-devel/turtlebot3_simulations_ci.repos"
58+

README.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,8 @@
1111

1212
[![foxy-devel Status](https://github.com/ROBOTIS-GIT/turtlebot3_simulations/workflows/foxy-devel/badge.svg)](https://github.com/ROBOTIS-GIT/turtlebot3_simulations/tree/foxy-devel)
1313

14+
[![galactic-devel Status](https://github.com/ROBOTIS-GIT/turtlebot3_simulations/workflows/galactic-devel/badge.svg)](https://github.com/ROBOTIS-GIT/turtlebot3_simulations/tree/galactic-devel)
15+
1416
## ROBOTIS e-Manual for TurtleBot3
1517
- [ROBOTIS e-Manual for TurtleBot3](http://turtlebot3.robotis.com/)
1618

turtlebot3_fake_node/CHANGELOG.rst

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,14 @@
22
Changelog for package turtlebot3_fake
33
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
44

5+
2.2.4 (2021-06-14)
6+
------------------
7+
* Release for ROS2 Galactic
8+
* Clean up unncessary files
9+
* Use turtlebot3_common mesh modeling
10+
* Independent turtlebot3_simulations package
11+
* Contributors: Will Son
12+
513
2.2.3 (2021-04-12)
614
------------------
715
* Update required keyword arguments

turtlebot3_fake_node/CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ install(TARGETS ${EXEC_NAME}
5353
DESTINATION lib/${PROJECT_NAME}
5454
)
5555

56-
install(DIRECTORY launch param rviz
56+
install(DIRECTORY launch param
5757
DESTINATION share/${PROJECT_NAME}
5858
)
5959

turtlebot3_fake_node/launch/rviz2.launch.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,9 +23,9 @@
2323

2424
def generate_launch_description():
2525
rviz_config_dir = os.path.join(
26-
get_package_share_directory('turtlebot3_fake_node'),
26+
get_package_share_directory('turtlebot3_gazebo'),
2727
'rviz',
28-
'model.rviz'
28+
'tb3_gazebo.rviz'
2929
)
3030

3131
return LaunchDescription([

turtlebot3_fake_node/launch/turtlebot3_fake_node.launch.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ def generate_launch_description():
4545
urdf_file_name = 'turtlebot3_' + TURTLEBOT3_MODEL + '.urdf'
4646

4747
urdf = os.path.join(
48-
get_package_share_directory('turtlebot3_description'),
48+
get_package_share_directory('turtlebot3_gazebo'),
4949
'urdf',
5050
urdf_file_name)
5151

turtlebot3_fake_node/package.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
<?xml-model href="http://download.ros.org/schema/package_format3.xsd" schematypens="http://www.w3.org/2001/XMLSchema"?>
33
<package format="3">
44
<name>turtlebot3_fake_node</name>
5-
<version>2.2.3</version>
5+
<version>2.2.4</version>
66
<description>
77
Package for TurtleBot3 fake node. With this package, simple tests can be done without a robot.
88
You can do simple tests using this package on rviz without real robots.

turtlebot3_fake_node/rviz/model.rviz

Lines changed: 0 additions & 233 deletions
This file was deleted.

turtlebot3_gazebo/CHANGELOG.rst

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,15 @@
22
Changelog for package turtlebot3_gazebo
33
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
44

5+
2.2.4 (2021-06-14)
6+
------------------
7+
* Release for ROS2 Galactic
8+
* Separate world and robot models(#162)
9+
* Clean up unncessary files
10+
* Use turtlebot3_common mesh modeling
11+
* Independent turtlebot3_simulations package
12+
* Contributors: Joep Tool, Will Son
13+
514
2.2.3 (2021-04-12)
615
------------------
716
* Update required keyword arguments

0 commit comments

Comments
 (0)