Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Address flakiness in TestRosbag2CPPAPI::minimal_writer_example
- The `serialized_msg2` is not owning the serialized data after the first call writer.write(serialized_msg2,..). i.e. need to use another message or another API in test for second call to writer.write(msg). Signed-off-by: Michael Orlov <[email protected]>
- Loading branch information