首页 > 其他 > 详细

【ros】.bag文件

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

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

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

(0)
(0)
   
举报
评论 一句话评论(0
关于我们 - 联系我们 - 留言反馈 - 联系我们:wmxa8@hotmail.com
© 2014 bubuko.com 版权所有
打开技术之扣,分享程序人生!