Rosbridge 2.0 with raw sockets
Hello everyone,
i was using the Rosbrigde (http://rosbridge.org/doku.php) in version 1.0 to connect to a custom robot framework (written in c++) through a raw TCP Socket (and that worked). Now i wanted to switch to version 2.0. The documentation of rosbridge 2.0 however does not state the option of using a raw tcp socket anymore.
Do you know if it is still possible to use a raw tcp socket? If so is there some kind of documentation or could you provide a simple example? When testing it with my previous setup the messages could not be received and the rosbridge gave no useful output as to what happened.
Thanks!