ROS Resources: Documentation | Support | Discussion Forum | Index | Service Status | ros @ Robotics Stack Exchange
Ask Your Question

Revision history [back]

Hi Gokhan,

It looks like there is some problem with creating ROS messages in your MATLAB installation.

To confirm this, try to create messages before calling rosinit:

rosmessage('std_msgs/String')

rosmessage('std_msgs/UInt32')

Does this work for you?

If it does not work, please check if "rosjava_messages.jar" is listed as one of the files in the output of "javaclasspath".

Thanks, Remo