Skip to content

Commit 37f44cf

Browse files
authored
chore: bump version to v0.45.0 in humble (#1502)
Signed-off-by: Ryohsuke Mitsudome <[email protected]>
2 parents 5d0d01c + 83c5494 commit 37f44cf

File tree

67 files changed

+529
-168
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

67 files changed

+529
-168
lines changed

.github/CODEOWNERS

Lines changed: 18 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,20 @@
11
### Automatically generated from package.xml ###
22
3+
sensor_kit/awsim_labs_sensor_kit_launch/awsim_labs_sensor_kit_description/** [email protected]
4+
sensor_kit/awsim_labs_sensor_kit_launch/awsim_labs_sensor_kit_launch/** [email protected]
5+
sensor_kit/awsim_labs_sensor_kit_launch/common_awsim_labs_sensor_launch/** [email protected]
6+
sensor_kit/awsim_sensor_kit_launch/awsim_sensor_kit_description/** [email protected]
7+
sensor_kit/awsim_sensor_kit_launch/awsim_sensor_kit_launch/** [email protected]
8+
sensor_kit/sample_sensor_kit_launch/common_sensor_launch/** [email protected] [email protected]
9+
sensor_kit/sample_sensor_kit_launch/sample_sensor_kit_description/** [email protected] [email protected]
10+
sensor_kit/sample_sensor_kit_launch/sample_sensor_kit_launch/** [email protected] [email protected]
11+
sensor_kit/single_lidar_sensor_kit_launch/single_lidar_common_launch/** [email protected] [email protected]
12+
sensor_kit/single_lidar_sensor_kit_launch/single_lidar_sensor_kit_description/** [email protected]
13+
sensor_kit/single_lidar_sensor_kit_launch/single_lidar_sensor_kit_launch/** [email protected]
14+
vehicle/awsim_labs_vehicle_launch/awsim_labs_vehicle_description/** [email protected] [email protected]
15+
vehicle/awsim_labs_vehicle_launch/awsim_labs_vehicle_launch/** [email protected] [email protected]
16+
vehicle/sample_vehicle_launch/sample_vehicle_description/** [email protected] [email protected]
17+
vehicle/sample_vehicle_launch/sample_vehicle_launch/** [email protected] [email protected]
318

419
### Copied from .github/CODEOWNERS-manual ###
520
# /**
@@ -8,7 +23,7 @@ autoware_launch/** [email protected] [email protected] mfc@leodr
823
924
1025
11-
autoware_launch/config/perception/** shunsuke.miura@tier4.jp yoshi.ri@tier4.jp koji.minoda@tier4.jp taekjin.lee@tier4.jp
26+
autoware_launch/config/perception/** yoshi.ri@tier4.jp taekjin.lee@tier4.jp masato.saeki@tier4.jp lei.gu@tier4.jp
1227
1328
1429
autoware_launch/config/system/** [email protected] [email protected]
@@ -17,9 +32,9 @@ autoware_launch/launch/components/tier4_autoware_api_component.launch.xml isamu.
1732
1833
1934
20-
autoware_launch/launch/components/tier4_perception_component.launch.xml shunsuke.miura@tier4.jp yoshi.ri@tier4.jp koji.minoda@tier4.jp taekjin.lee@tier4.jp
35+
autoware_launch/launch/components/tier4_perception_component.launch.xml yoshi.ri@tier4.jp taekjin.lee@tier4.jp masato.saeki@tier4.jp lei.gu@tier4.jp
2136
22-
autoware_launch/launch/components/tier4_sensing_component.launch.xml shunsuke.miura@tier4.jp yoshi.ri@tier4.jp koji.minoda@tier4.jp
37+
autoware_launch/launch/components/tier4_sensing_component.launch.xml yoshi.ri@tier4.jp taekjin.lee@tier4.jp kenzo.lobos@tier4.jp
2338
autoware_launch/launch/components/tier4_simulator_component.launch.xml [email protected] [email protected] [email protected] [email protected]
2439
autoware_launch/launch/components/tier4_system_component.launch.xml [email protected] [email protected] [email protected] [email protected]
2540
autoware_launch/rviz/** # no codeowners

autoware_launch/CHANGELOG.rst

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

5+
0.45.0 (2025-05-22)
6+
-------------------
7+
* Merge remote-tracking branch 'origin/main' into tmp/bot/bump_version_base
8+
* chore(traffic_light_recognition): add comment in config of autoware_traffic_light_map_based_detector (`#1448 <https://github.com/autowarefoundation/autoware_launch/issues/1448>`_)
9+
add comment
10+
* feat(crosswalk): update stop position logic (`#1409 <https://github.com/autowarefoundation/autoware_launch/issues/1409>`_)
11+
* change crosswalk param list
12+
---------
13+
* feat(perception_component_launch): add common param for pointpainting_fusion (`#1401 <https://github.com/autowarefoundation/autoware_launch/issues/1401>`_)
14+
add common param
15+
* fix(collision_detector): rename parameters to prevent launch issues (`#1447 <https://github.com/autowarefoundation/autoware_launch/issues/1447>`_)
16+
rename params
17+
* feat(control_validator): add lateral jerk validation (`#1440 <https://github.com/autowarefoundation/autoware_launch/issues/1440>`_)
18+
fix(control_validator): add lateral jerk threshold to parameters
19+
* feat(rviz): replace MRM Summary overlay with Error Diag Graph in debug rviz (`#1414 <https://github.com/autowarefoundation/autoware_launch/issues/1414>`_)
20+
* feat(rviz): replace MRM Summary overlay with Error Diag Graph
21+
* style(pre-commit): autofix
22+
---------
23+
Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
24+
* feat(collision_detector): time buffer and ignore behind rear axle (`#1443 <https://github.com/autowarefoundation/autoware_launch/issues/1443>`_)
25+
* feat(dynamic_drivable_area_expansion): set extra offsets to 0 (`#1445 <https://github.com/autowarefoundation/autoware_launch/issues/1445>`_)
26+
* feat(autoware_launch): remove trajectory_deviation from diagnostic graph (`#1442 <https://github.com/autowarefoundation/autoware_launch/issues/1442>`_)
27+
* feat(autoware_launch): update adapi diags (`#1444 <https://github.com/autowarefoundation/autoware_launch/issues/1444>`_)
28+
* fix(tier4_perception_launch): add camera ids param for segmentation_pointcloud_fusion (`#1439 <https://github.com/autowarefoundation/autoware_launch/issues/1439>`_)
29+
fix: add camera ids for segmentation_pointcloud_fusion
30+
* fix(probabilistic_occupancy_grid_map): add missing parameter for multi-lidar (`#1426 <https://github.com/autowarefoundation/autoware_launch/issues/1426>`_)
31+
add new parameter for multi-lidar
32+
* feat(static_obstacle_avoidance): add flag to wait approval when the ego uses opposite lane (`#1431 <https://github.com/autowarefoundation/autoware_launch/issues/1431>`_)
33+
* feat(behavior_velocity_planner)!: remove unused function parameter for extendLine (`#1422 <https://github.com/autowarefoundation/autoware_launch/issues/1422>`_)
34+
remove unused parameter
35+
* feat(duplicated_node_checker): ignore duplicate get parameter (`#1413 <https://github.com/autowarefoundation/autoware_launch/issues/1413>`_)
36+
* feat(autoware_bevfusion): added bevfusion config files (`#1416 <https://github.com/autowarefoundation/autoware_launch/issues/1416>`_)
37+
feat: added bevfusion files
38+
* chore(simulator.launch): remove params of traffic_light_selector (`#1415 <https://github.com/autowarefoundation/autoware_launch/issues/1415>`_)
39+
remove param
40+
* feat: add input_timeout in operation_mode_transition_manager (`#1407 <https://github.com/autowarefoundation/autoware_launch/issues/1407>`_)
41+
* feat(traffic_light): remove unnecessary config file (`#1396 <https://github.com/autowarefoundation/autoware_launch/issues/1396>`_)
42+
remove unnecessary file
43+
* feat(autoware_motion_velocity_planner): point-cloud clustering optimization (`#1410 <https://github.com/autowarefoundation/autoware_launch/issues/1410>`_)
44+
* fix
45+
* fix
46+
* fix
47+
---------
48+
* feat(mvp_run_out): update for new motion_velocity_planner run_out (`#1388 <https://github.com/autowarefoundation/autoware_launch/issues/1388>`_)
49+
* feat(planning_validator): detect sudden trajectory shift (`#1380 <https://github.com/autowarefoundation/autoware_launch/issues/1380>`_)
50+
* update planning validator config
51+
* add new planning diagnostic path
52+
* visualize planning validator virtual wall by default
53+
* move planning validator display under planning/diagnostic namespace
54+
* add jerk limit parameter
55+
---------
56+
* feat(planning_validator): add lateral jerk validation parameters (`#1406 <https://github.com/autowarefoundation/autoware_launch/issues/1406>`_)
57+
* Contributors: Arjun Jagdish Ram, Kento Yabuuchi, Kenzo Lobos Tsunekawa, Kyoichi Sugahara, Masaki Baba, Masato Saeki, Maxime CLEMENT, Mitsuhiro Sakamoto, Ryohsuke Mitsudome, Satoshi OTA, Sho Iwasawa, Takagi, Isamu, Takayuki Murooka, Yuki TAKAGI, badai nguyen, github-actions, mkquda
58+
559
0.44.3 (2025-06-10)
660
-------------------
761
* feat: add pointcloud container arg for simulator component (`#1479 <https://github.com/autowarefoundation/autoware_launch/issues/1479>`_) (`#1487 <https://github.com/autowarefoundation/autoware_launch/issues/1487>`_)

autoware_launch/config/control/autoware_collision_detector/collision_detector.param.yaml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,3 +14,8 @@
1414
filter_motorcycle: false
1515
filter_pedestrian: false
1616
filter_unknown: true
17+
ignore_behind_rear_axle: true # If true, collisions detected behind the rear axle of the ego vehicle are ignored
18+
time_buffer: # buffer to start or stop publishing the ERROR diagnostic
19+
on_duration: 0.2 # [s] minimum consecutive detection time before triggering the diagnostic
20+
off_duration: 5.0 # [s] minimum consecutive time without collision detection (including the hysteresis) before releasing the diagnostic
21+
off_distance_hysteresis: 1.0 # [m] extra distance used to detect collisions once the diagnostic is triggered

autoware_launch/config/control/control_validator/control_validator.param.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,7 @@
99

1010
thresholds:
1111
max_distance_deviation: 1.0
12+
lateral_jerk: 10.0
1213
acc_error_offset: 0.8
1314
acc_error_scale: 0.2
1415
rolling_back_velocity: 0.5

autoware_launch/config/control/operation_mode_transition_manager/operation_mode_transition_manager.param.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
/**:
22
ros__parameters:
3+
input_timeout: 3.0
34
transition_timeout: 10.0
45
frequency_hz: 10.0
56

Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
/**:
2+
ros__parameters:
3+
diagnostics:
4+
# When the processing time exceeds the max_allowed_processing_time,
5+
# a warning will be triggered.
6+
max_allowed_processing_time_ms: 200.0 # in milliseconds
7+
# If the warning is triggered and if a timestamp of last normal processing is more than
8+
# max_acceptable_consecutive_delay_ms, an error diagnostic message will be sent.
9+
max_acceptable_consecutive_delay_ms: 1000.0
10+
# interval of diagnostic callback in milliseconds
11+
pointpainting_validation_callback_interval_ms: 100.0 # in milliseconds
Lines changed: 22 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,22 @@
1+
/**:
2+
ros__parameters:
3+
# modality
4+
sensor_fusion: true
5+
# non-network params
6+
max_camera_lidar_delay: 0.12
7+
# plugins
8+
plugins_path: $(find-pkg-share autoware_tensorrt_plugins)/plugins/libautoware_tensorrt_plugins.so
9+
# network
10+
trt_precision: fp16
11+
cloud_capacity: 2000000
12+
onnx_path: "$(var model_path)/bevfusion_camera_lidar.onnx"
13+
engine_path: "$(var model_path)/bevfusion_camera_lidar.engine"
14+
# pre-process params
15+
densification_num_past_frames: 1
16+
densification_world_frame_id: map
17+
# post-process params
18+
circle_nms_dist_threshold: 0.5
19+
iou_nms_search_distance_2d: 10.0
20+
iou_nms_threshold: 0.1
21+
yaw_norm_thresholds: [0.3, 0.3, 0.3, 0.3, 0.0] # refers to the class_names
22+
score_threshold: 0.1
Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
/**:
2+
ros__parameters:
3+
diagnostics:
4+
# When the processing time exceeds the max_allowed_processing_time,
5+
# a warning will be triggered.
6+
max_allowed_processing_time_ms: 200.0 # in milliseconds
7+
# If the warning is triggered and if a timestamp of last normal processing is more than
8+
# max_acceptable_consecutive_delay_ms, an error diagnostic message will be sent.
9+
max_acceptable_consecutive_delay_ms: 1000.0
10+
# interval of diagnostic callback in milliseconds
11+
validation_callback_interval_ms: 100.0 # in milliseconds
Lines changed: 22 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,22 @@
1+
/**:
2+
ros__parameters:
3+
# modality
4+
sensor_fusion: false
5+
# non-network params
6+
max_camera_lidar_delay: 0.0
7+
# plugins
8+
plugins_path: $(find-pkg-share autoware_tensorrt_plugins)/plugins/libautoware_tensorrt_plugins.so
9+
# network
10+
trt_precision: fp16
11+
cloud_capacity: 2000000
12+
onnx_path: "$(var model_path)/bevfusion_lidar.onnx"
13+
engine_path: "$(var model_path)/bevfusion_lidar.engine"
14+
# pre-process params
15+
densification_num_past_frames: 1
16+
densification_world_frame_id: map
17+
# post-process params
18+
circle_nms_dist_threshold: 0.5
19+
iou_nms_search_distance_2d: 10.0
20+
iou_nms_threshold: 0.1
21+
yaw_norm_thresholds: [0.3, 0.3, 0.3, 0.3, 0.0] # refers to the class_names
22+
score_threshold: 0.1

autoware_launch/config/perception/occupancy_grid_map/multi_lidar_pointcloud_based_occupancy_grid_map.param.yaml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,8 @@
1414

1515
# debug parameters
1616
publish_processing_time_detail: false
17+
processing_time_tolerance_ms: 50.0 # [ms]
18+
processing_time_consecutive_excess_tolerance_ms: 1000.0 # [ms]
1719

1820
# downsample input pointcloud
1921
downsample_input_pointcloud: true

0 commit comments

Comments
 (0)