-
Notifications
You must be signed in to change notification settings - Fork 668
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
test(autoware_behavior_path_start_planner_module): add test helper and implement unit tests for FreespacePullOut #9832
Draft
kyoichi-sugahara
wants to merge
14
commits into
autowarefoundation:main
Choose a base branch
from
kyoichi-sugahara:test/start_planner/add_start_planner_test_helper
base: main
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
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
…sary time_keeper parameter from pull-out planners Signed-off-by: Kyoichi Sugahara <kyoichi.sugahara@tier4.jp>
Signed-off-by: Kyoichi Sugahara <kyoichi.sugahara@tier4.jp>
…per parameter from pull-out planners Signed-off-by: Kyoichi Sugahara <kyoichi.sugahara@tier4.jp>
…lization and parameter handling Signed-off-by: kyoichi-sugahara <kyoichi.sugahara@tier4.jp>
…r/lane_departure_checker/update_constructor Signed-off-by: Kyoichi Sugahara <kyoichi.sugahara@tier4.jp>
… out planners Signed-off-by: kyoichi-sugahara <kyoichi.sugahara@tier4.jp>
…o refactor/start_planner/change_interface Signed-off-by: Kyoichi Sugahara <kyoichi.sugahara@tier4.jp>
…artureChecker dependency from pull-out planners Signed-off-by: Kyoichi Sugahara <kyoichi.sugahara@tier4.jp>
Signed-off-by: Kyoichi Sugahara <kyoichi.sugahara@tier4.jp>
…ctors Signed-off-by: Kyoichi Sugahara <kyoichi.sugahara@tier4.jp>
… FreespacePullOut Signed-off-by: Kyoichi Sugahara <kyoichi.sugahara@tier4.jp>
kyoichi-sugahara
changed the title
test(autoware_behavior_path_goal_planner_module): add test helper and implement unit tests for FreespacePullOut
test(autoware_behavior_path_start_planner_module): add test helper and implement unit tests for FreespacePullOut
Jan 6, 2025
github-actions
bot
added
component:planning
Route planning, decision-making, and navigation. (auto-assigned)
component:control
Vehicle control algorithms and mechanisms. (auto-assigned)
labels
Jan 6, 2025
Thank you for contributing to the Autoware project! 🚧 If your pull request is in progress, switch it to draft mode. Please ensure:
|
…adjust initialization Signed-off-by: kyoichi-sugahara <kyoichi.sugahara@tier4.jp>
…uctors and remove unnecessary member variables Signed-off-by: kyoichi-sugahara <kyoichi.sugahara@tier4.jp>
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
component:control
Vehicle control algorithms and mechanisms. (auto-assigned)
component:planning
Route planning, decision-making, and navigation. (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
includes following PRs change
#9827
#9791
#9788
#9830
#9831
The PRs from above need to be merged in order.
Related links
Parent Issue:
How was this PR tested?
Notes for reviewers
None.
Interface changes
None.
Effects on system behavior
None.