ros.bag文件
Posted xy123001
tags:
篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了ros.bag文件相关的知识,希望对你有一定的参考价值。
Bags are typically created by a tool like rosbag
They store the serialized message data in a file as it is received
http://pr.willowgarage.com/ 这里可以下载bag
使用bag文件作为静态输入的时候,要考虑bag和当前电脑的时间不一致的问题
参考了这篇博客关于时间问题的设置
http://blog.csdn.net/akunainiannian/article/details/44993391
The data stored within bag files is often very valuable, so bag files are also designed to be easily migrated when msg files are updated. The bag file format stores the msg file of the corresponding message data, and tools like rosbagmigration let you write rules to automatically update bag files when they become out of date.
Bag Tools
-
rosbag: unified console tool for recording, playback, and other operations.
-
rqt_bag: graphical tool for visualizing bag file data.
-
rostopic: the echo and list commands are compatible with bag files.
以上是关于ros.bag文件的主要内容,如果未能解决你的问题,请参考以下文章
在 Ubuntu 和 Windows 中使用相同的代码读取 ros bag 文件会产生不同的格式