Main Content
select
Description
returns a bagreadersel
= select(bagreader
)rosbagreader
object
bagreadersel
, that contains all of the messages in the rosbagreader
object
bagreader
.
This function creates a copy of the rosbagreader
object
or returns a new rosbagreader
object
that contains the specified message selection.
specifies additional parameters using one or more name-value arguments. For example
bagreadersel
= select(bagreader
,Name=Value)Topic="/odom"
selects a subset of the messages, filtered by the topic
/odom
.
Examples
Input Arguments
Output Arguments
Version History
Introduced in R2021b
See Also
rosbagreader
| readMessages
| timeseries
| canTransform
| getTransform