[ROS2] rosbag: record with RMW A, play with RMW B?
Hi,
assume i have a rosbag recorded while using the default rmw/DDS implementation, which uses "cdr" as its serialization format. Is it possible to play this bag using another rmw implementation, lets say rmw_iceoryx?
Thanks!