Generate custom messages from ROS definitions
rosgenmsg(
generates ROS custom messages
in MATLAB® by reading ROS custom message and service definitions in the
specified folder path. The function expects ROS package folders inside the
folder path. These packages contain the message definitions in
folderpath
).msg
files and the service definitions in
.srv
files. The packages require a
package.xml
file to define its contents.
After calling this function, you can send and receive your custom messages in MATLAB like all other supported messages. You can create these messages
using rosmessage
or view the list of
messages by calling rosmsg list
.
To use the function, you must install the ROS Toolbox Interface for
the ROS Custom Messages add-on using rosAddons
.
You must install the ROS Toolbox Interface for ROS Custom Messages add-on
using rosAddons
to use this function.