How to use rosbag2::SequentialReader
Hi all. What does it mean argument ConverterOptions in SequentialReader::open? How should I fill its fields?
Hi all. What does it mean argument ConverterOptions in SequentialReader::open? How should I fill its fields?
The converter options are designed in a way to easily convert incoming messages with specified serialization format into another outgoing serialization format. This is to allow rosbag to record data in a middleware agnostic serialization format. DDS has e.g. a serialization format called CDR, but other middleware such as iceoryx et al might use a different one. The converter plugins in rosbag2 allow you to convert from one into the other with these options.
If they are set equally and correspond to the locally used RMW implementation, no conversion is being done.
Please start posting anonymously - your entry will be published after you log in or create a new account.
Asked: 2020-01-15 10:56:25 -0500
Seen: 177 times
Last updated: Jan 15 '20
[ROS2]How to write data to rosbag2 in ros2 foxy
webviz does not accept ros2 bag files
conversion of rosbag file format to rosbag2 file format.
ros2 launch - how to send a ROS msg type as parameter
Best practice to extract recorded data from ros2 bag dumps?
Problem with dependencies between multiple packages in colcon build
ROS 2 support for Universal Robots
Custom panel plugin not being found when running rviz2