rclcpp
rclcpp copied to clipboard
[WIP] Extend DynamicSubscription to support serialized messages
Thanks Emerson for helping with this! 🙇
I think other than the points William listed above, we just need to add getters to the DynamicSubscription to get the DynamicMessageType (probably as const or copy) and the type description.
There are some further discussions about the C++ classes on the parent PR:
- https://github.com/ros2/rclcpp/pull/2176#issuecomment-1552190126
- https://github.com/ros2/rclcpp/pull/2176#issuecomment-1552220254