rosbag2
rosbag2 copied to clipboard
Allow topic remapping in output YAML format for `ros2 bag convert`
Relates to #1026. I have the README changes, YAML parsing and remapping code implemented, but I think I have a problem with local versus global namespacing of topics in a bag, which is surfaced by the two unit tests I added. I suspect that I'm not calling rcl_remap_topic_name properly.