Skip to content

Commit 2a205e8

Browse files
authored
Merge pull request #47 from ROBOTIS-GIT/ros2-devel
Ros2 devel
2 parents de39d3b + 0078f2f commit 2a205e8

File tree

4 files changed

+17
-10
lines changed

4 files changed

+17
-10
lines changed

.github/workflows/ros-ci.yaml

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1,23 +1,23 @@
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+
ros2-devel:
1313
runs-on: ubuntu-latest
1414
strategy:
1515
fail-fast: false
1616
matrix:
1717
ros_distribution:
1818
# - dashing
1919
- foxy
20-
# - galactic
20+
- galactic
2121
- rolling
2222
include:
2323
# Dashing Diademata (May 2019 - May 2021)
@@ -29,9 +29,9 @@ jobs:
2929
ros_distribution: foxy
3030
ros_version: 2
3131
# Galactic Geochelone (May 2021)
32-
# - docker_image: ubuntu:focal
33-
# ros_distribution: galactic
34-
# ros_version: 2
32+
- docker_image: ubuntu:focal
33+
ros_distribution: galactic
34+
ros_version: 2
3535
# Rolling
3636
- docker_image: ubuntu:focal
3737
ros_distribution: rolling
@@ -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

CHANGELOG.rst

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

5+
2.2.2 (2021-06-14)
6+
------------------
7+
* ROS 2 Galactic Geochelone supported
8+
* Contributors: Will Son
9+
510
2.2.1 (2020-06-18)
611
------------------
712
* ROS 2 Eloquent Elusor supported

README.md

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

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

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

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_msgs</name>
5-
<version>2.2.1</version>
5+
<version>2.2.2</version>
66
<description>
77
Message and service types: custom messages and services for TurtleBot3 packages for ROS2
88
</description>

0 commit comments

Comments
 (0)