-
Notifications
You must be signed in to change notification settings - Fork 658
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(tier4_control_launch): use preset.yaml to control which modules to launch for control modules #9351
Merged
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
github-actions
bot
added
the
component:launch
Launch files, scripts and initialization tools. (auto-assigned)
label
Nov 18, 2024
Thank you for contributing to the Autoware project! 🚧 If your pull request is in progress, switch it to draft mode. Please ensure:
|
xtk8532704
force-pushed
the
xtk/cotrol-preset
branch
from
November 18, 2024 06:33
4e442a1
to
aae88c0
Compare
Signed-off-by: xtk8532704 <[email protected]>
Signed-off-by: xtk8532704 <[email protected]>
Signed-off-by: xtk8532704 <[email protected]>
Signed-off-by: xtk8532704 <[email protected]>
Signed-off-by: xtk8532704 <[email protected]>
Signed-off-by: xtk8532704 <[email protected]>
Signed-off-by: xtk8532704 <[email protected]>
Signed-off-by: xtk8532704 <[email protected]>
Signed-off-by: xtk8532704 <[email protected]>
Signed-off-by: xtk8532704 <[email protected]>
Signed-off-by: xtk8532704 <[email protected]>
…on mode transition manager Signed-off-by: xtk8532704 <[email protected]>
Signed-off-by: xtk8532704 <[email protected]>
xtk8532704
force-pushed
the
xtk/cotrol-preset
branch
from
November 18, 2024 07:10
01c838c
to
1d7f5d2
Compare
xtk8532704
added
the
tag:run-build-and-test-differential
Mark to enable build-and-test-differential workflow. (used-by-ci)
label
Nov 18, 2024
7 tasks
kosuke55
approved these changes
Nov 18, 2024
with this PR we can enable only control_validator etc for test. |
@takayuki5168 Would you please review this PR. |
takayuki5168
approved these changes
Nov 18, 2024
zulfaqar-azmi-t4
pushed a commit
to tier4/autoware.universe
that referenced
this pull request
Nov 21, 2024
…to launch for control modules (autowarefoundation#9351) * update contro.launch for preset.xml Signed-off-by: xtk8532704 <[email protected]> * update options. Signed-off-by: xtk8532704 <[email protected]> * fix bug. Signed-off-by: xtk8532704 <[email protected]> * rename to enable_* Signed-off-by: xtk8532704 <[email protected]> * check group. Signed-off-by: xtk8532704 <[email protected]> * space. Signed-off-by: xtk8532704 <[email protected]> * reduce num of load_composable_node. Signed-off-by: xtk8532704 <[email protected]> * tmp save. Signed-off-by: xtk8532704 <[email protected]> * tmp save. Signed-off-by: xtk8532704 <[email protected]> * splite control modules' launch. Signed-off-by: xtk8532704 <[email protected]> * final version Signed-off-by: xtk8532704 <[email protected]> * remove on/off option for shift decider, vehicle cmd gate, and operation mode transition manager Signed-off-by: xtk8532704 <[email protected]> * pre-commit Signed-off-by: xtk8532704 <[email protected]> --------- Signed-off-by: xtk8532704 <[email protected]>
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
component:launch
Launch files, scripts and initialization tools. (auto-assigned)
tag:run-build-and-test-differential
Mark to enable build-and-test-differential workflow. (used-by-ci)
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
Use preset.yaml to control which modules to launch for control modules just as how planning modules are launched.
Related links
autoware_launch PR: autowarefoundation/autoware_launch#1237
How was this PR tested?
Psim, Evaluator.
Notes for reviewers
None.
Interface changes
None.
Effects on system behavior
None.