Retrieve information about ROS actions
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
)
cancelGoal
| rosmessage
| rostopic
| sendGoal
| waitForServer