DocumentationHelp Center
Display all ROS message contents
details = showdetails(msg)
example
details = showdetails(msg) gets all data contents of message object msg. The details are stored in details or displayed on the command line.
details
msg
collapse all
Create a message. Populate the message with data using the relevant properties.
msg = rosmessage('geometry_msgs/Point'); msg.X = 1; msg.Y = 2; msg.Z = 3;
View the message details.
showdetails(msg)
X : 1 Y : 2 Z : 3
Message
ROS message, specified as a Message object handle.
Details of a ROS message, returned as a character vector.
rosmessage
A modified version of this example exists on your system. Do you want to open this version instead?
You clicked a link that corresponds to this MATLAB command:
Run the command by entering it in the MATLAB Command Window. Web browsers do not support MATLAB commands.
Choose a web site to get translated content where available and see local events and offers. Based on your location, we recommend that you select: .
You can also select a web site from the following list:
Select the China site (in Chinese or English) for best site performance. Other MathWorks country sites are not optimized for visits from your location.
Contact your local office