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(tier4_autoware_utils): add InterProcessPollingSubscriber helper factory #7349

Merged

Conversation

soblin
Copy link
Contributor

@soblin soblin commented Jun 7, 2024

Description

enable rclcpp-like usage

  auto sub_autoware_state_ptr =
    tier4_autoware_utils::InterProcessPollingSubscriber<AutowareState>::create_subscription(
      this, "/autoware/state");

Related links

Tests performed

I replaced a subscriber in AEB module

auto sub_autoware_state_ptr =
    tier4_autoware_utils::InterProcessPollingSubscriber<AutowareState>::create_subscription(
      this, "/autoware/state");

and checked it works

Notes for reviewers

Interface changes

none

ROS Topic Changes

ROS Parameter Changes

Effects on system behavior

none

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.

@github-actions github-actions bot added the component:common Common packages from the autoware-common repository. (auto-assigned) label Jun 7, 2024
@soblin soblin marked this pull request as ready for review June 7, 2024 04:44
@soblin soblin added the run:build-and-test-differential Mark to enable build-and-test-differential workflow. (used-by-ci) label Jun 7, 2024
@soblin soblin merged commit 7ef1089 into autowarefoundation:main Jun 10, 2024
33 of 35 checks passed
@soblin soblin deleted the feat/polling-subscriber-helper branch June 10, 2024 01:54
KhalilSelyan pushed a commit that referenced this pull request Jul 22, 2024
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) 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.

3 participants