-
Notifications
You must be signed in to change notification settings - Fork 6
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
33 changed files
with
146 additions
and
19 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 |
---|---|---|
|
@@ -9,12 +9,23 @@ jobs: | |
bloom-release: | ||
runs-on: ubuntu-latest | ||
steps: | ||
- uses: at-wat/bloom-release-action@v0 | ||
- name: Release ROS | ||
uses: at-wat/bloom-release-action@v0 | ||
with: | ||
ros_distro: noetic humble iron jazzy | ||
ros_distro: noetic | ||
github_token_bloom: ${{ secrets.GH_TOKEN_FOR_BLOOM_RELEASE }} | ||
github_user: jpbusch | ||
git_user: Jean-Pierre Busch | ||
git_email: [email protected] | ||
release_repository_push_url: https://github.com/ika-rwth-aachen/etsi_its_messages-release.git | ||
open_pr: false | ||
- name: Release ROS 2 | ||
uses: at-wat/bloom-release-action@v0 | ||
with: | ||
ros_distro: humble iron jazzy | ||
github_token_bloom: ${{ secrets.GH_TOKEN_FOR_BLOOM_RELEASE }} | ||
github_user: jpbusch | ||
git_user: Jean-Pierre Busch | ||
git_email: [email protected] | ||
release_repository_push_url: https://github.com/ros2-gbp/etsi_its_messages-release.git | ||
open_pr: false | ||
open_pr: false |
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
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -2,7 +2,7 @@ | |
<package format="3"> | ||
|
||
<name>etsi_its_cam_coding</name> | ||
<version>2.0.2</version> | ||
<version>2.1.0</version> | ||
<description>C++ compatible C source code for ETSI ITS CAMs generated from ASN.1 using asn1c</description> | ||
|
||
<maintainer email="[email protected]">Jean-Pierre Busch</maintainer> | ||
|
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
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -2,7 +2,7 @@ | |
<package format="3"> | ||
|
||
<name>etsi_its_coding</name> | ||
<version>2.0.2</version> | ||
<version>2.1.0</version> | ||
<description>C++ compatible C source code for ETSI ITS messages generated from ASN.1 using asn1c</description> | ||
|
||
<maintainer email="[email protected]">Jean-Pierre Busch</maintainer> | ||
|
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 |
---|---|---|
@@ -0,0 +1,9 @@ | ||
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ | ||
Changelog for package etsi_its_cpm_ts_coding | ||
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ | ||
|
||
2.1.0 (2024-07-09) | ||
------------------ | ||
* Merge pull request #22 from ika-rwth-aachen/improvement/package-naming | ||
Enable parallel handling for TS and EN versions of the same message type | ||
* Contributors: Jean-Pierre Busch |
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 |
---|---|---|
|
@@ -2,7 +2,7 @@ | |
<package format="3"> | ||
|
||
<name>etsi_its_cpm_ts_coding</name> | ||
<version>2.0.2</version> | ||
<version>2.1.0</version> | ||
<description>C++ compatible C source code for ETSI ITS CPMs (TS) generated from ASN.1 using asn1c</description> | ||
|
||
<maintainer email="[email protected]">Jean-Pierre Busch</maintainer> | ||
|
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
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -2,7 +2,7 @@ | |
<package format="3"> | ||
|
||
<name>etsi_its_denm_coding</name> | ||
<version>2.0.2</version> | ||
<version>2.1.0</version> | ||
<description>C++ compatible C source code for ETSI ITS DENMs generated from ASN.1 using asn1c</description> | ||
|
||
<maintainer email="[email protected]">Jean-Pierre Busch</maintainer> | ||
|
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
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -2,7 +2,7 @@ | |
<package format="3"> | ||
|
||
<name>etsi_its_cam_conversion</name> | ||
<version>2.0.2</version> | ||
<version>2.1.0</version> | ||
<description>Conversion functions for converting ROS messages to and from ASN.1-encoded ETSI ITS CAMs</description> | ||
|
||
<maintainer email="[email protected]">Jean-Pierre Busch</maintainer> | ||
|
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
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -2,7 +2,7 @@ | |
<package format="3"> | ||
|
||
<name>etsi_its_conversion</name> | ||
<version>2.0.2</version> | ||
<version>2.1.0</version> | ||
<description>Converts ROS messages to and from ASN.1-encoded ETSI ITS messages</description> | ||
|
||
<maintainer email="[email protected]">Jean-Pierre Busch</maintainer> | ||
|
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 |
---|---|---|
@@ -0,0 +1,9 @@ | ||
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ | ||
Changelog for package etsi_its_cpm_ts_conversion | ||
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ | ||
|
||
2.1.0 (2024-07-09) | ||
------------------ | ||
* Merge pull request #22 from ika-rwth-aachen/improvement/package-naming | ||
Enable parallel handling for TS and EN versions of the same message type | ||
* Contributors: Jean-Pierre Busch |
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 |
---|---|---|
|
@@ -2,7 +2,7 @@ | |
<package format="3"> | ||
|
||
<name>etsi_its_cpm_ts_conversion</name> | ||
<version>2.0.2</version> | ||
<version>2.1.0</version> | ||
<description>Conversion functions for converting ROS messages to and from ASN.1-encoded ETSI ITS CPMs (TS)</description> | ||
|
||
<maintainer email="[email protected]">Jean-Pierre Busch</maintainer> | ||
|
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
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -2,7 +2,7 @@ | |
<package format="3"> | ||
|
||
<name>etsi_its_denm_conversion</name> | ||
<version>2.0.2</version> | ||
<version>2.1.0</version> | ||
<description>Conversion functions for converting ROS messages to and from ASN.1-encoded ETSI ITS DENMs</description> | ||
|
||
<maintainer email="[email protected]">Jean-Pierre Busch</maintainer> | ||
|
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
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -2,7 +2,7 @@ | |
<package format="3"> | ||
|
||
<name>etsi_its_primitives_conversion</name> | ||
<version>2.0.2</version> | ||
<version>2.1.0</version> | ||
<description>Conversion functions for converting ROS primitives to and from ASN.1-encoded primitives</description> | ||
|
||
<maintainer email="[email protected]">Jean-Pierre Busch</maintainer> | ||
|
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
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -2,7 +2,7 @@ | |
<package format="3"> | ||
|
||
<name>etsi_its_messages</name> | ||
<version>2.0.2</version> | ||
<version>2.1.0</version> | ||
<description>ROS support for ETSI ITS messages</description> | ||
|
||
<maintainer email="[email protected]">Jean-Pierre Busch</maintainer> | ||
|
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
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -2,7 +2,7 @@ | |
<package format="3"> | ||
|
||
<name>etsi_its_cam_msgs</name> | ||
<version>2.0.2</version> | ||
<version>2.1.0</version> | ||
<description>ROS messages for ETSI ITS CAM</description> | ||
|
||
<maintainer email="[email protected]">Jean-Pierre Busch</maintainer> | ||
|
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 |
---|---|---|
@@ -0,0 +1,9 @@ | ||
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ | ||
Changelog for package etsi_its_cpm_ts_msgs | ||
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ | ||
|
||
2.1.0 (2024-07-09) | ||
------------------ | ||
* Merge pull request #22 from ika-rwth-aachen/improvement/package-naming | ||
Enable parallel handling for TS and EN versions of the same message type | ||
* Contributors: Jean-Pierre Busch |
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 |
---|---|---|
|
@@ -2,7 +2,7 @@ | |
<package format="3"> | ||
|
||
<name>etsi_its_cpm_ts_msgs</name> | ||
<version>2.0.2</version> | ||
<version>2.1.0</version> | ||
<description>ROS messages for ETSI ITS CPM (TS)</description> | ||
|
||
<maintainer email="[email protected]">Jean-Pierre Busch</maintainer> | ||
|
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
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -2,7 +2,7 @@ | |
<package format="3"> | ||
|
||
<name>etsi_its_denm_msgs</name> | ||
<version>2.0.2</version> | ||
<version>2.1.0</version> | ||
<description>ROS messages for ETSI ITS DENM</description> | ||
|
||
<maintainer email="[email protected]">Jean-Pierre Busch</maintainer> | ||
|
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
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -2,7 +2,7 @@ | |
<package format="3"> | ||
|
||
<name>etsi_its_msgs</name> | ||
<version>2.0.2</version> | ||
<version>2.1.0</version> | ||
<description>ROS messages for ETSI ITS messages</description> | ||
|
||
<maintainer email="[email protected]">Jean-Pierre Busch</maintainer> | ||
|
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
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -2,7 +2,7 @@ | |
<package format="3"> | ||
|
||
<name>etsi_its_msgs_utils</name> | ||
<version>2.0.2</version> | ||
<version>2.1.0</version> | ||
<description>ROS messages and utility functions for ETSI ITS messages</description> | ||
|
||
<maintainer email="[email protected]">Jean-Pierre Busch</maintainer> | ||
|
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
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -2,7 +2,7 @@ | |
<package format="3"> | ||
|
||
<name>etsi_its_rviz_plugins</name> | ||
<version>2.0.2</version> | ||
<version>2.1.0</version> | ||
<description>RViz plugin for ROS 2 messages based on ETSI ITS messages</description> | ||
|
||
<maintainer email="[email protected]">Jean-Pierre Busch</maintainer> | ||
|