Skip to content
This repository was archived by the owner on Mar 28, 2025. It is now read-only.

chore: bump version to 0.42.0 #127

Merged
merged 4 commits into from
Mar 28, 2025
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
13 changes: 13 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -1 +1,14 @@
# sample_sensor_kit_launch

🗃️ This is an archived repository.

The contents of this repository are now moved to [autoware_launch](https://github.com/autowarefoundation/autoware_launch) repository.

The packages from this repository now live under the `autoware_launch/sensor_kit` directory.

**The reason** for this move is to consolidate all the launch files in one repository to make it easier to maintain and manage.

**Related issue:** [Move launch and parameter packages into autoware_launch #5912](https://github.com/autowarefoundation/autoware/issues/5912)

In the far future, the launch file structure will be updated more drastically to make them more modular and easier to use.
But for those updates, please follow the [autoware_launch](https://github.com/autowarefoundation/autoware_launch) repository.
3 changes: 3 additions & 0 deletions common_sensor_launch/CHANGELOG.rst
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,9 @@
Changelog for package common_sensor_launch
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^

0.42.0 (2025-03-28)
-------------------

0.41.0 (2025-02-12)
-------------------
* fix: add `udp_only` (`#109 <https://github.com/autowarefoundation/sample_sensor_kit_launch/issues/109>`_)
Expand Down
2 changes: 1 addition & 1 deletion common_sensor_launch/package.xml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<?xml-model href="http://download.ros.org/schema/package_format3.xsd" schematypens="http://www.w3.org/2001/XMLSchema"?>
<package format="3">
<name>common_sensor_launch</name>
<version>0.41.0</version>
<version>0.42.0</version>
<description>The common_sensor_launch package</description>
<maintainer email="[email protected]">Ryohsuke Mitsudome</maintainer>
<maintainer email="[email protected]">Yukihiro Saito</maintainer>
Expand Down
3 changes: 3 additions & 0 deletions sample_sensor_kit_description/CHANGELOG.rst
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,9 @@
Changelog for package sample_sensor_kit_description
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^

0.42.0 (2025-03-28)
-------------------

0.41.0 (2025-02-12)
-------------------

Expand Down
2 changes: 1 addition & 1 deletion sample_sensor_kit_description/package.xml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<?xml-model href="http://download.ros.org/schema/package_format3.xsd" schematypens="http://www.w3.org/2001/XMLSchema"?>
<package format="3">
<name>sample_sensor_kit_description</name>
<version>0.41.0</version>
<version>0.42.0</version>
<description>The sample_sensor_kit_description package</description>
<maintainer email="[email protected]">Ryohsuke Mitsudome</maintainer>
<maintainer email="[email protected]">Yukihiro Saito</maintainer>
Expand Down
5 changes: 5 additions & 0 deletions sample_sensor_kit_launch/CHANGELOG.rst
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,11 @@
Changelog for package sample_sensor_kit_launch
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^

0.42.0 (2025-03-28)
-------------------
* refactor(sample_sensor_kit_launch): remove reference to tamagawa_imu_driver (`#122 <https://github.com/autowarefoundation/sample_sensor_kit_launch/issues/122>`_)
* Contributors: Esteve Fernandez, M. Fatih Cırıt

0.41.0 (2025-02-12)
-------------------
* feat(sample_sensor_kit_launch): concatenate node load from parameter file (`#108 <https://github.com/autowarefoundation/sample_sensor_kit_launch/issues/108>`_)
Expand Down
4 changes: 2 additions & 2 deletions sample_sensor_kit_launch/launch/imu.launch.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,14 +4,14 @@
<group>
<push-ros-namespace namespace="imu"/>

<group>
<!-- <group>
<push-ros-namespace namespace="tamagawa"/>
<node pkg="tamagawa_imu_driver" name="tag_serial_driver" exec="tag_serial_driver" if="$(var launch_driver)">
<remap from="imu/data_raw" to="imu_raw"/>
<param name="port" value="/dev/imu"/>
<param name="imu_frame_id" value="tamagawa/imu_link"/>
</node>
</group>
</group> -->

<arg name="imu_raw_name" default="tamagawa/imu_raw"/>
<arg name="imu_corrector_param_file" default="$(find-pkg-share individual_params)/config/$(var vehicle_id)/sample_sensor_kit/imu_corrector.param.yaml"/>
Expand Down
3 changes: 1 addition & 2 deletions sample_sensor_kit_launch/package.xml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<?xml-model href="http://download.ros.org/schema/package_format3.xsd" schematypens="http://www.w3.org/2001/XMLSchema"?>
<package format="3">
<name>sample_sensor_kit_launch</name>
<version>0.41.0</version>
<version>0.42.0</version>
<description>The sample_sensor_kit_launch package</description>
<maintainer email="[email protected]">Ryohsuke Mitsudome</maintainer>
<maintainer email="[email protected]">Yukihiro Saito</maintainer>
Expand All @@ -14,7 +14,6 @@
<exec_depend>autoware_pointcloud_preprocessor</exec_depend>
<exec_depend>autoware_vehicle_velocity_converter</exec_depend>
<exec_depend>common_sensor_launch</exec_depend>
<exec_depend>tamagawa_imu_driver</exec_depend>
<exec_depend>topic_tools</exec_depend>
<exec_depend>ublox_gps</exec_depend>
<exec_depend>usb_cam</exec_depend>
Expand Down