Converting ROS2 bag to ROS1 bag?
Is there an existing tool to convert rosbags generated with ROS2 (dashing) to ROS1 format rosbags?
ROS Resources: Documentation | Support | Discussion Forum | Index | Service Status | ros @ Robotics Stack Exchange |
Is there an existing tool to convert rosbags generated with ROS2 (dashing) to ROS1 format rosbags?
I haven't tested it myself, but there's a chance you could use ternaris/rosbags for this.
Announcement on ROS Discourse: Rosbags - the pure python library for everything rosbag.
There doesn't appear to be any implementation for ROS2->ROS1, but ROS1->ROS2 is there, and the library itself is capable of reading/writing both ROS1 and ROS2 bags.
@dvy Thank you once again. I already did that, as mentioned above I can see the topics and also getting the data on the terminal but rviz is not having the same frame id. I am trying to work on it. I hope I solve the error. Is it fine if I question again, if it doesn't work?
I get an error while following the above commands Could not read meta data tho i have my yaml file in the same directory
Asked: 2020-05-16 00:14:35 -0600
Seen: 2,767 times
Last updated: Oct 12 '21
Rosbag C++ API: how to avoid tremendous consumption of RAM
Convert legacy logs to ROS bag
Error to open .ply file [closed]
Hide topics for "internal use" in nodelet pipeline from external subscribers?
Autoware ROSBAG Demo no points_map [closed]
ROS2 build error gazebo_ros_pkgs
Rosbag API C++ Reading and writing bag
Why am I getting a nullptr from my bag file?
Project won't build because CMAKE_PROJECT_NAME variable not present
Did you make it?