rosbag
Open and parse rosbag log file
Description
creates an indexable bag
= rosbag(filename
)BagSelection
object,
bag
, that contains all the message indexes from the
rosbag at path filename
. To get a
BagSelection
object, use rosbag
. To access the data, call
readMessages
or timeseries
to extract relevant
data.
A rosbag, or bag, is a file format for storing ROS message data. They are used primarily to log messages within the ROS network. You can use these bags for offline analysis, visualization, and storage. See the ROS Wiki page for more information about rosbags.
Examples
Input Arguments
Output Arguments
Version History
Introduced in R2019b
See Also
select
| readMessages
| canTransform
| getTransform
| timeseries
| BagSelection