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

Revision history [back]

click to hide/show revision 1
initial version

I eventually got the problem solved. It was a mistake I made when executing commands on the MATLAB console. I always called ros.init as first statement and then std_msgs to load the message types. Somehow, the call to ros.init leads every attempt on loading message types to failure. I will try to find out why and then publish it here.