User:ApprehensiveAndroid/sandbox: Difference between revisions

Content deleted Content added
mNo edit summary
mNo edit summary
Line 150:
 
===rosbag===
rosbag<ref>{{Cite web|url=http://wiki.ros.org/rosbag|title=rosbag - ROS Wiki|website=wiki.ros.org|access-date=2019-04-23}}</ref> is a command line tool used to record and playback ROS message data. rosbag uses a file format called bags<ref>{{Cite web|url=http://wiki.ros.org/Bags|title=Bags - ROS Wiki|website=wiki.ros.org|access-date=2019-04-23}}</ref>, which log ROS messages by listening to topics and recording messages as they come in. Playing messages back from a bag is largely the same as having the original nodes which produced the data in the ROS computation graph, making bags a useful tool for recording data to be used in later development. While rosbag is a command line only tool, rqt_bag<ref>{{Cite web|url=http://wiki.ros.org/rqt_bag|title=rqt_bag - ROS Wiki|website=wiki.ros.org|access-date\=2019-04-23}}</ref> provides a GUI interface to rosbag.
 
===rosbash===