ROS Resources: Documentation | Support | Discussion Forum | Index | Service Status | Q&A answers.ros.org |
![]() | 1 | initial version |
Hi all,
I found the solution by myself. The IP address to be specified is that of the ros machine, and not the non ros one. So, i simply put the ip address in this line:
url : 'ws://192.168.0.100:9090'
And i could control theturtlesim from non ros computer.
Thanks !