Skip to content

Commit

Permalink
set orientation to path points
Browse files Browse the repository at this point in the history
Signed-off-by: mitukou1109 <mitukou1109@gmail.com>
  • Loading branch information
mitukou1109 committed Feb 3, 2025
1 parent 098005c commit 4d0f7b8
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions planning/autoware_path_generator/src/node.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -348,6 +348,7 @@ std::optional<PathWithLaneId> PathGenerator::generate_path(
return std::nullopt;
}

trajectory->align_orientation_with_trajectory_direction();
trajectory->crop(s_offset + s_start, s_end - s_start);

PathWithLaneId path{};
Expand Down

0 comments on commit 4d0f7b8

Please sign in to comment.