Skip to content

Commit 6807fdb

Browse files
chore: bump version to 0.43.0 (#1367)
Signed-off-by: mitsudome-r <ryohsuke.mitsudome@tier4.jp>
1 parent 21362b1 commit 6807fdb

File tree

2 files changed

+59
-1
lines changed

2 files changed

+59
-1
lines changed

Diff for: autoware_launch/CHANGELOG.rst

+58
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,64 @@
22
Changelog for package autoware_launch
33
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
44

5+
0.43.0 (2025-03-21)
6+
-------------------
7+
* Merge remote-tracking branch 'origin/main' into tmp/bot/bump_version_base
8+
* feat(autoware_launch): rename to max_lat_margin_against_predicted_object_unknown (`#1360 <https://github.com/autowarefoundation/autoware_launch/issues/1360>`_)
9+
* feat(pid_long): disable overshoot_emergency (`#1359 <https://github.com/autowarefoundation/autoware_launch/issues/1359>`_)
10+
* feat(out_of_lane): add 'use_map_stop_lines' parameter (`#1259 <https://github.com/autowarefoundation/autoware_launch/issues/1259>`_)
11+
* feat(planning_validator): add parameter for yaw deviation metric (`#1356 <https://github.com/autowarefoundation/autoware_launch/issues/1356>`_)
12+
* feat(behavior_path_planner_common): update drivable area expansion parameters (`#1353 <https://github.com/autowarefoundation/autoware_launch/issues/1353>`_)
13+
* update drivable area expansion parameters
14+
* Update autoware_launch/config/planning/scenario_planning/lane_driving/behavior_planning/behavior_path_planner/drivable_area_expansion.param.yaml
15+
Co-authored-by: Maxime CLEMENT <78338830+maxime-clem@users.noreply.github.com>
16+
* Update autoware_launch/config/planning/scenario_planning/lane_driving/behavior_planning/behavior_path_planner/drivable_area_expansion.param.yaml
17+
Co-authored-by: Satoshi OTA <44889564+satoshi-ota@users.noreply.github.com>
18+
---------
19+
Co-authored-by: Maxime CLEMENT <78338830+maxime-clem@users.noreply.github.com>
20+
Co-authored-by: Satoshi OTA <44889564+satoshi-ota@users.noreply.github.com>
21+
* feat: disable merge_from_private (`#1350 <https://github.com/autowarefoundation/autoware_launch/issues/1350>`_)
22+
* feat(control_validator)!: add overrun_stop_point_dist parameter (`#1346 <https://github.com/autowarefoundation/autoware_launch/issues/1346>`_)
23+
* refactor(perception): refactor launch file and add parameter file (`#1336 <https://github.com/autowarefoundation/autoware_launch/issues/1336>`_)
24+
* fundamental change
25+
* style(pre-commit): autofix
26+
* change params name
27+
* remove param
28+
* integrate model and label path
29+
* for awsim
30+
* add comment
31+
* fix typo
32+
* change param name
33+
* chore
34+
---------
35+
Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
36+
Co-authored-by: Kenzo Lobos Tsunekawa <kenzo.lobos@tier4.jp>
37+
* feat(path_generator): add parameters (`#1343 <https://github.com/autowarefoundation/autoware_launch/issues/1343>`_)
38+
* feat(path_generator): add parameters (see below)
39+
* This fix is for the following PR:
40+
https://github.com/autowarefoundation/autoware.core/pull/227
41+
* Update autoware_launch/config/planning/scenario_planning/lane_driving/behavior_planning/path_generator/path_generator.param.yaml
42+
Co-authored-by: Kosuke Takeuchi <kosuke.tnp@gmail.com>
43+
---------
44+
Co-authored-by: Kosuke Takeuchi <kosuke.tnp@gmail.com>
45+
* fix(obstacle_cruise_planner): ignore invalid stopping objects (`#1354 <https://github.com/autowarefoundation/autoware_launch/issues/1354>`_)
46+
* add parameter
47+
* rename ahead_stopped -> side_stopped
48+
---------
49+
* feat(planning_simulator): disable tlr in psim (`#1352 <https://github.com/autowarefoundation/autoware_launch/issues/1352>`_)
50+
disable tlr in psim
51+
* feat(planning_validator): add diag to check planning component latency (`#1347 <https://github.com/autowarefoundation/autoware_launch/issues/1347>`_)
52+
* feat(control_validator): add diag to check control component latency (`#1349 <https://github.com/autowarefoundation/autoware_launch/issues/1349>`_)
53+
* fix(planning): param update for sudden stop (`#1345 <https://github.com/autowarefoundation/autoware_launch/issues/1345>`_)
54+
fix for x1
55+
* feat(dummy_infrastructur): auto approval when ego stops at stop line (`#1344 <https://github.com/autowarefoundation/autoware_launch/issues/1344>`_)
56+
* feat(image_based_projection_fusion): update parameters for new image based projection fusion node (`#1339 <https://github.com/autowarefoundation/autoware_launch/issues/1339>`_)
57+
* feat: new fusion parameters
58+
* chore: remove some comment
59+
---------
60+
* feat(behavior_planning): add behavior_path_planner_type to launch path_generator (`#1342 <https://github.com/autowarefoundation/autoware_launch/issues/1342>`_)
61+
* Contributors: Arjun Jagdish Ram, Junya Sasaki, Kento Yabuuchi, Kosuke Takeuchi, Masato Saeki, Maxime CLEMENT, Satoshi OTA, Takayuki Murooka, Yi-Hsiang Fang (Vivid), Yuki TAKAGI, github-actions, mkquda
62+
563
0.42.0 (2025-03-03)
664
-------------------
765
* Merge remote-tracking branch 'origin/main' into tmp/bot/bump_version_base

Diff for: autoware_launch/package.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
<?xml version="1.0"?>
22
<package format="3">
33
<name>autoware_launch</name>
4-
<version>0.42.0</version>
4+
<version>0.43.0</version>
55
<description>The autoware_launch package</description>
66

77
<maintainer email="yukihiro.saito@tier4.jp">Yukihiro Saito</maintainer>

0 commit comments

Comments
 (0)