Skip to content

Commit

Permalink
Planning: added path_reuse_decider to lane_follow scenario.
Browse files Browse the repository at this point in the history
  • Loading branch information
sjiang2018 authored and yifeijiang committed Sep 18, 2019
1 parent 2ce004b commit f06f778
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions modules/planning/conf/scenario/lane_follow_config.pb.txt
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ stage_config: {
stage_type: LANE_FOLLOW_DEFAULT_STAGE
enabled: true
task_type: LANE_CHANGE_DECIDER
task_type: PATH_REUSE_DECIDER
task_type: PATH_LANE_BORROW_DECIDER
task_type: PATH_BOUNDS_DECIDER
task_type: PIECEWISE_JERK_PATH_OPTIMIZER
Expand All @@ -23,6 +24,14 @@ stage_config: {
enable_lane_change_urgency_check: true
}
}

task_config: {
task_type: PATH_REUSE_DECIDER
path_reuse_decider_config {
reuse_path: false
}
}

task_config: {
task_type: PATH_LANE_BORROW_DECIDER
path_lane_borrow_decider_config {
Expand Down

0 comments on commit f06f778

Please sign in to comment.