Retrieve information about ROS messages and message types
rosmsg show
returns
the definition of the msgtype
msgtype
message.
rosmsg md5
returns
the MD5 checksum of the msgtype
msgtype
message.
rosmsg list
returns all available message
types that you can use in MATLAB®.
returns a cell array
containing all available message types that you can use in MATLAB.msglist
= rosmsg("list")