Search ROS network for parameter names
searches within the parameter tree pnames
= search(ptree
,searchstr
)ptree
and returns the
parameter names that contain the specified search string,
searchstr
.
[
also
returns the parameter values.pnames
,pvalues
]
= search(ptree
,searchstr
)
The following ROS data types are supported as values of parameters. For each ROS data type, the corresponding MATLAB data type is also listed:
32-bit integers — int32
Booleans — logical
doubles — double
strings — string scalar, string
, or
character vector, char
lists — cell array
dictionaries — structure
Base64-encoded binary data and iso8601 data from ROS are not supported.