Roslibjs Examples are here. In case you want to configure rosbridge, check this rosbridge_suite ros wiki tutorial. :)
Jihoon
--
You received this message because you are subscribed to the Google Groups "Robot Web Tools" group.
To unsubscribe from this group and stop receiving emails from it, send an email to robot-web-too...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.
This would be difficult to debug from this description alone. However, I would suggest looking at similar projects implementing rosbridge interface through Java:
https://github.com/rctoris/jrosbridge
-Chad
To unsubscribe from this group and stop receiving emails from it, send an email to robot-web-tools+unsubscribe@googlegroups.com.
Yes it is possible as long as the data format is correct as I
explained in previous e-mail. But, it will probably be difficult
to match all the apis.
I will definitely try this.Just a curiosity that if I am using my Simple Java server is it possible to send and receive data without using rosbridge?
Or If I am not using robbridge then I can't use roslibjs also?Are rosbridge and roslibjs independent?
Adding to Jihoon's response, it is important to distinguish between the rosbridge protocol and a server that adheres to this protocol. The rosbridge_server node and roslibjs client library adhere to the rosbridge protocol. As long as your client and server properly "speaks" rosbridge, interoperability will be maintain.
-Chad
Yes it is possible as long as the data format is correct as I
explained in previous e-mail. But, it will probably be difficult
to match all the apis.
I will definitely try this.Just a curiosity that if I am using my Simple Java server is it possible to send and receive data without using rosbridge?--
Or If I am not using robbridge then I can't use roslibjs also?Are rosbridge and roslibjs independent?
You received this message because you are subscribed to the Google Groups "Robot Web Tools" group.
To unsubscribe from this group and stop receiving emails from it, send an email to robot-web-tools+unsubscribe@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.