Skip to content

Commit acc79b3

Browse files
committed
Remove ROS 1 support and prepare for ROS 2 Kilted
1 parent 0649f99 commit acc79b3

File tree

14 files changed

+142
-2113
lines changed

14 files changed

+142
-2113
lines changed

.github/workflows/docker-ros.yml

Lines changed: 0 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -4,18 +4,6 @@ on: push
44

55
jobs:
66

7-
ros:
8-
runs-on: ubuntu-latest
9-
steps:
10-
- uses: ika-rwth-aachen/docker-ros@main
11-
with:
12-
platform: amd64,arm64
13-
target: run
14-
image-tag: ros
15-
base-image: rwthika/ros:latest
16-
command: roslaunch mqtt_client standalone.launch
17-
enable-industrial-ci: 'true'
18-
197
ros2:
208
runs-on: ubuntu-latest
219
steps:

.github/workflows/industrial_ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,10 +9,10 @@ jobs:
99
strategy:
1010
matrix:
1111
ROS_DISTRO:
12-
- noetic
1312
- humble
1413
- iron
1514
- jazzy
15+
- kilted
1616
- rolling
1717
ROS_REPO:
1818
- testing

README.md

Lines changed: 50 additions & 200 deletions
Large diffs are not rendered by default.

mqtt_client/CHANGELOG.rst

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

5+
2.4.0 (2024-06-05)
6+
------------------
7+
* Dropped ROS 1 support
8+
* Added compatibility with ROS 2 Kilted
9+
510
2.3.0 (2024-05-30)
611
------------------
712
* Merge pull request `#61 <https://github.com/ika-rwth-aachen/mqtt_client/issues/61>`_ from Chance-Maritime-Technologies/dev-explicitTypes

0 commit comments

Comments
 (0)