Skip to content

Commit 8233186

Browse files
committed
chore: update CHANGELOG for 0.41.0
Signed-off-by: Ryohsuke Mitsudome <ryohsuke.mitsudome@tier4.jp>
1 parent 2c57652 commit 8233186

File tree

4 files changed

+83
-2
lines changed

4 files changed

+83
-2
lines changed
+12
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,12 @@
1+
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
2+
Changelog for package awsim_sensor_kit_description
3+
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
4+
5+
Forthcoming
6+
-----------
7+
8+
0.39.0 (2024-12-09)
9+
-------------------
10+
* fixed to use xacro.load_yaml (`#6 <https://github.com/tier4/awsim_sensor_kit_launch/issues/6>`_)
11+
* AWSIM sensor kit
12+
* Contributors: Mamoru Sobue, Piotr Jaroszek

awsim_sensor_kit_description/package.xml

+1-1
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>awsim_sensor_kit_description</name>
5-
<version>0.1.0</version>
5+
<version>0.39.0</version>
66
<description>The awsim_sensor_kit_description package</description>
77
<maintainer email="piotr.jaroszek@robotec.ai">Piotr Jaroszek</maintainer>
88
<license>Apache License 2.0</license>

awsim_sensor_kit_launch/CHANGELOG.rst

+69
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,69 @@
1+
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
2+
Changelog for package awsim_sensor_kit_launch
3+
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
4+
5+
Forthcoming
6+
-----------
7+
* Merge remote-tracking branch 'origin/main' into humble
8+
* Merge pull request `#26 <https://github.com/tier4/awsim_sensor_kit_launch/issues/26>`_ from SakodaShintaro/fix/add_udp_only
9+
fix: add `udp_only`
10+
* Merge pull request `#25 <https://github.com/tier4/awsim_sensor_kit_launch/issues/25>`_ from vividf/feature/tier4_awsim_load_concatenate
11+
feat(awsim_sensor_kit_launch): awsim load concatenate node parameters
12+
* chore: increase window size
13+
* chore: add mathcing strategy
14+
* chore: add use_naive_approach
15+
* fix(awsim_sensor_kit_launch): add autoware prefix to vehicle_velocity_converter (`#27 <https://github.com/tier4/awsim_sensor_kit_launch/issues/27>`_)
16+
* add autoware prefix
17+
* add dependency autoware_vehicle_velocity_converter
18+
---------
19+
* chore: update params
20+
* Added `udp_only`
21+
* chore: fix timeout sec
22+
* chore: add space
23+
* feat: awsim load comcatenate parameter
24+
* Contributors: Masaki Baba, Ryohsuke Mitsudome, SakodaShintaro, Shintaro Sakoda, vividf
25+
26+
0.39.0 (2024-12-09)
27+
-------------------
28+
* Merge pull request `#24 <https://github.com/tier4/awsim_sensor_kit_launch/issues/24>`_ from SakodaShintaro/fix/restore_timeout_sec
29+
fix: restore timeout_sec
30+
* Restore timeout_sec
31+
* fix: fix to use sample sensor kit (`#22 <https://github.com/tier4/awsim_sensor_kit_launch/issues/22>`_)
32+
* Fixed to use sample_sensor_kit
33+
* Removed common_awsim_sensor_launch
34+
* Added a trailing break line
35+
---------
36+
* feat: fix to be able to use nebula (`#19 <https://github.com/tier4/awsim_sensor_kit_launch/issues/19>`_)
37+
* Merge https://github.com/knzo25/awsim_sensor_kit_launch/tree/test/awsim_nebula_integration
38+
* Fixed some code
39+
* Fixed order
40+
* FIxed order
41+
---------
42+
* Added autoware\_ prefix to gnss_poser (`#17 <https://github.com/tier4/awsim_sensor_kit_launch/issues/17>`_)
43+
* Merge pull request `#16 <https://github.com/tier4/awsim_sensor_kit_launch/issues/16>`_ from knzo25/chore/imu_corrector_refactor
44+
chore: changed the package name imu_corrector to autoware_imu_corrector
45+
* chore: changed the package name imu_corrector to autoware_imu_corrector
46+
* refactor: pointcloud_preprocessor prefix package and namespace with autoware (`#15 <https://github.com/tier4/awsim_sensor_kit_launch/issues/15>`_)
47+
* fix: fix container name handling (`#14 <https://github.com/tier4/awsim_sensor_kit_launch/issues/14>`_)
48+
* feat: always separate lidar preprocessing from pointcloud_container (`#13 <https://github.com/tier4/awsim_sensor_kit_launch/issues/13>`_)
49+
* feat!: replace use_pointcloud_container
50+
* revert: revert rename of use_pointcloud_container
51+
* revert: fix comment
52+
---------
53+
* rename lidar topic (`#12 <https://github.com/tier4/awsim_sensor_kit_launch/issues/12>`_)
54+
Co-authored-by: yamato-ando <Yamato ANDO>
55+
* Fixed gyro_bias_estimator input (`#11 <https://github.com/tier4/awsim_sensor_kit_launch/issues/11>`_)
56+
* Added gyro_bias_estimator (`#10 <https://github.com/tier4/awsim_sensor_kit_launch/issues/10>`_)
57+
* fix(pointcloud_preprocessor): organize input twist topic (`#8 <https://github.com/tier4/awsim_sensor_kit_launch/issues/8>`_)
58+
* fix(pointcloud_preprocessor): organize input twist topic
59+
* fix
60+
---------
61+
* Merge pull request `#5 <https://github.com/tier4/awsim_sensor_kit_launch/issues/5>`_ from RobotecAI/feat/shorter_timeout
62+
feat: shorten timeout for subscribing dummy lidar
63+
* feat: shorten timeout for subscribing dummy lidar
64+
* Merge pull request `#2 <https://github.com/tier4/awsim_sensor_kit_launch/issues/2>`_ from RobotecAI/chore/distortion_filter_false
65+
chore(awsim_sensor_kit_launch): set use_distortion_corrector false
66+
* chore(awsim_sensor_kit_launch): set use_distortion_corrector false
67+
* Launchfiles cleanup
68+
* AWSIM sensor kit
69+
* Contributors: Amadeusz Szymko, Kenzo Lobos-Tsunekawa, Lukasz Chojnacki, Piotr Jaroszek, SakodaShintaro, Shintaro Sakoda, Shumpei Wakabayashi, TaikiYamada4, Yamato Ando, kminoda

awsim_sensor_kit_launch/package.xml

+1-1
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>awsim_sensor_kit_launch</name>
5-
<version>0.1.0</version>
5+
<version>0.39.0</version>
66
<description>The awsim_sensor_kit_launch package</description>
77
<maintainer email="piotr.jaroszek@robotec.ai">Piotr Jaroszek</maintainer>
88
<license>Apache License 2.0</license>

0 commit comments

Comments
 (0)