Create ROS messages
creates an empty ROS message object with message type. The
msg
= rosmessage(messagetype
)messagetype
string scalar is case-sensitive and no
partial matches are allowed. It must match a message on the list given by
calling rosmsg("list")
.