How do you change the message in a rosbag. For eg. from string to float [closed]
How do you change the message in a rosbag. For eg. from string to float
How do you change the message in a rosbag. For eg. from string to float
You can migrate messages in your rosbag. Let's say you have a custom message which had a string in it but in a recent version it changed to a float. Given the old message definition and the new, you can create a rule file automatically and adapt it to tell it how to transform the string correctly. Then you can run rosbag fix
and it does all the magic conversion for you. Have a look at the rosbag migration tutorial.
Asked: 2016-07-26 10:51:30 -0500
Seen: 750 times
Last updated: Jul 27 '16
.bag file error by Hokuyo laser scanner
ROS - SerializationError when writing a bagfile with custom ROS message
In ROSBag, filter header column
Using SLAM algorithms on a bagfile
human pose estimation from a bag file
Convert bagfile to .oni sequence [closed]