unable to publish data into ROS using unity3d
Hi, I'm trying to set up the example project that i have cloned from the following repo : https://github.com/MathiasCiarlo/ROSBridgeLib I have followed the instructions to create a project in unity and create the mentioned scripts. As per the documentation provided, the c# script is supposed to give out a JSON string which is used to publish a topic into ROS, however im not able to achieve this. I am sending the JSON string over the 9090 port but ROS is not receiving it.
Please do point out what i'm doing wrong.
Thanks in advance!!!
Asked by shree_123 on 2018-03-23 00:17:21 UTC
Comments
Could you share the c# scripts that you have and I might be able to help you. I have used this repo before and it is quite simple to use.
Asked by slmat27 on 2018-04-04 12:14:45 UTC
Hey slmat, thanks for the response. Found out what the problem was. I had to launch websocket first and then run the c# scripts!
Asked by shree_123 on 2018-04-05 00:07:37 UTC