You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Using new REP-2011 features TypeDescriptions, GetTypeDescription service, and Dynamic Subscriptions - we should be able to retrieve a remote type descriptiion and subscribe to it, even if rosbag2 does not have the type defined locally
Rosbag2 can subscribe to a type that has a different hash than local, or is totally unknown locally, using GetTypeDescription service and Dynamic Subscriptions. Backport this to Iron.
Implementation Notes / Suggestions
Testing Notes / Suggestions
The text was updated successfully, but these errors were encountered:
Description
Using new REP-2011 features TypeDescriptions, GetTypeDescription service, and Dynamic Subscriptions - we should be able to retrieve a remote type descriptiion and subscribe to it, even if rosbag2 does not have the type defined locally
Related Issues
Related to #1428
Completion Criteria
Rosbag2 can subscribe to a type that has a different hash than local, or is totally unknown locally, using
GetTypeDescription
service and Dynamic Subscriptions. Backport this to Iron.Implementation Notes / Suggestions
Testing Notes / Suggestions
The text was updated successfully, but these errors were encountered: