ROS Resources: Documentation | Support | Discussion Forum | Index | Service Status | ros @ Robotics Stack Exchange
Ask Your Question

Revision history [back]

click to hide/show revision 1
initial version

(follow up to my comment)

If you want to send JSON encoded data as part of a message to a ROS node, then I don't believe there are any special provisions for that.

Most straightforward would probably be to define a new message that stores the JSON string in a field. Any receiving node will have to know it's JSON though.