Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore: sync beta branch beta/v0.27.0 with tier4/main #388

Merged
merged 25 commits into from
Apr 22, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
25 commits
Select commit Hold shift + click to select a range
d475f03
fix(lane_change): collision check for prepare in intersection (#930)
zulfaqar-azmi-t4 Apr 3, 2024
a1c7059
Merge pull request #366 from tier4/sync-awf-latest
tier4-autoware-public-bot[bot] Apr 3, 2024
f563ff7
feat(autoware_launch): add centerpoint_sigma param (#945)
tzhong518 Apr 4, 2024
38b1ec5
Merge pull request #369 from tier4/sync-awf-latest
tier4-autoware-public-bot[bot] Apr 4, 2024
18173b0
feat(lane_change): check prepare phase in turn direction lanes (#943)
zulfaqar-azmi-t4 Apr 5, 2024
28b7d00
Merge pull request #370 from tier4/sync-awf-latest
tier4-autoware-public-bot[bot] Apr 5, 2024
e37a063
feat(run_out): maintain stop wall for some seconds (#944)
danielsanchezaran Apr 5, 2024
89f74e0
Merge pull request #372 from tier4/sync-awf-latest
tier4-autoware-public-bot[bot] Apr 5, 2024
6f1afbf
chore(ground_segmentation): add tuning param (#946)
badai-nguyen Apr 8, 2024
0d57ad5
Merge pull request #374 from tier4/sync-awf-latest
tier4-autoware-public-bot[bot] Apr 8, 2024
6b2229e
feat(avoidance): limit acceleration during avoidance maneuver (#947)
satoshi-ota Apr 9, 2024
e035a22
Merge pull request #375 from tier4/sync-awf-latest
tier4-autoware-public-bot[bot] Apr 9, 2024
3cdbbe0
fix(trajectory_follower): accommodate the parameters of the controlle…
HansOersted Apr 9, 2024
5f1819f
Merge pull request #376 from tier4/sync-awf-latest
tier4-autoware-public-bot[bot] Apr 9, 2024
c844a88
fix(tier4_control_component_launch): fix duplicate declaration of con…
xuyuan-han Apr 9, 2024
b16eec9
Merge pull request #377 from tier4/sync-awf-latest
tier4-autoware-public-bot[bot] Apr 9, 2024
4d5865c
chore(intersection_occlusion): increase possible_object_bbox size to …
soblin Apr 10, 2024
2d034f3
Merge pull request #378 from tier4/sync-awf-latest
tier4-autoware-public-bot[bot] Apr 10, 2024
727ca26
refactor(avoidance, AbLC): rebuild parameter structure (#951)
satoshi-ota Apr 11, 2024
24dfbdb
Merge pull request #380 from tier4/sync-awf-latest
tier4-autoware-public-bot[bot] Apr 11, 2024
55009f3
refactor(avoidance): unify redundant parameters (#953)
satoshi-ota Apr 12, 2024
c9663f0
Merge pull request #381 from tier4/sync-awf-latest
tier4-autoware-public-bot[bot] Apr 12, 2024
07c555a
Merge pull request #382 from tier4/sync-awf-upstream
tier4-autoware-public-bot[bot] Apr 17, 2024
4422dec
fix: add has_variance to pointpainting.param.yaml
tzhong518 Apr 18, 2024
3e7dacd
Merge pull request #383 from tier4/hotfix/centerpoint_sigma_config
miursh Apr 18, 2024
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
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@
# -- vehicle model --
vehicle_model_type: "kinematics" # vehicle model type for mpc prediction. option is kinematics, kinematics_no_delay, and dynamics
input_delay: 0.24 # steering input delay time for delay compensation
vehicle_model_steer_tau: 0.3 # steering dynamics time constant (1d approximation) [s]
vehicle_model_steer_tau: 0.27 # steering dynamics time constant (1d approximation) [s]
steer_rate_lim_dps_list_by_curvature: [40.0, 50.0, 60.0] # steering angle rate limit list depending on curvature [deg/s]
curvature_list_for_steer_rate_lim: [0.001, 0.002, 0.01] # curvature list for steering angle rate limit interpolation in ascending order [/m]
steer_rate_lim_dps_list_by_velocity: [60.0, 50.0, 40.0] # steering angle rate limit list depending on velocity [deg/s]
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
/**:
ros__parameters:
delay_compensation_time: 0.17
delay_compensation_time: 0.1

enable_smooth_stop: true
enable_overshoot_emergency: true
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@
iou_nms_threshold: 0.1
yaw_norm_thresholds: [0.3, 0.3, 0.3, 0.3, 0.0]
score_threshold: 0.35
has_variance: false
has_twist: false
trt_precision: fp16
densification_num_past_frames: 1
Expand Down
Original file line number Diff line number Diff line change
@@ -0,0 +1,27 @@
/**:
ros__parameters:
class_names: ["CAR", "TRUCK", "BUS", "BICYCLE", "PEDESTRIAN"]
point_feature_size: 4
max_voxel_size: 40000
point_cloud_range: [-76.8, -76.8, -4.0, 76.8, 76.8, 6.0]
voxel_size: [0.32, 0.32, 10.0]
downsample_factor: 1
encoder_in_feature_size: 9
# post-process params
circle_nms_dist_threshold: 0.5
iou_nms_target_class_names: ["CAR"]
iou_nms_search_distance_2d: 10.0
iou_nms_threshold: 0.1
yaw_norm_thresholds: [0.3, 0.3, 0.3, 0.3, 0.0]
score_threshold: 0.35
has_variance: true
has_twist: true
trt_precision: fp16
densification_num_past_frames: 1
densification_world_frame_id: map

# weight files
encoder_onnx_path: "$(var model_path)/pts_voxel_encoder_$(var model_name).onnx"
encoder_engine_path: "$(var model_path)/pts_voxel_encoder_$(var model_name).engine"
head_onnx_path: "$(var model_path)/pts_backbone_neck_head_$(var model_name).onnx"
head_engine_path: "$(var model_path)/pts_backbone_neck_head_$(var model_name).engine"
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@
iou_nms_threshold: 0.1
yaw_norm_thresholds: [0.3, 0.3, 0.3, 0.3, 0.0]
score_threshold: 0.35
has_variance: false
has_twist: false
trt_precision: fp16
densification_num_past_frames: 1
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@
downsample_factor: 1
encoder_in_feature_size: 12
yaw_norm_thresholds: [0.3, 0.3, 0.3, 0.3, 0.0]
has_variance: false
has_twist: false
densification_params:
world_frame_id: "map"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,7 @@
detection_range_z_max: 2.5
elevation_grid_mode: true
use_recheck_ground_cluster: true
use_lowest_point: true
low_priority_region_x: -20.0
center_pcl_shift: 0.0
radial_divider_angle_deg: 1.0
Loading
Loading