Main Content
search
Description
searches for parameter names in the ROS 2 node associated with the parameter object
paramNames
= search(paramObj
,searchStr
)paramObj
, which contain the string searchStr
.
The function returns the matching parameter names in pNames
.
[
also returns the corresponding values paramNames
,paramValues
] = search(paramObj
,searchStr
)pValues
of the matching
parameters in pNames
.
Examples
Input Arguments
Output Arguments
Version History
Introduced in R2022b