Skip to content

Commit 9def930

Browse files
committed
humble update
Signed-off-by: Will Son <willson@robotis.com>
1 parent 0078f2f commit 9def930

File tree

5 files changed

+33
-17
lines changed

5 files changed

+33
-17
lines changed

.github/workflows/ros-ci.yaml

Lines changed: 11 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -3,9 +3,9 @@ name: ros2-devel
33
# Controls when the action will run. Triggers the workflow on push or pull request
44
on:
55
push:
6-
branches: [ ros2, ros2-devel, foxy-devel, galactic-devel ]
6+
branches: [ ros2, ros2-devel, foxy-devel, galactic-devel, humble-devel ]
77
pull_request:
8-
branches: [ ros2, ros2-devel, foxy-devel, galactic-devel ]
8+
branches: [ ros2, ros2-devel, foxy-devel, galactic-devel, humble-devel ]
99

1010
# A workflow run is made up of one or more jobs that can run sequentially or in parallel
1111
jobs:
@@ -18,6 +18,7 @@ jobs:
1818
# - dashing
1919
- foxy
2020
- galactic
21+
- humble
2122
- rolling
2223
include:
2324
# Dashing Diademata (May 2019 - May 2021)
@@ -32,8 +33,12 @@ jobs:
3233
- docker_image: ubuntu:focal
3334
ros_distribution: galactic
3435
ros_version: 2
36+
# Humble Hawksbill (May 2027)
37+
- docker_image: ubuntu:jammy
38+
ros_distribution: humble
39+
ros_version: 2
3540
# Rolling
36-
- docker_image: ubuntu:focal
41+
- docker_image: ubuntu:jammy
3742
ros_distribution: rolling
3843
ros_version: 2
3944
container:
@@ -42,15 +47,15 @@ jobs:
4247
- name: Setup directories
4348
run: mkdir -p ros_ws/src
4449
- name: checkout
45-
uses: actions/checkout@v2
50+
uses: actions/checkout@v3
4651
with:
4752
path: ros_ws/src
4853
- name: Setup ROS environment
49-
uses: ros-tooling/setup-ros@0.2.1
54+
uses: ros-tooling/setup-ros@0.3.3
5055
with:
5156
required-ros-distributions: ${{ matrix.ros_distribution }}
5257
- name: Build and Test
53-
uses: ros-tooling/action-ros-ci@v0.2
58+
uses: ros-tooling/action-ros-ci@0.2.5
5459
with:
5560
package-name: turtlebot3_msgs
5661
target-ros2-distro: ${{ matrix.ros_distribution }}

CHANGELOG.rst

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

5+
2.2.3 (2202-05-26)
6+
------------------
7+
* ROS2 Humble Hawksbill supported
8+
59
2.2.2 (2021-06-14)
610
------------------
711
* ROS 2 Galactic Geochelone supported

CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ cmake_minimum_required(VERSION 3.5)
55
project(turtlebot3_msgs)
66

77
if(NOT CMAKE_CXX_STANDARD)
8-
set(CMAKE_CXX_STANDARD 14)
8+
set(CMAKE_CXX_STANDARD 17)
99
endif()
1010

1111
if(CMAKE_COMPILER_IS_GNUCXX OR CMAKE_CXX_COMPILER_ID MATCHES "Clang")

README.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,8 @@
1414

1515
[![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)
1616

17+
[![humble-devel Status](https://github.com/ROBOTIS-GIT/turtlebot3_msgs/workflows/humble-devel/badge.svg)](https://github.com/ROBOTIS-GIT/turtlebot3_msgs/tree/humble-devel)
18+
1719
## ROBOTIS e-Manual for TurtleBot3
1820
- [ROBOTIS e-Manual for TurtleBot3](http://turtlebot3.robotis.com/)
1921

@@ -29,6 +31,7 @@
2931
- [turtlebot3_autorace](https://github.com/ROBOTIS-GIT/turtlebot3_autorace)
3032
- [turtlebot3_deliver](https://github.com/ROBOTIS-GIT/turtlebot3_deliver)
3133
- [hls_lfcd_lds_driver](https://github.com/ROBOTIS-GIT/hls_lfcd_lds_driver)
34+
- [ld08_driver](https://github.com/ROBOTIS-GIT/ld08_driver)
3235
- [open_manipulator_msgs](https://github.com/ROBOTIS-GIT/open_manipulator_msgs)
3336
- [open_manipulator](https://github.com/ROBOTIS-GIT/open_manipulator)
3437
- [open_manipulator_simulations](https://github.com/ROBOTIS-GIT/open_manipulator_simulations)

package.xml

Lines changed: 14 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -2,26 +2,30 @@
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.2</version>
5+
<version>2.2.3</version>
66
<description>
77
Message and service types: custom messages and services for TurtleBot3 packages for ROS2
88
</description>
9+
<maintainer email="willson@robotis.com">Will Son</maintainer>
910
<license>Apache 2.0</license>
11+
<url type="website">http://wiki.ros.org/turtlebot3_msgs</url>
12+
<url type="repository">https://github.com/ROBOTIS-GIT/turtlebot3_msgs</url>
13+
<url type="bugtracker">https://github.com/ROBOTIS-GIT/turtlebot3_msgs/issues</url>
1014
<author email="pyo@robotis.com">Pyo</author>
1115
<author email="thlim@robotis.com">Darby Lim</author>
1216
<author email="kkjong@robotis.com">Gilbert</author>
1317
<author email="vgh@amazon.com">Vineet Ghatge</author>
14-
<author email="jhshim@robotis.com">Ryan Shim</author>
15-
<maintainer email="willson@robotis.com">Will Son</maintainer>
16-
<url type="website">http://wiki.ros.org/turtlebot3_msgs</url>
17-
<url type="emanual">http://turtlebot3.robotis.com</url>
18-
<url type="repository">https://github.com/ROBOTIS-GIT/turtlebot3_msgs</url>
19-
<url type="bugtracker">https://github.com/ROBOTIS-GIT/turtlebot3_msgs/issues</url>
18+
<author>Ryan Shim</author>
2019
<buildtool_depend>ament_cmake</buildtool_depend>
2120
<buildtool_depend>rosidl_default_generators</buildtool_depend>
22-
<depend>action_msgs</depend>
23-
<depend>builtin_interfaces</depend>
24-
<depend>std_msgs</depend>
21+
<build_depend>action_msgs</build_depend>
22+
<build_depend>builtin_interfaces</build_depend>
23+
<build_depend>std_msgs</build_depend>
24+
<build_depend>rosidl_default_runtime</build_depend>
25+
26+
<exec_depend>action_msgs</exec_depend>
27+
<exec_depend>builtin_interfaces</exec_depend>
28+
<exec_depend>std_msgs</exec_depend>
2529
<exec_depend>rosidl_default_runtime</exec_depend>
2630
<test_depend>ament_lint_common</test_depend>
2731
<member_of_group>rosidl_interface_packages</member_of_group>

0 commit comments

Comments
 (0)