File tree 1 file changed +5
-5
lines changed
planning/behavior_path_lane_change_module/src
1 file changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -1888,11 +1888,11 @@ bool NormalLaneChange::calcAbortPath()
1888
1888
1889
1889
PathWithLaneId reference_lane_segment = prev_module_path_;
1890
1890
{
1891
- const auto terminal_path =
1892
- calcTerminalLaneChangePath (reference_lanelets, selected_path.info .target_lanes );
1893
- if (terminal_path) {
1894
- reference_lane_segment = terminal_path->path ;
1895
- }
1891
+ // const auto terminal_path =
1892
+ // calcTerminalLaneChangePath(reference_lanelets, selected_path.info.target_lanes);
1893
+ // if (terminal_path) {
1894
+ // reference_lane_segment = terminal_path->path;
1895
+ // }
1896
1896
const auto return_pose = shifted_path.path .points .at (abort_return_idx).point .pose ;
1897
1897
const auto seg_idx = motion_utils::findFirstNearestSegmentIndexWithSoftConstraints (
1898
1898
reference_lane_segment.points , return_pose, common_param.ego_nearest_dist_threshold ,
You can’t perform that action at this time.
0 commit comments