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
ROS Resources: Documentation | Support | Discussion Forum | Index | Service Status | ros @ Robotics Stack Exchange |
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 -0600
Seen: 1,228 times
Last updated: Jul 27 '16