BagSelection
Object for storing rosbag selection
Description
The BagSelection object is an index of the messages within
a rosbag. You can use it to extract message data from a rosbag, select messages based
on specific criteria, or create a timeseries of the message
properties.
Creation
Create a Bagselection object using these steps:
Properties
Object Functions
canTransform | Verify if transformation is available |
getTransform | Retrieve transformation between two coordinate frames |
readMessages | Read messages from rosbag |
select | Select subset of messages in rosbag |
timeseries | Create time series object for selected message properties |
timetable | Create timetable for selected message properties in ROS bag file |
Examples
Version History
Introduced in R2019b
See Also
rosbag | readMessages | select | canTransform | getTransform | timeseries
