How can I send JSON data to and from ROS?
I am currently working on a task that involves constant intercommunication between a web browser (using roslibjs) and the ROS system through the rosbridge server. Is there a way to send JSON-formatted data from the browser to a ROS node? I realize there is no JSON among the ROS system's standard data types.
I'm confused: if you are already using
roslibjs
androsbridge_suite
, you are sending (and receiving) JSON data to (and from) ROS.Can you clarify what it is you actually want to do?