Retrieve information about ROS network nodes
rosnode list returns a list of all nodes
registered on the ROS network. Use these nodes to exchange data between MATLAB® and
the ROS network.
rosnode info returns a structure containing
the name, URI, publications, subscriptions, and services of a specific ROS node,
nodenamenodename.
rosnode ping pings
a specific node, nodenamenodename, and displays the response
time.
returns a cell array of
character vectors containing the nodes registered on the ROS network.nodelist = rosnode("list")