Guest User

Untitled

a guest
Mar 23rd, 2018
129
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.89 KB | None | 0 0
  1. I'm trying to set up the example project that i have cloned from the following repository :
  2. https://github.com/MathiasCiarlo/ROSBridgeLib
  3. 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 JavaScript Object Notation string which is used to publish a topic into ROS, however I'm not able to achieve this. I am sending the JavaScript Object Notation string over the 9090 port but ROS is not receiving it.
  4.  
  5. Please do point out what I'm doing wrong.
  6.  
  7. Thanks in advance!!!
  8.  
  9. // RollABallRosController - First script
  10. https://drive.google.com/open?id=1clH22tGOwfGYnNxnQBBJDyXJY7HMF-NB
  11.  
  12. // ROSBridgePublisher - Second script
  13. https://drive.google.com/open?id=1znTDT4w5pzXsygNbACWBcxY6fPkNgUOr
  14.  
  15. //ROSBridgeSubscriber - Third script
  16. https://drive.google.com/open?id=1PgrKF6GqlWj4suo4sKpGDwTNBbkqTk0R
Add Comment
Please, Sign In to add comment