码迷,mamicode.com
首页 > 其他好文 > 详细

【ros】.bag文件

时间:2016-10-31 13:40:53      阅读:255      评论:0      收藏:0      [点我收藏+]

标签:detail   phi   man   echo   mat   files   other   技术分享   like   

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文件

标签:detail   phi   man   echo   mat   files   other   技术分享   like   

原文地址:http://www.cnblogs.com/xy123001/p/6015218.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!