Skip to content

Commit b2c38f6

Browse files
Merge pull request #614 from tier4/beta-to-tier4-main-sync
chore: sync beta branch beta/v0.35 with tier4/main
2 parents bbac9e3 + 77b20fe commit b2c38f6

File tree

29 files changed

+138
-257
lines changed

29 files changed

+138
-257
lines changed

.github/CODEOWNERS

Lines changed: 1 addition & 1 deletion

.github/CODEOWNERS-manual

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ autoware_launch/** [email protected] [email protected] mfc@leodr
44
55
66
7-
autoware_launch/config/perception/** [email protected] [email protected] [email protected]
7+
88
99
1010
autoware_launch/config/system/** [email protected] [email protected]
@@ -13,7 +13,7 @@ autoware_launch/launch/components/tier4_autoware_api_component.launch.xml isamu.
1313
autoware_launch/launch/components/tier4_control_component.launch.xml [email protected] [email protected] [email protected] [email protected]
1414
1515
16-
autoware_launch/launch/components/tier4_perception_component.launch.xml [email protected] [email protected] [email protected]
16+
autoware_launch/launch/components/tier4_perception_component.launch.xml [email protected] [email protected] [email protected] [email protected]
1717
autoware_launch/launch/components/tier4_planning_component.launch.xml [email protected] [email protected] [email protected] [email protected]
1818
autoware_launch/launch/components/tier4_sensing_component.launch.xml [email protected] [email protected] [email protected]
1919
autoware_launch/launch/components/tier4_simulator_component.launch.xml [email protected] [email protected] [email protected] [email protected]

autoware_launch/config/control/trajectory_follower/lateral/mpc.param.yaml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@
55
use_steer_prediction: false # flag for using steer prediction (do not use steer measurement)
66
admissible_position_error: 5.0 # stop mpc calculation when error is larger than the following value
77
admissible_yaw_error_rad: 1.57 # stop mpc calculation when error is larger than the following value
8+
use_delayed_initial_state: true # flag to use x0_delayed as initial state for predicted trajectory
89

910
# -- path smoothing --
1011
enable_path_smoothing: false # flag for path smoothing
@@ -75,4 +76,4 @@
7576
average_num: 1000
7677
steering_offset_limit: 0.02
7778

78-
debug_publish_predicted_trajectory: true # publish debug predicted trajectory in Frenet coordinate
79+
publish_debug_trajectories: true # flag to publish predicted trajectory and resampled reference trajectory for debug purpose

autoware_launch/config/perception/obstacle_segmentation/ground_segmentation/ground_segmentation.param.yaml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -34,3 +34,6 @@
3434
low_priority_region_x: -20.0
3535
center_pcl_shift: 0.0
3636
radial_divider_angle_deg: 1.0
37+
38+
# debug parameters
39+
publish_processing_time_detail: false

autoware_launch/config/perception/obstacle_segmentation/occupancy_grid_based_outlier_filter/occupancy_grid_map_outlier_filter.param.yaml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,3 +10,6 @@
1010
cost_threshold: 45
1111
use_radius_search_2d_filter: true
1212
enable_debugger: false
13+
14+
# debug parameters
15+
publish_processing_time_detail: False

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

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,3 +16,6 @@
1616
map_length: 150.0
1717
map_width: 150.0
1818
map_resolution: 0.5
19+
20+
# debug parameters
21+
publish_processing_time_detail: false

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

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,9 @@
1212
map_length_x: 150.0 # [m]
1313
map_length_y: 150.0 # [m]
1414

15+
# debug parameters
16+
publish_processing_time_detail: false
17+
1518
# downsample input pointcloud
1619
downsample_input_pointcloud: true
1720
downsample_voxel_size: 0.25 # [m]

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

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -32,3 +32,6 @@
3232
projection_dz_threshold: 0.01 # [m] for avoiding null division
3333
obstacle_separation_threshold: 1.0 # [m] fill the interval between obstacles with unknown for this length
3434
pub_debug_grid: false
35+
36+
# debug parameters
37+
publish_processing_time_detail: false

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

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,3 +18,6 @@
1818
fusion_map_length_x: 100.0
1919
fusion_map_length_y: 100.0
2020
fusion_map_resolution: 0.5
21+
22+
# debug parameters
23+
publish_processing_time_detail: false

autoware_launch/config/planning/mission_planning/mission_planner/mission_planner.param.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,3 +10,4 @@
1010
minimum_reroute_length: 30.0
1111
consider_no_drivable_lanes: false # This flag is for considering no_drivable_lanes in planning or not.
1212
check_footprint_inside_lanes: true
13+
allow_reroute_in_autonomous_mode: true

0 commit comments

Comments
 (0)