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.36 with tier4/main #622

Merged
merged 30 commits into from
Oct 10, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
30 commits
Select commit Hold shift + click to select a range
705c589
feat(tier4_perception_launch): enable to use multi camera on traffic …
MasatoSaeki Sep 19, 2024
afbcb77
Merge pull request #601 from tier4/sync-awf-latest
tier4-autoware-public-bot[bot] Sep 19, 2024
895731f
refactor(behavior_path_planner): remove unnecessary parameters (#1172)
takayuki5168 Sep 19, 2024
24bb9e7
Merge pull request #602 from tier4/sync-awf-latest
tier4-autoware-public-bot[bot] Sep 19, 2024
96477cc
refactor(system_monitor/ntp_monitor): add-missing-parameters (#1174)
TetsuKawa Sep 20, 2024
b1a8f45
refactor(system_monitor/net_monitor): remove-missing-patameters (#1175)
TetsuKawa Sep 20, 2024
b7b8169
Merge pull request #604 from tier4/sync-awf-latest
tier4-autoware-public-bot[bot] Sep 20, 2024
4cc9120
feat(emergency_handler): delete package (#1173)
veqcc Sep 20, 2024
d7aedeb
Merge pull request #605 from tier4/sync-awf-latest
tier4-autoware-public-bot[bot] Sep 20, 2024
a8e335c
fix(avoidance_by_lane_change): remove unused parameter (#1176)
go-sakayori Sep 20, 2024
4288f79
feat(lane_change): add lane change parameter (#1157)
mkquda Sep 20, 2024
2a89eea
Merge pull request #606 from tier4/sync-awf-latest
tier4-autoware-public-bot[bot] Sep 20, 2024
42409e3
fix(perception): adopt awsim (tlr) camera topic (#1177)
MasatoSaeki Sep 20, 2024
8486871
Merge pull request #608 from tier4/sync-awf-latest
tier4-autoware-public-bot[bot] Sep 20, 2024
5563b43
revert: feat: change visualization of localization results from PoseH…
xmfcx Sep 20, 2024
f9f7ff3
Merge pull request #609 from tier4/sync-awf-latest
tier4-autoware-public-bot[bot] Sep 20, 2024
b4f7ee5
feat(system_error_monitor): delete system error monitor (#1178)
TetsuKawa Sep 24, 2024
963a958
Merge pull request #612 from tier4/sync-awf-latest
tier4-autoware-public-bot[bot] Sep 24, 2024
f9e12a6
feat(autonomous_emergency_braking): initiate speed_calculation_expans…
ismetatabay Sep 26, 2024
6c0c74f
Merge pull request #613 from tier4/sync-awf-latest
tier4-autoware-public-bot[bot] Sep 26, 2024
ebd55cc
feat(pose_initializer): add new parameter for check error between ini…
RyuYamamoto Sep 27, 2024
953d4a8
Merge pull request #615 from tier4/sync-awf-latest
tier4-autoware-public-bot[bot] Sep 27, 2024
6c0733a
fix(obstacle_cruise_planner): tune obstacle_cruise_planner for cruisi…
ahmeddesokyebrahim Sep 30, 2024
41475ad
Merge branch 'awf-latest' into sync-awf-latest
takayuki5168 Sep 30, 2024
f567a9c
Merge pull request #616 from tier4/sync-awf-latest
takayuki5168 Sep 30, 2024
6ed90f9
revert(obstacle_cruise): revert an awf change (#617)
yuki-takagi-66 Oct 1, 2024
56fdc60
feat(autonomous_emergency_braking): set max imu path length (#1183)
danielsanchezaran Oct 2, 2024
cf9840b
chore(crop_box_filter): add missing default parameter (#1155)
badai-nguyen Oct 2, 2024
4e3a88b
Merge pull request #618 from tier4/sync-awf-latest
tier4-autoware-public-bot[bot] Oct 2, 2024
c8a5b56
Merge pull request #619 from tier4/sync-awf-upstream
tier4-autoware-public-bot[bot] Oct 3, 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 @@ -7,7 +7,8 @@
use_predicted_object_data: false
use_object_velocity_calculation: true
check_autoware_state: true
min_generated_path_length: 0.5
min_generated_imu_path_length: 0.5
max_generated_imu_path_length: 10.0
imu_prediction_time_horizon: 1.5
imu_prediction_time_interval: 0.1
mpc_prediction_time_horizon: 4.5
Expand All @@ -27,6 +28,7 @@
# Point cloud cropping
expand_width: 0.1
path_footprint_extra_margin: 4.0
speed_calculation_expansion_margin: 0.5

# Point cloud clustering
cluster_tolerance: 0.15 #[m]
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,8 @@

gnss_pose_timeout: 3.0 # [sec]
stop_check_duration: 3.0 # [sec]
pose_error_threshold: 5.0 # [m]
pose_error_check_enabled: false
ekf_enabled: $(var ekf_enabled)
gnss_enabled: $(var gnss_enabled)
yabloc_enabled: $(var yabloc_enabled)
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -15,3 +15,4 @@
min_y: -200.0
max_z: 2.0
min_z: -10.0
negative: false
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,6 @@
# avoidance is performed for the object type with true
target_object:
car:
execute_num: 2 # [-]
th_moving_speed: 1.0 # [m/s]
th_moving_time: 1.0 # [s]
max_expand_ratio: 0.0 # [-]
Expand All @@ -17,7 +16,6 @@
hard_margin: 0.0 # [m]
hard_margin_for_parked_vehicle: 0.0 # [m]
truck:
execute_num: 2
th_moving_speed: 1.0 # 3.6km/h
th_moving_time: 1.0
max_expand_ratio: 0.0
Expand All @@ -27,7 +25,6 @@
hard_margin: 0.0 # [m]
hard_margin_for_parked_vehicle: 0.0 # [m]
bus:
execute_num: 2
th_moving_speed: 1.0 # 3.6km/h
th_moving_time: 1.0
max_expand_ratio: 0.0
Expand All @@ -37,7 +34,6 @@
hard_margin: 0.0 # [m]
hard_margin_for_parked_vehicle: 0.0 # [m]
trailer:
execute_num: 2
th_moving_speed: 1.0 # 3.6km/h
th_moving_time: 1.0
max_expand_ratio: 0.0
Expand All @@ -47,7 +43,6 @@
hard_margin: 0.0 # [m]
hard_margin_for_parked_vehicle: 0.0 # [m]
unknown:
execute_num: 1
th_moving_speed: 0.28 # 1.0km/h
th_moving_time: 1.0
max_expand_ratio: 0.0
Expand All @@ -57,7 +52,6 @@
hard_margin: 0.0 # [m]
hard_margin_for_parked_vehicle: 0.0 # [m]
bicycle:
execute_num: 2
th_moving_speed: 0.28 # 1.0km/h
th_moving_time: 1.0
max_expand_ratio: 0.0
Expand All @@ -67,7 +61,6 @@
hard_margin: 1.0 # [m]
hard_margin_for_parked_vehicle: 1.0 # [m]
motorcycle:
execute_num: 2
th_moving_speed: 1.0 # 3.6km/h
th_moving_time: 1.0
max_expand_ratio: 0.0
Expand All @@ -77,7 +70,6 @@
hard_margin: 1.0 # [m]
hard_margin_for_parked_vehicle: 1.0 # [m]
pedestrian:
execute_num: 2
th_moving_speed: 0.28 # 1.0km/h
th_moving_time: 1.0
max_expand_ratio: 0.0
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,7 @@
# safety check
safety_check:
allow_loose_check_for_cancel: true
enable_target_lane_bound_check: true
collision_check_yaw_diff_threshold: 3.1416
execution:
expected_front_deceleration: -1.0
Expand Down
57 changes: 16 additions & 41 deletions autoware_launch/rviz/autoware.rviz
Original file line number Diff line number Diff line change
Expand Up @@ -520,39 +520,26 @@ Visualization Manager:
Topic:
Depth: 5
Durability Policy: Volatile
Filter size: 10
History Policy: Keep Last
Reliability Policy: Reliable
Value: /localization/pose_estimator/pose_with_covariance
Value: false
Value: true
- Buffer Size: 200
Class: rviz_plugins::PoseWithCovarianceHistory
Covariance:
Alpha: 0.5
Color: 204; 51; 204
Scale: 1
Value: true
Class: rviz_plugins::PoseHistory
Enabled: false
Name: PoseWithCovarianceHistory
Path:
Shape Type:
Alpha: 0.999
Color: 170; 255; 127
Head Length: 0.20000
Head diameter: 0.30000
Shaft Length: 0.30000
Shaft diameter: 0.15000
Value: Line
Width: 0.10000
Line:
Color: 170; 255; 127
Value: true
Width: 0.10000000149011612
Alpha: 0.999
Name: PoseHistory
Topic:
Depth: 5
Durability Policy: Volatile
Filter size: 10
History Policy: Keep Last
Reliability Policy: Reliable
Value: /localization/pose_estimator/pose_with_covariance
Value: false
Value: /localization/pose_estimator/pose
Value: true
- Alpha: 0.999
Autocompute Intensity Bounds: true
Autocompute Value Bounds:
Expand Down Expand Up @@ -635,32 +622,20 @@ Visualization Manager:
- Class: rviz_common/Group
Displays:
- Buffer Size: 1000
Class: rviz_plugins::PoseWithCovarianceHistory
Covariance:
Alpha: 0.5
Color: 153; 193; 241
Scale: 1
Value: false
Class: rviz_plugins::PoseHistory
Enabled: true
Name: PoseWithCovarianceHistory
Path:
Shape Type:
Alpha: 0.999
Color: 0; 255; 255
Head Length: 0.20000
Head diameter: 0.300000
Shaft Length: 0.30000
Shaft diameter: 0.15000
Value: Line
Width: 0.10000
Line:
Color: 0; 255; 255
Value: true
Width: 0.10000000149011612
Alpha: 0.999
Name: PoseHistory
Topic:
Depth: 5
Durability Policy: Volatile
Filter size: 10
History Policy: Keep Last
Reliability Policy: Reliable
Value: /localization/pose_with_covariance
Value: /localization/pose_twist_fusion_filter/pose
Value: true
Enabled: true
Name: EKF
Expand Down
Loading