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 @@ -1974,11 +1974,11 @@ bool NormalLaneChange::calcAbortPath()
1974
1974
1975
1975
auto reference_lane_segment = prev_module_output_.path ;
1976
1976
{
1977
- const auto terminal_path =
1978
- calcTerminalLaneChangePath (reference_lanelets, selected_path.info .target_lanes );
1979
- if (terminal_path) {
1980
- reference_lane_segment = terminal_path->path ;
1981
- }
1977
+ // const auto terminal_path =
1978
+ // calcTerminalLaneChangePath(reference_lanelets, selected_path.info.target_lanes);
1979
+ // if (terminal_path) {
1980
+ // reference_lane_segment = terminal_path->path;
1981
+ // }
1982
1982
const auto return_pose = shifted_path.path .points .at (abort_return_idx).point .pose ;
1983
1983
const auto seg_idx = motion_utils::findFirstNearestSegmentIndexWithSoftConstraints (
1984
1984
reference_lane_segment.points , return_pose, common_param.ego_nearest_dist_threshold ,
You can’t perform that action at this time.
0 commit comments