-
Notifications
You must be signed in to change notification settings - Fork 659
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_simulator_launch): add option to disable all perception related modules #6382
feat(tier4_simulator_launch): add option to disable all perception related modules #6382
Conversation
67d3c45
to
aea9c9e
Compare
Thanks. The change itself is good, but I don't know if the original PR approach is appropriate. |
@brkay54 could you rebase and resolve the conflicts? |
aea9c9e
to
e308316
Compare
@xmfcx I solved the conflicts, however, currently, I am implementing |
The way it is right now,
this is not true because some parameters are removed with this pr. |
0667e71
to
0781732
Compare
@xmfcx Sorry, for the missed lines. I updated it now. Tested in PSim with: |
0781732
to
0d6b2b7
Compare
@xmfcx I tried with both options. When it is true as the default option, there is no effect on system behavior. When it is false, it does not launch perception-related modules except |
0d6b2b7
to
cd12d10
Compare
cd12d10
to
f2928a1
Compare
f2928a1
to
3f074cf
Compare
Why is
It is in the |
3f074cf
to
30efae2
Compare
…lated modules Signed-off-by: Berkay Karaman <[email protected]>
ba29fad
to
55b03cb
Compare
Alright, with the last change, this change puts:
into a group controlled by "launch_simulator_perception_modules" bool. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
It doesn't change the existing behavior, should be ok to merge.
@KeisukeShima Could you review as code owners? Should be ok to merge, simple change. |
@KeisukeShima Please use this view while reviewing: |
This is a very simple change, just adds 3 lines and changes no existing behaviors, can we merge it? Once a better solution is found, it can easily be reverted. @takayuki5168 -san |
…lated modules (autowarefoundation#6382) Signed-off-by: Berkay Karaman <[email protected]>
…lated modules (autowarefoundation#6382) Signed-off-by: Berkay Karaman <[email protected]> Signed-off-by: kaigohirao <[email protected]>
…lated modules (autowarefoundation#6382) Signed-off-by: Berkay Karaman <[email protected]>
…lated modules (autowarefoundation#6382) Signed-off-by: Berkay Karaman <[email protected]>
…lated modules (autowarefoundation#6382) Signed-off-by: Berkay Karaman <[email protected]>
…lated modules (autowarefoundation#6382) Signed-off-by: Berkay Karaman <[email protected]>
Description
Part of:
Required for:
Reaction_analyzer runs with PSim and it publishes its perception outputs to be able to measure exact reaction times.
What we want to do is we can be able to disable the perception publishers.
This change does not have any effect on system behavior because its default value is
true
.Tests performed
Tested in PSim. Works as we expected.
Effects on system behavior
launch_simulator_perception_modules
istrue
-> it does not have any effect on the system.launch_simulator_perception_modules
isfalse
-> it does not launch perception-related modules.Pre-review checklist for the PR author
The PR author must check the checkboxes below when creating the PR.
In-review checklist for the PR reviewers
The PR reviewers must check the checkboxes below before approval.
Post-review checklist for the PR author
The PR author must check the checkboxes below before merging.
After all checkboxes are checked, anyone who has write access can merge the PR.