Skip to content
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(psim)!: change a setting parameter type from bool to string #8331

Merged

Conversation

yuki-takagi-66
Copy link
Contributor

@yuki-takagi-66 yuki-takagi-66 commented Aug 2, 2024

Description

This is the PR to follow up on the launch side PR autowarefoundation/autoware_launch#1106.
For more details, please see the launch PR

Related links

This PR is a part of the following issue.
autowarefoundation/autoware_launch#1100

How was this PR tested?

psim and scenario_sim

Notes for reviewers

None.

Interface changes

None.

Effects on system behavior

None.

@github-actions github-actions bot added the component:launch Launch files, scripts and initialization tools. (auto-assigned) label Aug 2, 2024
Copy link

github-actions bot commented Aug 2, 2024

Thank you for contributing to the Autoware project!

🚧 If your pull request is in progress, switch it to draft mode.

Please ensure:

@yuki-takagi-66 yuki-takagi-66 changed the title change a param type, bool to string feat(psim)!: bool to string Aug 2, 2024
@yuki-takagi-66 yuki-takagi-66 changed the title feat(psim)!: bool to string feat(psim)!: Change a setting parameter type from bool to string Aug 2, 2024
@yuki-takagi-66 yuki-takagi-66 marked this pull request as ready for review August 2, 2024 08:11
@yuki-takagi-66 yuki-takagi-66 added the run:build-and-test-differential Mark to enable build-and-test-differential workflow. (used-by-ci) label Aug 2, 2024
@yuki-takagi-66 yuki-takagi-66 force-pushed the takagi/psim-localization_sim_mode branch from 79f0f99 to 27fd3ca Compare August 8, 2024 04:25
@@ -9,7 +9,7 @@
<arg name="launch_simulator_perception_modules" default="true"/>
<arg name="launch_dummy_perception"/>
<arg name="launch_dummy_vehicle"/>
<arg name="launch_dummy_localization"/>
<arg name="localization_sim_mode"/>
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
<arg name="localization_sim_mode"/>
<arg name="localization_sim_mode", description="select localization mode. Options are 'none' or 'api'. 'api' starts an external API for initial position estimation. 'none' does not start any localization-related process."/>

Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

To enrich the description.

Copy link
Contributor

@yukkysaito yukkysaito left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM

@TakaHoribe TakaHoribe self-requested a review August 9, 2024 06:13
@yuki-takagi-66 yuki-takagi-66 changed the title feat(psim)!: Change a setting parameter type from bool to string feat(psim):! Change a setting parameter type from bool to string Aug 9, 2024
@yuki-takagi-66 yuki-takagi-66 changed the title feat(psim):! Change a setting parameter type from bool to string feat(psim)!: Change a setting parameter type from bool to string Aug 9, 2024
@yuki-takagi-66 yuki-takagi-66 force-pushed the takagi/psim-localization_sim_mode branch from 9fb858f to 49a0c62 Compare August 9, 2024 06:24
@yuki-takagi-66 yuki-takagi-66 changed the title feat(psim)!: Change a setting parameter type from bool to string feat(psim)!: change a setting parameter type from bool to string Aug 13, 2024
@yuki-takagi-66 yuki-takagi-66 merged commit 31263bd into autowarefoundation:main Aug 14, 2024
25 of 26 checks passed
@yuki-takagi-66 yuki-takagi-66 deleted the takagi/psim-localization_sim_mode branch August 14, 2024 02:58
xtk8532704 pushed a commit to tier4/autoware.universe that referenced this pull request Aug 15, 2024
…owarefoundation#8331)

* change a param type, bool to string
* add param description, add null tag group for the null option
---------
Signed-off-by: Yuki Takagi <[email protected]>
Signed-off-by: xtk8532704 <[email protected]>
kosuke55 pushed a commit to tier4/autoware.universe that referenced this pull request Aug 22, 2024
…owarefoundation#8331)

* change a param type, bool to string
* add param description, add null tag group for the null option
---------
Signed-off-by: Yuki Takagi <[email protected]>
kosuke55 pushed a commit to tier4/autoware.universe that referenced this pull request Aug 29, 2024
…owarefoundation#8331)

* change a param type, bool to string
* add param description, add null tag group for the null option
---------
Signed-off-by: Yuki Takagi <[email protected]>
yuki-takagi-66 added a commit to tier4/autoware.universe that referenced this pull request Sep 18, 2024
…owarefoundation#8331)

* change a param type, bool to string
* add param description, add null tag group for the null option
---------
Signed-off-by: Yuki Takagi <[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) run:build-and-test-differential Mark to enable build-and-test-differential workflow. (used-by-ci)
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants