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: introduce the advanced publisher and subscriber #368

Open
wants to merge 5 commits into
base: rolling
Choose a base branch
from

Conversation

YuanYuYuan
Copy link
Contributor

With this PR, we replace the QueryingSubscriber and PublicationCache (+ a normal publisher)
with the AdvancedSubscriber and AdvancedPublisher.

NOTE: A deadlock is found when undeclaring advanced subscribers. It will be fixed once eclipse-zenoh/zenoh#1685 is merged and synced with zenoh-c.

@YuanYuYuan YuanYuYuan force-pushed the feat/advanced-pub-sub branch from e0c490f to 1f9357f Compare January 7, 2025 07:57
@YuanYuYuan
Copy link
Contributor Author

Update: The deadlock fix has been merged. Mark this PR as ready for review.

@YuanYuYuan YuanYuYuan marked this pull request as ready for review January 7, 2025 07:58
@YuanYuYuan
Copy link
Contributor Author

YuanYuYuan commented Jan 8, 2025

Test Failure

ros2.repos

  • rclcpp_action
    • 1 - test_client
  • rclc_parameter
    • 1 - rclc_parameter_test
  • test_rclcpp.log
    • 74 - test_n_nodes__rmw_zenoh_cpp (Failed) <--- Flaky

No new failure is found.

@YuanYuYuan
Copy link
Contributor Author

Update: bump up zenoh-cpp version to include the memory leak fix eclipse-zenoh/zenoh-cpp#363.

@YuanYuYuan
Copy link
Contributor Author

Will rebase once #405 is merged.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant