How to use rosbag2::SequentialReader
Hi all. What does it mean argument ConverterOptions in SequentialReader::open? How should I fill its fields?
ROS Resources: Documentation | Support | Discussion Forum | Index | Service Status | ros @ Robotics Stack Exchange |
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.
Asked: 2020-01-15 10:56:25 -0600
Seen: 548 times
Last updated: Jan 15 '20
Is there a release date of ros 2 or more informations about it?
Is the planned ROS1 to ROS2/DDS bridge available yet?
ROS2: content-based topic subscriptions?
Building Ros 2.0 without OpenCV?
ros2 rttest example build error
ROS 2 Alpha 2 ros1_bridge using DDS between two computers