-
Notifications
You must be signed in to change notification settings - Fork 679
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
feat(lane_change): using frenet planner to generate lane change path when ego near terminal #9767
Merged
zulfaqar-azmi-t4
merged 22 commits into
autowarefoundation:main
from
tier4:RT1-5068-lane-change-frenet
Jan 14, 2025
Merged
feat(lane_change): using frenet planner to generate lane change path when ego near terminal #9767
zulfaqar-azmi-t4
merged 22 commits into
autowarefoundation:main
from
tier4:RT1-5068-lane-change-frenet
Jan 14, 2025
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Thank you for contributing to the Autoware project! 🚧 If your pull request is in progress, switch it to draft mode. Please ensure:
|
4cae773
to
11e2774
Compare
66b4fe2
to
881afe1
Compare
6453e15
to
3253f79
Compare
mkquda
reviewed
Jan 6, 2025
planning/behavior_path_planner/autoware_behavior_path_lane_change_module/README.md
Show resolved
Hide resolved
mkquda
reviewed
Jan 6, 2025
planning/behavior_path_planner/autoware_behavior_path_lane_change_module/src/utils/path.cpp
Outdated
Show resolved
Hide resolved
mkquda
reviewed
Jan 6, 2025
planning/behavior_path_planner/autoware_behavior_path_lane_change_module/src/utils/path.cpp
Outdated
Show resolved
Hide resolved
maxime-clem
approved these changes
Jan 6, 2025
planning/behavior_path_planner/autoware_behavior_path_lane_change_module/README.md
Outdated
Show resolved
Hide resolved
mkquda
reviewed
Jan 9, 2025
planning/behavior_path_planner/autoware_behavior_path_lane_change_module/src/utils/path.cpp
Show resolved
Hide resolved
Signed-off-by: Zulfaqar Azmi <[email protected]>
Signed-off-by: Zulfaqar Azmi <[email protected]>
Signed-off-by: Zulfaqar Azmi <[email protected]>
Signed-off-by: Zulfaqar Azmi <[email protected]>
Signed-off-by: Zulfaqar Azmi <[email protected]>
Signed-off-by: Zulfaqar Azmi <[email protected]>
Signed-off-by: Zulfaqar Azmi <[email protected]>
Signed-off-by: Zulfaqar Azmi <[email protected]>
Signed-off-by: Zulfaqar Azmi <[email protected]>
Signed-off-by: Zulfaqar Azmi <[email protected]>
Signed-off-by: Zulfaqar Azmi <[email protected]>
Signed-off-by: Zulfaqar Azmi <[email protected]>
Signed-off-by: Zulfaqar Azmi <[email protected]>
Signed-off-by: Zulfaqar Azmi <[email protected]>
Signed-off-by: Zulfaqar Azmi <[email protected]>
Signed-off-by: Zulfaqar Azmi <[email protected]>
Signed-off-by: Zulfaqar Azmi <[email protected]>
Signed-off-by: Zulfaqar Azmi <[email protected]>
Signed-off-by: Zulfaqar Azmi <[email protected]>
Signed-off-by: Zulfaqar Azmi <[email protected]>
Signed-off-by: Zulfaqar Azmi <[email protected]>
2903577
to
080250b
Compare
Signed-off-by: Zulfaqar Azmi <[email protected]>
0715615
into
autowarefoundation:main
32 of 34 checks passed
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
component:planning
Route planning, decision-making, and navigation. (auto-assigned)
run:build-and-test-differential
Mark to enable build-and-test-differential workflow. (used-by-ci)
run:deploy-docs
Mark for deploy-docs action generation. (used-by-ci)
type:documentation
Creating or refining documentation. (auto-assigned)
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Description
This PR adds frenet planner to generate candidate path when ego is near terminal.
Related launcher's PR. autowarefoundation/autoware_launch#1290
Related links
Parent Issue:
How was this PR tested?
Notes for reviewers
None.
ROS Parameter Changes
Additions and removals
trajectory.th_prepare_curvature
double
0.03
frenet.enable
bool
0.03
frenet.th_yaw_diff
bool
10.0
frenet.th_curvature_smoothing
bool
0.1
Effects on system behavior
None.