-
Notifications
You must be signed in to change notification settings - Fork 690
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 unit tests for shift shift pull out planner #9661
Closed
kyoichi-sugahara
wants to merge
77
commits into
autowarefoundation:main
from
kyoichi-sugahara:test/start_planner/generate_shift_pull_out_path
Closed
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
…nning Signed-off-by: Kyoichi Sugahara <[email protected]>
…rformance improvement Signed-off-by: Kyoichi Sugahara <[email protected]>
Thank you for contributing to the Autoware project! 🚧 If your pull request is in progress, switch it to draft mode. Please ensure:
|
kosuke55
approved these changes
Dec 16, 2024
…tifier (autowarefoundation#9658) fix: bugprone-error Signed-off-by: kobayu858 <[email protected]>
…bug_values, adopt rate limit fillter (autowarefoundation#9656) Signed-off-by: yuki-takagi-66 <[email protected]>
Signed-off-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> Co-authored-by: github-actions <[email protected]>
Signed-off-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> Co-authored-by: github-actions <[email protected]>
Signed-off-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> Co-authored-by: github-actions <[email protected]>
Signed-off-by: Mamoru Sobue <[email protected]>
Signed-off-by: Mamoru Sobue <[email protected]>
…undation#9659) * fix: bugprone-error Signed-off-by: kobayu858 <[email protected]> * fix: fmt Signed-off-by: kobayu858 <[email protected]> * fix: pre-commit Signed-off-by: kobayu858 <[email protected]> * fix: pre-commit Signed-off-by: kobayu858 <[email protected]> --------- Signed-off-by: kobayu858 <[email protected]>
…warefoundation#9662) * fix: bugprone-error Signed-off-by: kobayu858 <[email protected]> * fix: fmt Signed-off-by: kobayu858 <[email protected]> --------- Signed-off-by: kobayu858 <[email protected]>
…utowarefoundation#9668) fix: bugprone-error Signed-off-by: kobayu858 <[email protected]>
…oundation#9669) fix: bugprone-error Signed-off-by: kobayu858 <[email protected]>
…he obstacle pointcloud based validator (autowarefoundation#9663) * chore: add validate_max_distance_m parameter for obstacle_pointcloud_based_validator Signed-off-by: Taekjin LEE <[email protected]> * chore: optimize object distance validation in obstacle_pointcloud_validator Signed-off-by: Taekjin LEE <[email protected]> * chore: add validate_max_distance_m parameter for obstacle_pointcloud_based_validator Signed-off-by: Taekjin LEE <[email protected]> --------- Signed-off-by: Taekjin LEE <[email protected]>
Signed-off-by: amadeuszsz <[email protected]>
…es (autowarefoundation#9681) Signed-off-by: Takayuki Murooka <[email protected]>
…lone (autowarefoundation#9652) fix: bugprone-error Signed-off-by: kobayu858 <[email protected]>
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
component:common
Common packages from the autoware-common repository. (auto-assigned)
component:control
Vehicle control algorithms and mechanisms. (auto-assigned)
component:evaluator
Evaluation tools for planning, localization etc. (auto-assigned)
component:launch
Launch files, scripts and initialization tools. (auto-assigned)
component:localization
Vehicle's position determination in its environment. (auto-assigned)
component:perception
Advanced sensor data processing and environment understanding. (auto-assigned)
component:planning
Route planning, decision-making, and navigation. (auto-assigned)
component:sensing
Data acquisition from sensors, drivers, preprocessing. (auto-assigned)
component:system
System design and integration. (auto-assigned)
component:vehicle
Vehicle-specific implementations, drivers, packages. (auto-assigned)
run:build-and-test-differential
Mark to enable build-and-test-differential workflow. (used-by-ci)
type:ci
Continuous Integration (CI) processes and testing. (auto-assigned)
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
autoware_behavior_path_start_planner_module
TestShiftPullOut
as a friend class toShiftPullOut
classRelated links
Parent Issue:
How was this PR tested?
run colcon test with following command
get the success result
Notes for reviewers
This PR should be merged before this PR.
Interface changes
None.
Effects on system behavior
None.