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

fix(autoware_external_cmd_converter): fix check_topic_state #1395

Closed
wants to merge 2 commits into from

Conversation

shtokuda
Copy link

@shtokuda shtokuda commented Jul 8, 2024

Description

This pull request addresses an issue where the availability of local/remote mode becomes false after the first activation. This is achieved by making necessary adjustments to fix the check_topic_state function.

Subscribed topics in autoware_external_converter are used only when GateMode is set to EXTERNAL. Therefore, I propose that check_topic_state should return true when GateMode is set to AUTO. This change will prevent the availability of local/remote mode from becoming false due to a mischeck.

Related links

Tests performed

Screencast.from.2024.07.08.17.38.38.webm

Notes for reviewers

Interface changes

ROS Topic Changes

ROS Parameter Changes

Effects on system behavior

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.

  • The PR follows the pull request guidelines.
  • The PR has been properly tested.
  • The PR has been reviewed by the code owners.

Post-review checklist for the PR author

The PR author must check the checkboxes below before merging.

  • There are no open discussions or they are tracked via tickets.
  • The PR is ready for merge.

After all checkboxes are checked, anyone who has write access can merge the PR.

Copy link

sonarcloud bot commented Jul 8, 2024

@shtokuda
Copy link
Author

This PR has been already merged on universe of awf: autowarefoundation#7921

@shtokuda shtokuda closed this Jul 22, 2024
@shtokuda shtokuda deleted the feat/enable_local_control_mode branch July 22, 2024 08:55
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant