MATLAB ROS Cannot Create A Node
After some time. I'm playing around with MATLAB ROS again ( http://www.mathworks.com/hardware-sup... ).
When I try to create a node in Matlab using Node = rosmatlab.node('Test','http://129.10.113.238:11311');
This results in the following output:
Environment variable ROS_IP does not match localhost's IP address
However, when I check ROS_MASTER_URI and ROS_IP, they have the correct values (in both the Ubuntu terminal and the Matlab command line).
Did you fix this problem?