Skip to content

Commit

Permalink
planning: relaxed a distance check between path_end and destination_s…
Browse files Browse the repository at this point in the history
… for pull over. it was almost unnecessary
  • Loading branch information
jmtao authored and yifeijiang committed May 14, 2020
1 parent b1040b7 commit 39b11f8
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion modules/planning/conf/planning_config.pb.txt
Original file line number Diff line number Diff line change
Expand Up @@ -341,7 +341,7 @@ default_task_config: {
is_lane_borrowing: false
is_pull_over: false
pull_over_destination_to_adc_buffer: 25.0
pull_over_destination_to_pathend_buffer: 10.0
pull_over_destination_to_pathend_buffer: 4.0
pull_over_road_edge_buffer: 0.15
pull_over_approach_lon_distance_adjust_factor: 1.5
}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -89,7 +89,7 @@ stage_config: {
is_lane_borrowing: false
is_pull_over: true
pull_over_destination_to_adc_buffer: 25.0
pull_over_destination_to_pathend_buffer: 10.0
pull_over_destination_to_pathend_buffer: 4.0
pull_over_road_edge_buffer: 0.15
pull_over_approach_lon_distance_adjust_factor: 1.6
}
Expand Down Expand Up @@ -180,4 +180,4 @@ stage_config: {
task_config: {
task_type: ST_BOUNDS_DECIDER
}
}
}
2 changes: 1 addition & 1 deletion modules/planning/conf/scenario/pull_over_config.pb.txt
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ stage_config: {
is_lane_borrowing: false
is_pull_over: true
pull_over_destination_to_adc_buffer: 25.0
pull_over_destination_to_pathend_buffer: 10.0
pull_over_destination_to_pathend_buffer: 4.0
pull_over_road_edge_buffer: 0.15
pull_over_approach_lon_distance_adjust_factor: 1.6
}
Expand Down

0 comments on commit 39b11f8

Please sign in to comment.