rosaction
Retrieve information about ROS actions
Syntax
Description
rosaction list
returns a list of available
ROS actions from the ROS network.
rosaction info
returns
the action type, message types, action server, and action clients
for the specified action name.actionname
rosaction type
returns
the action type for the specified action name.actionname
returns a list of
available ROS actions from the ROS network.actionlist
= rosaction("list")
returns a structure containing the action type, message types, action server,
and action clients for the specified action name.actioninfo
= rosaction("info",actionname
)
returns the action type for the specified action name.actiontype
= rosaction("type",actionname
)
Examples
Input Arguments
Output Arguments
Version History
Introduced in R2019b