ros2_introspection
ros2_introspection copied to clipboard
The original tests segfault when generating the serialized messages on Galactic.
Is it possible to support other DDS implementations than FastCDR? How would one go about doing this? Currently, I can set the `rosbag2` recorder DDS via `roptions.rmw_serialization_format = "cdr";`, but...
Thanks for making this repository available! Had to make some minor tweaks to get it building with foxy. Namely: - Required `rosbag` package is now `rosbag2_cpp` - `get_typesupport` has been...