-
Notifications
You must be signed in to change notification settings - Fork 70
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
Add an API for an RMW implementation to check if an event type is supported #394
Comments
We already have |
but this is not exposed in rmw_implementation. I will create something like |
This was referenced Mar 5, 2025
this interface sounds reasonable. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
An RMW implementation does not need to support all the event types in rmw_event_type_t. But there are several tests in our CI that validate whether the mechanism to handle events is supported. In such tests, we could either have the RMW return a list of events that it supports or rely on a new API to validate whether an event type is supported by the RMW before proceeding to test with the event type.
The text was updated successfully, but these errors were encountered: